summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.c
Commit message (Collapse)AuthorAgeFilesLines
* fix toolbar customisationVincent Sanders2019-09-211-11/+17
|
* persist the menu and tool bar visibility as user settingsVincent Sanders2019-09-211-1/+0
|
* remove global edit mode and make customisation toolbox construction simplerVincent Sanders2019-09-201-66/+133
|
* improve how toolbar contents customisation is stored in user optionsVincent Sanders2019-09-201-98/+137
|
* add combined reload and stop buttonVincent Sanders2019-09-201-5/+86
|
* fix resource release and stopping throbber on toolbar widget destructionVincent Sanders2019-09-171-21/+28
|
* move search toolbar to be per tab and move implementation to one placeVincent Sanders2019-09-171-2/+2
|
* ensure pixbuf references are updated correctly to avoid leaksVincent Sanders2019-09-151-21/+21
|
* construct all toolbar items from data tableVincent Sanders2019-09-151-491/+212
| | | | | | | | This changes toolbar item constuction to use toolbar_items.h instead of explicit macros. Additionally all remenants of old stock item themeing are done away with and GTK icon names are used instead.
* do not allocate toolbar items individuallyVincent Sanders2019-09-121-82/+68
|
* cleanup some toolbar item creation bitsVincent Sanders2019-09-111-145/+154
|
* fix customisation toolbar reset and remove unused codeVincent Sanders2019-09-101-657/+123
|
* toolbar customisation can now apply chnagesVincent Sanders2019-09-101-86/+106
|
* fix dragging into customisation toolbarVincent Sanders2019-09-091-75/+87
|
* allow toolbar customisation to remove widgets from the toolbarVincent Sanders2019-09-091-69/+93
|
* fixup gtk2 ui builder for toolbar customisationVincent Sanders2019-09-081-3/+8
|
* populate toolbar customisation with iconsVincent Sanders2019-09-081-207/+501
|
* populate customize window toolbarVincent Sanders2019-09-071-69/+111
|
* make new browser window creation logic commonVincent Sanders2019-09-071-45/+48
|
* allow toolbar customisation to open a tabVincent Sanders2019-09-061-6/+41
|
* change toolbar customization to tab approachVincent Sanders2019-09-051-40/+93
|
* remove unsused junk gtk_history_window structure and functionsVincent Sanders2019-09-051-0/+6
|
* make toolbar and menubar hiding work appropriatelyVincent Sanders2019-09-041-0/+13
|
* simplify toolbar items macrosVincent Sanders2019-09-041-2/+2
|
* set menu activation handler using toolbar itemsVincent Sanders2019-09-031-2/+2
|
* use toolbar_items to generate more boilerplate code through macrosVincent Sanders2019-09-031-3/+22
|
* fix toolbar property updateVincent Sanders2019-09-031-2/+12
|
* split burger menu from popup context menuVincent Sanders2019-09-021-2/+25
|
* cleanup scaffolding a bitVincent Sanders2019-09-011-0/+4
|
* make web search icon setting work properlyVincent Sanders2019-08-311-4/+49
|
* make popup context menu work on toolbarVincent Sanders2019-08-311-52/+70
|
* complete toolbar button click handler implementationVincent Sanders2019-08-301-108/+328
|
* another five handlers and fix menu sensitivity on throbber state changeVincent Sanders2019-08-291-1/+167
|
* add five more handlersVincent Sanders2019-08-291-0/+118
|
* implemented another seven signal handlersVincent Sanders2019-08-291-0/+200
|
* implement more toolbar item handlers and make menus call themVincent Sanders2019-08-281-7/+307
|
* allow menu activation to use the toolbar button implementationsVincent Sanders2019-08-271-2/+234
|
* clean up some more handler code and remove button pushVincent Sanders2019-08-261-36/+37
|
* make menu sensitivity workVincent Sanders2019-08-251-6/+0
| | | | what remains is interfaces to make the toolbar appropriately sensative
* make menus work againVincent Sanders2019-08-251-1/+0
|
* make web search box workVincent Sanders2019-08-241-103/+140
|
* add home button clicked handlerVincent Sanders2019-08-231-70/+154
|
* implement several more button press handlersVincent Sanders2019-08-221-27/+136
|
* connect button clicked events for local history and stop buttonsVincent Sanders2019-08-221-152/+201
|
* fix url enttry completionVincent Sanders2019-08-211-7/+17
|
* cleanup toolbar warningsVincent Sanders2019-08-211-4/+4
|
* make url entry repond to navigate and update signalsVincent Sanders2019-08-211-10/+103
|
* make toolbar url entry display urlVincent Sanders2019-08-201-6/+163
|
* working throbberVincent Sanders2019-08-201-12/+132
|
* get the code to at least compile again. toolbar is completely brokenVincent Sanders2019-08-201-510/+523
|