summaryrefslogtreecommitdiff
path: root/frontends/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/fetch.c & monkey/filetype.c: small comment correction.brabo2019-08-011-1/+1
* Declare global variables as extern in headersMichael Forney2019-06-304-4/+4
* Update schedulers return codesVincent Sanders2019-06-081-18/+34
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-4/+5
* fix enum name incompatability between gtk 2 and 3Vincent Sanders2019-05-052-1/+7
* centralise monkey output generationVincent Sanders2018-11-031-4/+7
* GTK: Squash GCC8.2 warning.Michael Drake2018-11-031-2/+14
* GTK: Make nsgtk_download_selection_action match GFunc prototype.Michael Drake2018-11-031-4/+10
* GTK: Squash a couple of warnings from GCC 8.2.Michael Drake2018-11-031-2/+22
* fix stupid typo in previous commitVincent Sanders2018-10-081-1/+1
* explicitly check for null string before compareVincent Sanders2018-10-061-1/+1
* squash clang warning about increased alignment requirements.Vincent Sanders2018-09-261-1/+2
* seems freebsd needs _XOPEN_SOURCE for math.h macros to be definedVincent Sanders2018-09-061-0/+1
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-1/+0
* remove a warning on openbsdVincent Sanders2018-08-281-1/+1
* GTK: Remove logging during window resize.Michael Drake2018-08-271-1/+0
* fixup usage of gvalue init macroVincent Sanders2018-08-262-3/+8
* fix gtk 3 deprication warningsVincent Sanders2018-08-265-9/+46
* remove depricated gtk 3 interfacesVincent Sanders2018-08-241-1/+16
* do not use strlen as a variable nameVincent Sanders2018-08-211-4/+4
* Improve GTK login dialogVincent Sanders2018-08-193-391/+319
* GTK: Update for new HTTP auth API.Michael Drake2018-08-152-23/+30
* Browser: Rename function to access bw URL.Michael Drake2018-07-233-8/+8
* Plotters: Remove width param from path plotter.Michael Drake2018-05-232-5/+1
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-232-28/+31
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
* change tab next and back acceleratorsVincent Sanders2018-04-221-2/+2
* fix gtk accelerator loadingVincent Sanders2018-04-222-11/+31
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-228-60/+193