summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Basic theme support.Chris Young2008-10-181-39/+40
* Implemented the ability to add hotlist entries to the Hotlist menu. Modified...Chris Young2008-10-141-1/+1
* AmiUpdate support.Chris Young2008-10-131-2/+29
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-4/+15
* List traversing tidy-up.Chris Young2008-10-061-13/+8
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+37
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-2/+43
* Fixed some problems with tabs, added a tab close gadget.Chris Young2008-10-051-16/+39
* Kiosk mode (borderless window, no gadgets or menu etc)Chris Young2008-10-051-184/+250
* AmigaOS tabs implementation.Chris Young2008-10-051-39/+112
* Incomplete support for tabbed browsing.Chris Young2008-10-041-171/+255
* Minimal ARexx port.Chris Young2008-09-291-1/+9
* - Accept a URL as an argument to open that page on startup (this is needed fo...Chris Young2008-09-281-50/+66
* When the treeview window is the last one on screen and it is closed, NetSurf nowChris Young2008-09-281-0/+5
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-11/+17
* Improved text cursorChris Young2008-09-271-8/+12
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-10/+38
* If use_os_pointers is off and no Wait pointer image has been loaded from disk...Chris Young2008-09-231-1/+11
* 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