summaryrefslogtreecommitdiffstats
path: root/src/toolbars
Commit message (Expand)AuthorAgeFilesLines
...
* MqMainMenu: Define stub profile button click callbackPatrick McDermott2017-11-031-0/+7
* MqMainMenu: Use NEW_BUTTON() macro for preferences buttonPatrick McDermott2017-11-031-5/+2
* MqMainMenu: Add comments explaining macro parametersPatrick McDermott2017-11-031-0/+11
* MqMainMenu: Remove preferences button from bottom rowPatrick McDermott2017-11-031-20/+37
* MqMainMenu: Add tooltip to profile buttonPatrick McDermott2017-11-031-0/+1
* MqMainMenu: Add preferences button next to profile buttonPatrick McDermott2017-11-031-2/+18
* MqMainMenu: Add (WIP) profile buttonPatrick McDermott2017-11-031-0/+19
* MqBookmarksButtonBox: Use "non-starred" icon for add/edit buttonPatrick McDermott2017-11-021-1/+1
* MqMainMenu: Move Cut, Copy, and Paste buttonsPatrick McDermott2017-11-021-2/+2
* MqMainMenu: Move a callbackPatrick McDermott2017-11-021-6/+6
* MqMainMenu: Add Cut, Copy, and Paste buttonsPatrick McDermott2017-11-021-0/+71
* MqMainMenu: Disable relief on grid buttonsPatrick McDermott2017-11-021-0/+2
* MqMainMenu: Set grid buttons' labels and image positionsPatrick McDermott2017-11-021-0/+6
* MqMainMenu: Expand and fill button boxes and gridPatrick McDermott2017-11-021-3/+3
* MqMainMenu: Make button box cells homogeneousPatrick McDermott2017-11-021-0/+2
* MqMainMenu: Make main grid cells homogeneousPatrick McDermott2017-11-021-0/+2
* 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
* 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
* MqBackForwardButtonBox: Add default case in static functionPatrick McDermott2017-11-011-0/+3
* MqWebView: Add default case to "load-changed" callbackPatrick McDermott2017-11-011-0/+3
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-013-3/+3
* MqMainMenu: Call mq_web_view_open() and mq_web_view_save()Patrick McDermott2017-10-281-2/+2
* MqMainMenu: Make "Save page" button effectivePatrick McDermott2017-10-281-1/+8
* MqMainMenu: Make "Open file" button effectivePatrick McDermott2017-10-281-1/+8
* MqTabLabel, MqUriEntry: Use a better generic Web page iconPatrick McDermott2017-10-281-1/+1
* MqMainMenu: Use a better Preferences button iconPatrick McDermott2017-10-281-1/+1
* MqTabLabel, MqMainMenu, MqWebView: Use G_STMT_START/G_STMT_END in macrosPatrick McDermott2017-10-251-2/+2
* MqNotebook, MqTabLabel, MqMainMenu: Open new tabs as siblings, not childrenPatrick McDermott2017-10-241-2/+2
* mq_notebook_insert_*(): Optionally switch to new tabPatrick McDermott2017-10-241-8/+4
* MqMainMenu: Use mq_notebook_insert_child()Patrick McDermott2017-10-231-2/+11
* src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guardsPatrick McDermott2017-10-227-21/+21
* MqMainMenu: Make tab switching a little less hackishPatrick McDermott2017-10-221-4/+4
* MqTabLabel, MqNavigationToolbar, MqWebView: Chain up finalize methodPatrick McDermott2017-10-221-0/+2