summaryrefslogtreecommitdiff
path: root/frontends/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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-317-165/+115
* 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-285-348/+418
* 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
* 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-201-1/+1
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-9/+43
* access gtk throbber frames through an interfaceVincent Sanders2019-08-184-39/+92
* Move favicon from url entry widget to notebook tab labelVincent Sanders2019-08-157-82/+133
* remove login window from gtk front endVincent Sanders2019-08-138-652/+1
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-1/+0
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-1/+0
* remove unused gtk window interfaces and clean up documentationVincent Sanders2019-08-042-20/+66
* Corewindow: Sanitise scrolling API.Michael Drake2019-08-031-40/+40
* make use of improved browser_window_set_scale API in frontendsVincent Sanders2019-08-031-4/+2
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-032-6/+3
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-9/+3
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-032-10/+21
* gtk/local_history: Scroll local history to cursor on displayDaniel Silverstone2019-08-021-0/+2
* gtk/corewindow.c: Correctly handle scroll_visibleDaniel Silverstone2019-08-021-12/+38
* gtk, beos: Run scheduler before fetching fdsetDaniel Silverstone2019-08-021-2/+2
* remove scaled parameter from get_dimensionsVincent Sanders2019-08-021-10/+1
* GTK: Update for unscaled bw invalidate rectangle.Michael Drake2019-08-011-6/+4
* split browser and browser_window operationsVincent Sanders2019-08-011-0/+1
* GTK: prefer using curl's intrinsic defaults for CURLOPT_CA*Samuel Dionne-Riel2019-08-011-5/+1
* gtk/fetch.c & monkey/filetype.c: ascii_is_space already checks for newline.brabo2019-08-011-6/+2