summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-171-4/+11
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-171-7/+24
* Help hints, mainly for the tabs but also massage messages strings HelpToolbar...Chris Young2010-03-161-19/+26
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-151-0/+7
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
* Fix compilationChris Young2010-02-221-3/+3
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
* Try to avoid the tab switching if closing a tab other than the current one (d...Chris Young2010-02-141-13/+23