summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+2
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
* remove no_iframesChris Young2011-06-151-2/+0
* up = down and down = upChris Young2011-06-031-4/+4
* Make 4th mouse button go back in history, and 5th go forward. Untested.Chris Young2011-06-031-12/+32
* Allow mixing of AmigaOS and NetSurf command line optionsChris Young2011-05-301-2/+3
* update variable namesChris Young2011-05-111-6/+6
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-0/+6
* Simple initialisation splash screenChris Young2011-05-071-0/+39
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-061-3/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-12/+9
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-1/+0
* Fix treeview displayChris Young2011-04-221-0/+2
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-221-1/+1
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-221-0/+1
* Use PROGDIR: instead of current dir when setting the path to the executable forChris Young2011-04-221-3/+5
* print caret at scroll position netsurf believes the page is at, rather than w...Chris Young2011-03-191-2/+2
* Redraw the area under a caret when it is cleared, rather than relying on a po...Chris Young2011-03-191-10/+5
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-161-61/+0
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
* More rigourous MIME type checking for CSS allows us to remove the icons from ...Chris Young2011-03-141-6/+11
* Empty the schedule list before freeing and closing resourcesChris Young2011-03-131-1/+1
* Move timer initialisation for scheduler so netsurf_init can queue scheduled e...Chris Young2011-03-131-3/+3
* Search for resources in user's preferred languages, en, and outside theChris Young2011-03-131-9/+50
* 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