summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MqMainMenu: Expand and fill button box childrenPatrick McDermott2017-11-021-1/+1
* MqMainMenu: Extract prefs/about/quit buttons into linked boxPatrick McDermott2017-11-021-9/+22
* MqMainMenu: Extract zoom buttons into own linked boxPatrick McDermott2017-11-021-36/+62
* MqMainMenu: Pack button grid into a boxPatrick McDermott2017-11-021-8/+21
* MqMainMenu: Undefine CLICKED_CB() macro after usePatrick McDermott2017-11-021-0/+1
* MqNavigationToolbar: Add MqBookmarksButtonBoxPatrick McDermott2017-11-021-0/+7
* MqBookmarksButtonBox: New classPatrick McDermott2017-11-023-0/+164
* MqTabLabel: Improve signal connection macroPatrick McDermott2017-11-021-5/+6
* MqMainMenu: Add "New window" buttonPatrick McDermott2017-11-021-0/+10
* MqMainMenu: Rearrange buttonsPatrick McDermott2017-11-021-18/+18
* MqMainMenu: Move Preferences button to bottom row (for now)Patrick McDermott2017-11-021-4/+4
* MqMainMenu: Add blank lines between button row code blocksPatrick McDermott2017-11-021-0/+8
* MqMainMenu: Make unimplemented buttons insensitivePatrick McDermott2017-11-021-0/+3
* MqHistoryButton, MqDownloadsButton: Make insensitivePatrick McDermott2017-11-022-0/+2
* MqNavigationToolbar: Add history and downloads buttonsPatrick McDermott2017-11-021-0/+13
* MqDownloadsButton: New classPatrick McDermott2017-11-023-0/+123
* MqHistoryButton: New classPatrick McDermott2017-11-023-0/+122
* MqMainMenu: Remove Bookmarks/History/Downloads rowPatrick McDermott2017-11-021-17/+11
* MqMainMenu: Rename "Developer tools" button to "Inspector"Patrick McDermott2017-11-021-4/+3
* MqMainMenu: Change "Developer tools" and "Preferences" iconsPatrick McDermott2017-11-021-2/+2
* mq_window_get_application(): Mark as purePatrick McDermott2017-11-011-1/+1
* MqWebView: Mark some functions as purePatrick McDermott2017-11-011-3/+3
* mq_tree_seek(): Mark as purePatrick McDermott2017-11-012-2/+2
* MqTabPage: Mark some functions as purePatrick McDermott2017-11-011-5/+5
* mq_notebook_get_n_pages(): Mark as purePatrick McDermott2017-11-011-1/+1
* MqApplication: Mark some functions as purePatrick McDermott2017-11-011-3/+3
* mq_web_view_view_source_scheme_methods.save_file(): Appease GCCPatrick McDermott2017-11-011-3/+2
* mq_web_view_get_scheme(): Declare with "const" attributePatrick McDermott2017-11-011-1/+1
* MqConfig: Add default cases to switchesPatrick McDermott2017-11-011-0/+6
* mq_settings_connect_config(): Add default case to switchPatrick McDermott2017-11-011-0/+3
* MqBackForwardButtonBox: Add default case in static functionPatrick McDermott2017-11-011-0/+3
* src/tab-label.c: Delete old unused macroPatrick McDermott2017-11-011-13/+0
* src/main.c: Fix missing "const" specifierPatrick McDermott2017-11-011-1/+1
* src/tree.c: Fix missing "static" qualifierPatrick McDermott2017-11-011-1/+1
* view-source: Fix unescaped "%" in format stringPatrick McDermott2017-11-011-1/+1
* view-source: Convert static const document var to macroPatrick McDermott2017-11-011-23/+23
* about:marquee: Convert static const document var to macroPatrick McDermott2017-11-011-28/+28
* about:marquee: Fix #includePatrick McDermott2017-11-011-1/+1
* mq_web_view_*_scheme_methods.context_menu(): Add (empty) default casesPatrick McDermott2017-11-012-0/+4
* MqWebView: Add default case to "load-changed" callbackPatrick McDermott2017-11-011-0/+3
* src/web-view-schemes/view-source.c: Undefine ITEM_DECLS and NEW_CUSTOM_ITEMPatrick McDermott2017-11-011-14/+0
* src/utils/resources.c: Convert static const error_document var to macroPatrick McDermott2017-11-011-14/+14
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-0119-18/+17
* src/web-view.h: Add missing #includePatrick McDermott2017-11-011-0/+1
* src/window.c: Add missing #includePatrick McDermott2017-11-011-0/+1
* src/about*, src/view-source.*: Move under src/schemes/Patrick McDermott2017-11-0111-22/+20
* src/about/preferences.c: Sort #include directivesPatrick McDermott2017-11-011-1/+1
* src/utils/string-utils.[ch]: Rename to src/utils/string.[ch]Patrick McDermott2017-11-016-5/+5
* src/utils/local.mk: New filePatrick McDermott2017-11-012-3/+5
* src/string-utils.[ch]: Move under src/utils/Patrick McDermott2017-11-015-3/+3