summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Don't clear window before redraw or blit if the redraw didn't completeChris Young2011-02-131-12/+12
* Fix clip parameters, plain text scrolling now worksChris Young2011-02-121-16/+2
* port to new apiChris Young2011-02-121-18/+16
* Port to browser_window_redraw()Chris Young2011-02-111-34/+27
* Fix some long-standing issues with events not getting captured, make sure theChris Young2011-02-091-41/+45
* Kiosk mode now fills screen every timeChris Young2011-01-301-2/+2
* Pick the CSS system colours from the pens in the screen DrawInfo table, and f...Chris Young2011-01-301-0/+3
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-2/+2
* More #ifdef __amigaos4__. This is getting a little messy.John Mark Bell2011-01-061-1/+7
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Make drag scrolls work more reliably and only within 10px of render areaChris Young2010-12-181-16/+22
* Allow double-clicks in main browser and middle button double-clicks in treeviewChris Young2010-12-161-4/+54
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-141-1/+1
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
* Fix serious crash if NetSurf is running twice (once with the FORCE switch) on aChris Young2010-11-211-13/+3
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-4/+2
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-38/+2
* Fix content icons in treeviewsChris Young2010-10-291-0/+3
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-241-1/+3
* Auto-scroll on drags beyond window boundariesChris Young2010-10-191-3/+26
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-43/+46
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and (b...Chris Young2010-09-281-11/+17
* Revert previous changeChris Young2010-09-191-1/+5
* Try to avoid corruption when moving cursor around in text boxesChris Young2010-09-191-2/+6
* Remove unused #includeChris Young2010-09-171-3/+0
* Prevent assert on non-HTML contentsChris Young2010-09-161-1/+4
* Use core file fetcherChris Young2010-09-121-2/+0
* Add startup and shutdown ARexx scripts (default to startup.nsrx and shutdown....Chris Young2010-08-281-3/+16
* Correct font nameChris Young2010-08-061-1/+1
* off by oneChris Young2010-07-311-1/+1
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...Chris Young2010-07-271-5/+43
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
* Fix menu disable on tab switch and CutChris Young2010-07-241-41/+11
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+85
* Fix some typesChris Young2010-06-261-16/+19
* More calculation fixesChris Young2010-06-061-12/+4
* Remove scroll positions from ami_do_redraw_limits, fix positional calcs inChris Young2010-06-051-23/+22
* When redrawing part of a page, draw with respect to the position NetSurf beli...Chris Young2010-06-051-2/+10
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-6/+7
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-0/+18
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-12/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Reformat all tabs when window size changesChris Young2010-04-271-4/+18
* Ensure menu state is correct when switching tabsChris Young2010-04-241-37/+2
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
* Fix broken event handling.Chris Young2010-04-091-20/+36
* Remove verbose_log from options fileChris Young2010-04-031-3/+1
* Use DataTypes to read text files that are dropped into text boxes, this allow...Chris Young2010-04-021-13/+33
* ...and right a bitChris Young2010-04-021-4/+3