summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-7/+10
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-7/+7
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-13/+17
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
* Changes required for new-cacheChris Young2010-03-281-36/+43
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-231-440/+9