summaryrefslogtreecommitdiff
path: root/frontends/gtk
Commit message (Collapse)AuthorAgeFilesLines
* fix resource release and stopping throbber on toolbar widget destructionVincent Sanders2019-09-214-42/+28
|
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-214-53/+35
|
* fixup the gtk2 ui buildersVincent Sanders2019-09-214-194/+104
|
* clean up find in page to operate nicelyVincent Sanders2019-09-215-238/+71
|
* move search toolbar to be per tab and move implementation to one placeVincent Sanders2019-09-218-280/+337
|
* ensure pixbuf references are updated correctly to avoid leaksVincent Sanders2019-09-215-25/+33
|
* add cookie icon and use it for show cookies toolbar buttonVincent Sanders2019-09-214-2/+11
|
* construct all toolbar items from data tableVincent Sanders2019-09-2112-589/+356
| | | | | | | | 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-211-82/+68
|
* cleanup some toolbar item creation bitsVincent Sanders2019-09-211-145/+154
|
* fix customisation toolbar reset and remove unused codeVincent Sanders2019-09-211-657/+123
|
* toolbar customisation can now apply chnagesVincent Sanders2019-09-214-88/+131
|
* fix dragging into customisation toolbarVincent Sanders2019-09-212-77/+105
|
* allow toolbar customisation to remove widgets from the toolbarVincent Sanders2019-09-211-69/+93
|
* fixup gtk2 ui builder for toolbar customisationVincent Sanders2019-09-213-305/+32
|
* populate toolbar customisation with iconsVincent Sanders2019-09-212-216/+527
|
* populate customize window toolbarVincent Sanders2019-09-211-69/+111
|
* make handling of non browser window containing tabs reasonableVincent Sanders2019-09-213-32/+69
|
* make new browser window creation logic commonVincent Sanders2019-09-211-45/+48
|
* fix both gtk2 and 3 toolbar ui builder filesVincent Sanders2019-09-212-2/+86
|
* allow toolbar customisation to open a tabVincent Sanders2019-09-217-86/+151
|
* change toolbar customization to tab approachVincent Sanders2019-09-214-62/+182
|
* remove unsused junk gtk_history_window structure and functionsVincent Sanders2019-09-213-25/+11
|
* make toolbar and menubar hiding work appropriatelyVincent Sanders2019-09-217-139/+247
|
* simplify toolbar items macrosVincent Sanders2019-09-213-63/+67
|
* add toolbar customize to main and burger menuVincent Sanders2019-09-213-13/+26
|
* simplify menu initialisation macrosVincent Sanders2019-09-211-73/+60
|
* set menu activation handler using toolbar itemsVincent Sanders2019-09-213-66/+69
|
* use toolbar_items to generate more boilerplate code through macrosVincent Sanders2019-09-213-269/+90
|
* fix toolbar property updateVincent Sanders2019-09-216-58/+32
|
* split burger menu from popup context menuVincent Sanders2019-09-217-276/+346
|
* cleanup scaffolding a bitVincent Sanders2019-09-216-164/+180
|
* make web search icon setting work properlyVincent Sanders2019-09-217-165/+115
|
* make popup context menu work on toolbarVincent Sanders2019-09-214-302/+350
|
* complete toolbar button click handler implementationVincent Sanders2019-09-213-329/+386
|
* another five handlers and fix menu sensitivity on throbber state changeVincent Sanders2019-09-217-188/+227
|
* add five more handlersVincent Sanders2019-09-213-58/+144
|
* implemented another seven signal handlersVincent Sanders2019-09-214-164/+291
|
* implement more toolbar item handlers and make menus call themVincent Sanders2019-09-215-348/+418
|
* allow menu activation to use the toolbar button implementationsVincent Sanders2019-09-2114-106/+317
|
* clean up some more handler code and remove button pushVincent Sanders2019-09-212-83/+117
|
* make menu sensitivity workVincent Sanders2019-09-213-168/+102
| | | | what remains is interfaces to make the toolbar appropriately sensative
* make menus work againVincent Sanders2019-09-212-35/+38
|
* make web search box workVincent Sanders2019-09-213-150/+148
|
* add home button clicked handlerVincent Sanders2019-09-212-71/+155
|
* implement several more button press handlersVincent Sanders2019-09-213-30/+140
|
* connect button clicked events for local history and stop buttonsVincent Sanders2019-09-213-206/+254
|
* fix url enttry completionVincent Sanders2019-09-213-23/+59
|
* cleanup toolbar warningsVincent Sanders2019-09-212-5/+4
|
* make url entry repond to navigate and update signalsVincent Sanders2019-09-214-13/+113
|