summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix menu signal handler prototypevince/gtk-tab-restyleVincent Sanders2019-09-211-1/+4
* fix toolbar customisationVincent Sanders2019-09-211-11/+17
* persist the menu and tool bar visibility as user settingsVincent Sanders2019-09-216-21/+92
* fix gtk2 customisation window instruction box expansionVincent Sanders2019-09-201-1/+2
* remove global edit mode and make customisation toolbox construction simplerVincent Sanders2019-09-202-74/+142
* improve how toolbar contents customisation is stored in user optionsVincent Sanders2019-09-203-101/+147
* add combined reload and stop buttonVincent Sanders2019-09-202-5/+88
* remove leftover sighandler codeVincent Sanders2019-09-191-7/+0
* clean up tab focus settingVincent Sanders2019-09-191-4/+1
* remove unused signal handler apiVincent Sanders2019-09-192-20/+2
* fix resource release and stopping throbber on toolbar widget destructionVincent Sanders2019-09-174-42/+28
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-173-61/+68
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-175-55/+37
* fixup the gtk2 ui buildersVincent Sanders2019-09-174-194/+104
* clean up find in page to operate nicelyVincent Sanders2019-09-176-238/+80
* move search toolbar to be per tab and move implementation to one placeVincent Sanders2019-09-178-280/+337
* ensure pixbuf references are updated correctly to avoid leaksVincent Sanders2019-09-155-25/+33
* add cookie icon and use it for show cookies toolbar buttonVincent Sanders2019-09-155-2/+11
* construct all toolbar items from data tableVincent Sanders2019-09-1513-589/+359
* 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-104-88/+131
* fix dragging into customisation toolbarVincent Sanders2019-09-093-82/+117
* allow toolbar customisation to remove widgets from the toolbarVincent Sanders2019-09-091-69/+93
* fixup gtk2 ui builder for toolbar customisationVincent Sanders2019-09-083-305/+32
* populate toolbar customisation with iconsVincent Sanders2019-09-082-216/+527
* populate customize window toolbarVincent Sanders2019-09-071-69/+111
* make handling of non browser window containing tabs reasonableVincent Sanders2019-09-073-32/+69
* make new browser window creation logic commonVincent Sanders2019-09-071-45/+48
* fix both gtk2 and 3 toolbar ui builder filesVincent Sanders2019-09-062-2/+86
* allow toolbar customisation to open a tabVincent Sanders2019-09-067-86/+151
* change toolbar customization to tab approachVincent Sanders2019-09-054-62/+182
* remove unsused junk gtk_history_window structure and functionsVincent Sanders2019-09-053-25/+11
* make toolbar and menubar hiding work appropriatelyVincent Sanders2019-09-047-139/+247
* simplify toolbar items macrosVincent Sanders2019-09-043-63/+67
* add toolbar customize to main and burger menuVincent Sanders2019-09-033-13/+26
* simplify menu initialisation macrosVincent Sanders2019-09-031-73/+60
* set menu activation handler using toolbar itemsVincent Sanders2019-09-033-66/+69
* use toolbar_items to generate more boilerplate code through macrosVincent Sanders2019-09-033-269/+90
* fix toolbar property updateVincent Sanders2019-09-036-58/+32
* split burger menu from popup context menuVincent Sanders2019-09-027-276/+346
* cleanup scaffolding a bitVincent Sanders2019-09-016-164/+180
* make web search icon setting work properlyVincent Sanders2019-08-319-167/+159
* make popup context menu work on toolbarVincent Sanders2019-08-314-302/+350
* complete toolbar button click handler implementationVincent Sanders2019-08-303-329/+386
* another five handlers and fix menu sensitivity on throbber state changeVincent Sanders2019-08-297-188/+227
* add five more handlersVincent Sanders2019-08-293-58/+144
* implemented another seven signal handlersVincent Sanders2019-08-294-164/+291
* implement more toolbar item handlers and make menus call themVincent Sanders2019-08-286-358/+428