summaryrefslogtreecommitdiff
path: root/amiga/gui.h
Commit message (Expand)AuthorAgeFilesLines
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-18/+1
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-2/+2
* Make all the buttons on the first two options tabs work.Chris Young2009-06-211-0/+1
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ...Chris Young2009-06-031-0/+1
* Fix faster_scrollChris Young2009-05-311-1/+2
* Implement a download queue for ARexx-initiated downloads. Working manually, ...Chris Young2009-03-281-12/+5
* Fix warningsChris Young2009-03-151-1/+2
* Fix compilation errorsChris Young2009-03-081-2/+0
* Mostly-working local history windowChris Young2009-03-081-1/+4
* Added context menu option to download the link target.Chris Young2009-01-311-1/+2
* If screen mode ID is not set in the options, prompt for a screenmode on start...Chris Young2009-01-101-1/+4
* More efficient layers clippingChris Young2008-12-291-0/+1
* Minor changes for Amiga Cairo buildChris Young2008-12-281-0/+7
* Reduce memory usageChris Young2008-12-261-5/+10
* Update for new SDKChris Young2008-12-201-10/+0
* More changes for search function.Chris Young2008-12-131-0/+6
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-151-0/+1
* AmigaOS implementation of complete page save.Chris Young2008-11-081-0/+2
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-0/+1
* Allow theming of default treeview folder and item images.Chris Young2008-10-191-0/+1
* Various fixes in relation to tabs.Chris Young2008-10-191-3/+3
* Fix basic rearrangement of tree nodesChris Young2008-10-131-0/+1
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-0/+6
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+1
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-0/+1
* Fixed some problems with tabs, added a tab close gadget.Chris Young2008-10-051-0/+1
* AmigaOS tabs implementation.Chris Young2008-10-051-1/+3
* Incomplete support for tabbed browsing.Chris Young2008-10-041-4/+15
* Modification for treeview support - missed from previous commitChris Young2008-09-271-2/+4
* 32-bit mouse pointer support.Chris Young2008-09-221-0/+10
* Fix signalling of events from 401 login windowChris Young2008-09-211-0/+1
* Stop the throbber trying to draw on download and 401-login windows.Chris Young2008-09-201-3/+3
* Improved throbber, works independently on multiple windows, stops when it sho...Chris Young2008-09-131-1/+3
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-111-1/+1
* Moved menu selection code to menu.cChris Young2008-09-031-0/+1
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-011-0/+1
* 401 authentication/login support.Chris Young2008-08-301-0/+7
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-301-4/+5
* Basic download windowChris Young2008-08-231-10/+21
* Implemented mouse dragging and code for select forms (which works but the men...Chris Young2008-08-181-0/+5
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-1/+2
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-151-0/+2
* Modified to use space.gadget and blit directly to the window's rastport, also...Chris Young2008-08-111-0/+1
* Added code to set correct font.Chris Young2008-08-101-0/+2
* Added support for multiple windows.Chris Young2008-08-091-0/+32
* Rewritten to use window.class and bitmap.image instead of writing directly to...Chris Young2008-08-081-0/+4
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-0/+2
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+28