summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gui_globals scale as no longer neededChris Young2011-03-101-4/+0
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-6/+6
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-051-30/+75
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-051-0/+5
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
* Use BltBitMapTagsChris Young2011-03-041-7/+33
* Brand new windows should not be cloning an existing browser_window or they pi...Chris Young2011-03-011-3/+3
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-13/+2
* Memory leakChris Young2011-02-281-0/+6
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-281-20/+29
* Rename confusingly-named file; Remove about from unsupported protocols, as wi...Chris Young2011-02-261-1/+1
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
* add resource handlingVincent Sanders2011-02-231-0/+6
* Get one timer message per signal to allow other non-scheduled events to be ac...Chris Young2011-02-191-1/+1
* Move timer.device stuff to schedule.cChris Young2011-02-191-26/+2
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-161-4/+5
* New tabs should show the homepageChris Young2011-02-161-1/+1
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
* 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