summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
...
* Open the interface for speedbar.gadgetChris Young2015-01-311-6/+0
* Enable alpha bitmaps in chooser.gadget on OS4.1FEChris Young2015-01-311-0/+10
* Erase favicon area before redrawingChris Young2015-01-311-0/+4
* Stop the favicon getting obliterated when switching tabsChris Young2015-01-311-3/+3
* Revert "Attempt to fix a couple of Enforcer hits"Chris Young2015-01-311-14/+36
* Tidy up debug and increase list allocation to aid debuggingChris Young2015-01-311-3/+5
* Attempt to fix a crash adding hotlist entries to the toolbarChris Young2015-01-311-7/+11
* Attempt to fix a couple of Enforcer hitsChris Young2015-01-301-35/+17
* Fix all the other LM_ADD(REMOVE)CHILD calls to work on OS3Chris Young2015-01-301-14/+35
* Set fonts to sensible defaults on OS3Chris Young2015-01-301-3/+18
* Fix OS3 buildChris Young2015-01-291-1/+1
* Don't schedule our own redraw after a reformat, as this is performed anyway.Chris Young2015-01-291-13/+22
* Replace the custom stringview class with a standard string gadget under OS3Chris Young2015-01-271-13/+8
* Convert the rest of gui.c to use class pointers directlyChris Young2015-01-251-22/+22
* Ensure we have the class pointerChris Young2015-01-251-1/+1
* Fix build on OS3Chris Young2015-01-251-0/+5
* Open BOOPSI/ReAction classes using the new-style methods.Chris Young2015-01-251-27/+27
* Abstract p96WPA, although it still needs P96 currentlyChris Young2015-01-201-1/+2
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-201-3/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-201-36/+102
|\
| * Remove some p96 usageChris Young2015-01-201-1/+6
| * Minor OS3 fixesChris Young2015-01-191-1/+11
| * Take out some more code which won't work on OS3Chris Young2015-01-191-0/+9
| * The OS3 build doesn't appear to like non-specific layout groupsChris Young2015-01-191-1/+1
| * Fixup gui.c enough to make it compile for OS3Chris Young2015-01-181-3/+13
| * Attempt to fix some OS3 build errors in gui.cChris Young2015-01-171-31/+63
* | Clear a selection after it has been copied, as per the AmigaOS Style GuideChris Young2015-01-171-1/+3
|/
* Remove unused variableChris Young2015-01-151-2/+1
* Change another instance of the tab number being used as identification. Now ...Chris Young2015-01-151-8/+3
* Use clicktab node addresses rather than clicktab numbers. This fixes #2254.Chris Young2015-01-151-12/+8
* avoid a crash when switching tabsChris Young2015-01-131-2/+1
* select a colour which isn't wholly transparentChris Young2015-01-111-1/+1
* Fix the passing of NetSurf internally-handled args to the coreChris Young2015-01-051-2/+14
* Translate common RAmiga-shortcuts directly to their NetSurf keycodesChris Young2015-01-031-33/+36
* Greatly simplify finding out if our gui_window is the one being displayed.Chris Young2015-01-021-54/+8
* Fix crash on startup when "always show tabs" is enabled.Chris Young2014-12-191-1/+1
* Remove redundant checkChris Young2014-12-101-3/+1
* Get scale after memory allocatedChris Young2014-12-041-1/+1
* Don't need browser window private header now.Michael Drake2014-12-041-1/+1
* Use API to get at a browser window's content.Michael Drake2014-12-041-12/+10
* Fix missmatched bracket.Michael Drake2014-12-041-1/+1
* Use browser_window_get_extents to simplify window content size handling.Michael Drake2014-12-041-10/+20
* Use browser_window_get_url()Michael Drake2014-12-041-1/+1
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-041-35/+45
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-221-2/+2
* New schedulerChris Young2014-11-221-22/+23
* Initial steps for a scheduler processChris Young2014-11-221-4/+3
* Revert "Should be a while loop in case of multiple simultaneous event triggers."Chris Young2014-11-221-2/+2
* Should be a while loop in case of multiple simultaneous event triggers.Chris Young2014-11-211-2/+2
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-191-2/+2