summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-305-5/+26
* Remove p96EncodeColour and ensure the alpha byte is set to 0xff.Chris Young2013-01-271-3/+15
* Ensure we free the same size raster that we allocatedChris Young2013-01-272-5/+5
* Disable help for now, as it causes the popupmenu.class deadlock againChris Young2013-01-241-4/+4
* Attempt fix screen close problemChris Young2013-01-241-5/+4
* Added more pages to AmigaGuide docChris Young2013-01-241-8/+98
* Add basic context-sensitive help.Chris Young2013-01-246-4/+127
* AmigaGuide class provided by Daniel JedlickaChris Young2013-01-242-0/+387
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it exist...Chris Young2013-01-201-0/+18
* Entering the search string now find the first occurence immediatelyChris Young2013-01-181-19/+20
* Activate the find window's string gadget on openChris Young2013-01-181-0/+3
* OS3 needs PBL tooChris Young2013-01-171-1/+1
* Don't busy the pointer when removing the caret - it's pointless and flickeryChris Young2013-01-151-1/+1
* Disable compositing if simple refresh is enabled; set it back to "like WB" if...Chris Young2013-01-131-3/+6
* Expand the damaged area rectangle by one pixel each side to stop missing linesChris Young2013-01-131-8/+8
* Prevent deadlock during simple refresh damaged area redrawChris Young2013-01-132-17/+18
* Fix fast scroll upChris Young2013-01-121-4/+2
* Make logic compare clearerChris Young2013-01-101-3/+3
* Fix reading of clipboardChris Young2013-01-101-2/+3
* Get CSET using PropChunk rather than StopChunkChris Young2013-01-091-28/+11
* Remove unused variablesChris Young2013-01-091-5/+3
* Convert to UTF-8 before doing length calculations (untested)Chris Young2013-01-091-47/+52
* Re-implement reading the clipboard using CollectionChunk; this removes the ne...Chris Young2013-01-081-41/+70
* Fix drag selectionChris Young2013-01-081-4/+3
* remove gui_copy_to_clipbaord call - this needs fixingChris Young2013-01-081-2/+3
* re-enable ami_drag_selectionChris Young2013-01-081-2/+0
* fix typoChris Young2013-01-081-1/+1
* Update copy to new API (untested), pasting needs work, ami_drag_selection nee...Chris Young2013-01-081-84/+41
* Remove unused globalChris Young2013-01-061-1/+0
* Set the default pointer, not the busy pointer, after completing a redrawChris Young2013-01-061-1/+1
* Only set the busy pointer after we've decided not to bail out earlyChris Young2013-01-061-2/+2
* Track the mouse pointer on a per-window basisChris Young2013-01-0612-82/+62
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-039-27/+52
* gui_window_2 var should be gwin for consistencyChris Young2013-01-031-48/+46
* Set the busy pointer during redrawsChris Young2013-01-032-1/+14
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
* Ensure the menu checked state remain in sync with realityChris Young2012-12-154-2/+33
* Update menu checked stateChris Young2012-12-152-0/+39
* Check the checked state of the menu items a more correct wayChris Young2012-12-151-3/+21
* Add some options to the browser menuChris Young2012-12-152-17/+68
* These values shouldn't be declared staticChris Young2012-12-152-4/+4
* Work around a speedbar.gadget layout bugChris Young2012-12-151-3/+10
* split target defaults outVincent Sanders2012-12-131-0/+40
* make macro name more correctVincent Sanders2012-12-131-6/+6
* Update the current pressed qualifier keys at every RAWKEY event, as the updat...Chris Young2012-12-101-2/+2
* Add dither quality options to GUIChris Young2012-12-091-0/+21
* Add simple refresh option to GUIChris Young2012-12-091-0/+23
* Add font anti-aliasing option to GUIChris Young2012-12-091-35/+57
* Toggle the tab bar to the correct state if the option to always show it is ch...Chris Young2012-12-093-0/+34
* Add options for always showing tabbar and warning on closing multiple tabsChris Young2012-12-091-0/+30