summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
...
* framebuffer/local_history: Scroll to cursor on openDaniel Silverstone2019-08-021-0/+1
* 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-022-5/+5
* monkey: Report the errno when select() returns -1Daniel Silverstone2019-08-021-0/+2
* monkey: Run scheduler before extracting fdsetsDaniel Silverstone2019-08-021-3/+3
* fix missed get dimensions call in amiga frontendVincent Sanders2019-08-021-1/+1
* remove scaled parameter from get_dimensionsVincent Sanders2019-08-028-59/+20
* RISCOS: change invalidate to cope with unscaled rectanglesVincent Sanders2019-08-011-4/+4
* AMIGA: Update to remove rectangle scaling from browser window invalidateVincent Sanders2019-08-011-1/+1
* GTK: Update for unscaled bw invalidate rectangle.Michael Drake2019-08-011-6/+4
* split browser and browser_window operationsVincent Sanders2019-08-015-27/+26
* 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-012-9/+4
* gtk/fetch.c & monkey/filetype.c: small comment correction.brabo2019-08-012-2/+2
* monkey/browser.c: Handle failed calloc more gracefullyDaniel Silverstone2019-08-011-0/+4
* Update version for next development cycleVincent Sanders2019-07-171-1/+1
* update copyright years for releaseVincent Sanders2019-07-171-1/+1
* Declare global variables as extern in headersMichael Forney2019-06-3022-23/+23
* fix freetype pkg-config usage in atari frontendVincent Sanders2019-06-291-2/+23
* fix atari STRIP makefile target to not have a spurious close bracketVincent Sanders2019-06-251-1/+1
* stop the atari toolchain from matching the cstrip binary for the strip oneVincent Sanders2019-06-251-1/+1
* Check callback memory is allocated before trying to use it.Chris Young2019-06-091-1/+2
* Fix memory leak in Amiga frontendChris Young2019-06-091-1/+4
* NULL drawhandle after freeChris Young2019-06-091-0/+1
* Update schedulers return codesVincent Sanders2019-06-082-20/+42
* add ability to stop a navigation in monkey frontendVincent Sanders2019-06-061-0/+25
* quieten down windows debugVincent Sanders2019-05-172-13/+18
* Make SimpleRefresh the default.Chris Young2019-05-122-2/+2
* Add a render hook to ensure the browser window is redrawn when neededChris Young2019-05-121-0/+19
* Mark functions as staticChris Young2019-05-101-20/+19
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-1012-13/+25
* Make the window list more privateChris Young2019-05-105-51/+68
* Use new beep functionChris Young2019-05-102-4/+3
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-1023-32/+66
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
* make win32 keyboard handling in browsing window functionalVincent Sanders2019-05-091-36/+86
* implement windows clipboard functionalityVincent Sanders2019-05-098-90/+195
* fix os3 buildChris Young2019-05-081-1/+1
* try storing form_control in the hook dataChris Young2019-05-083-28/+3
* Make gadget object enum private to gui.cChris Young2019-05-083-40/+41
* make gui_window_2 private to gui.cChris Young2019-05-084-82/+82
* Pass ptr to clicktab var instead of func callsChris Young2019-05-084-8/+9
* more accessor for gui_window_2Chris Young2019-05-087-37/+166
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_...Chris Young2019-05-084-19/+18
* throbber crapChris Young2019-05-083-10/+70
* get the window title from a gui_windowChris Young2019-05-083-1/+13
* set find window functionChris Young2019-05-083-4/+19
* Try moving form_control into gui_windowChris Young2019-05-082-5/+3
* Accessor for the select menu control pointerChris Young2019-05-083-2/+30