summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Fixed bold/italic stylesChris Young2008-09-151-7/+42
* Fix schedule_run so it doesn't occur outside gui_poll.Chris Young2008-09-131-3/+1
* Improved throbber, works independently on multiple windows, stops when it sho...Chris Young2008-09-133-17/+94
* Added ability to load toolbar images from a different path.Chris Young2008-09-111-15/+55
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-113-3/+35
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-092-10/+21
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-086-94/+175
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-084-17/+78
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-071-9/+12
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-072-11/+121
* Much more efficient message handling/input loops, allows me to raise task pri...Chris Young2008-09-042-33/+75
* Added support code to allow CSET chunks to be read from clipboard IFF FTXT andChris Young2008-09-034-1/+63
* Moved menu selection code to menu.cChris Young2008-09-035-184/+287
* Simple pointer imagery (hopefully temporary)Chris Young2008-09-014-1/+52
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-012-9/+35
* Basic user-configurable pointer image support.Chris Young2008-08-313-9/+132
* Menu tidy-up, string correction and swap of Source and Text in the save/expor...Chris Young2008-08-312-14/+14
* Option to stop iframes popping up in new windowsChris Young2008-08-301-2/+8
* 401 authentication/login support.Chris Young2008-08-305-25/+241
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-303-81/+174
* Experimental font code to plot Unicode text.Chris Young2008-08-302-7/+178
* Removed dependency on codesets.libraryChris Young2008-08-273-63/+16
* Improved text reflow moreChris Young2008-08-261-12/+31
* Corrected english-british entry.Chris Young2008-08-261-1/+1
* Potential fix for requester.class crash on startup on some systems.Chris Young2008-08-261-2/+2
* Work on local charset encoded strings for improved layout.Chris Young2008-08-261-7/+25
* Added PDF export to Amiga port.Chris Young2008-08-265-16/+150
* Moved Amiga menu code into separate file.Chris Young2008-08-255-66/+247
* Include Amiga-specific optionsChris Young2008-08-251-0/+42
* Fix gui_browser_window_create and browser_window_create functions for new new...Chris Young2008-08-241-4/+6
* Basic hotlist supportChris Young2008-08-233-9/+128
* Header file for functions in utf8.cChris Young2008-08-231-0/+24
* Basic download windowChris Young2008-08-232-39/+154
* Convert UTF-8 text to local charset before printing to screenChris Young2008-08-232-5/+94
* Code cleanup.Chris Young2008-08-215-52/+34
* Added clipboard support, fixed a problem causing a crash in the font function...Chris Young2008-08-211-35/+179
* Added british-englishChris Young2008-08-211-0/+1
* Reduced task priority to -5 and increased stack to 64kChris Young2008-08-211-0/+0
* Implemented form select menu, and basic pull-down menu template.Chris Young2008-08-191-13/+94
* Implemented mouse dragging and code for select forms (which works but the men...Chris Young2008-08-182-45/+168
* Add links to resource files.John Tytgat2008-08-178-0/+8
* Reversed order of running a callback and removing it from the schedule list, ...Chris Young2008-08-171-13/+3
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-176-36/+59
* Implemented line styles and widthsChris Young2008-08-151-24/+78
* More error checkingChris Young2008-08-151-7/+41
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-152-100/+96
* Fixed font stylesChris Young2008-08-122-34/+39
* Updated to support changes in image/bitmap.hChris Young2008-08-121-15/+38
* Modified to use space.gadget and blit directly to the window's rastport, also...Chris Young2008-08-112-51/+201
* Added code to set correct font.Chris Young2008-08-105-84/+260