summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* allow menu activation to use the toolbar button implementationsVincent Sanders2019-08-2714-106/+317
|
* clean up some more handler code and remove button pushVincent Sanders2019-08-262-83/+117
|
* make menu sensitivity workVincent Sanders2019-08-253-168/+102
| | | | what remains is interfaces to make the toolbar appropriately sensative
* make menus work againVincent Sanders2019-08-252-35/+38
|
* make web search box workVincent Sanders2019-08-243-150/+148
|
* add home button clicked handlerVincent Sanders2019-08-232-71/+155
|
* implement several more button press handlersVincent Sanders2019-08-223-30/+140
|
* connect button clicked events for local history and stop buttonsVincent Sanders2019-08-223-206/+254
|
* fix url enttry completionVincent Sanders2019-08-213-23/+59
|
* cleanup toolbar warningsVincent Sanders2019-08-212-5/+4
|
* make url entry repond to navigate and update signalsVincent Sanders2019-08-214-13/+113
|
* make toolbar url entry display urlVincent Sanders2019-08-205-32/+179
|
* working throbberVincent Sanders2019-08-205-76/+161
|
* move toolbar to be in tab contentsVincent Sanders2019-08-204-24/+149
|
* get the code to at least compile again. toolbar is completely brokenVincent Sanders2019-08-203-685/+742
|
* moved most of init to toolbar.cVincent Sanders2019-08-208-696/+1049
|
* fix spelling mistakes from miscellaneous event commitVincent Sanders2019-08-203-7/+7
|
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-2013-163/+410
| | | | | | | | | | | | extend the browser window callback table with a miscallaneous event entry. This is used to replace all browser window callbacks which take no parameters. This reduces the API surface from seven separate calls to a single call with an enumeration which may be readily extended. The initial implementation in the frontends simply calls the original implementations to reduce scope for errors.
* access gtk throbber frames through an interfaceVincent Sanders2019-08-184-39/+92
| | | | | | This changes the gtk throbber frames to be accessed through an API This removes teh nsgtk_throbber global and hides the implementation details from the rest of the code.