summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* 32-bit mouse pointer support.Chris Young2008-09-221-67/+165
* Fix signalling of events from 401 login windowChris Young2008-09-211-1/+0
* 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-131-15/+87
* 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-111-2/+34
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-091-0/+3
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-081-10/+11
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-15/+36
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-071-10/+108
* Much more efficient message handling/input loops, allows me to raise task pri...Chris Young2008-09-041-33/+75
* Moved menu selection code to menu.cChris Young2008-09-031-184/+130
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-011-9/+34
* Basic user-configurable pointer image support.Chris Young2008-08-311-9/+98
* Menu tidy-up, string correction and swap of Source and Text in the save/expor...Chris Young2008-08-311-7/+7
* 401 authentication/login support.Chris Young2008-08-301-25/+76
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-301-27/+88
* Removed dependency on codesets.libraryChris Young2008-08-271-15/+6
* Added PDF export to Amiga port.Chris Young2008-08-261-1/+30
* Moved Amiga menu code into separate file.Chris Young2008-08-251-66/+112
* Fix gui_browser_window_create and browser_window_create functions for new new...Chris Young2008-08-241-4/+6
* Basic hotlist supportChris Young2008-08-231-9/+36
* Basic download windowChris Young2008-08-231-29/+133
* Added clipboard support, fixed a problem causing a crash in the font function...Chris Young2008-08-211-35/+179
* 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-181-45/+163
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-21/+15
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-151-100/+94
* Fixed font stylesChris Young2008-08-121-9/+9
* Modified to use space.gadget and blit directly to the window's rastport, also...Chris Young2008-08-111-51/+200
* Added code to set correct font.Chris Young2008-08-101-44/+99
* Implemented localisation using the existing translated messages files.Chris Young2008-08-091-135/+280
* Added support for multiple windows.Chris Young2008-08-091-138/+333
* Rewritten to use window.class and bitmap.image instead of writing directly to...Chris Young2008-08-081-23/+138
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-3/+62
* Opens and closes timer.device, and creates a new list - required for scheduli...Chris Young2008-08-031-4/+44
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+321