summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Added PDF export to Amiga port.Chris Young2008-08-261-1/+30
| | | | svn path=/trunk/netsurf/; revision=5203
* Moved Amiga menu code into separate file.Chris Young2008-08-251-66/+112
| | | | svn path=/trunk/netsurf/; revision=5199
* Fix gui_browser_window_create and browser_window_create functions for new ↵Chris Young2008-08-241-4/+6
| | | | | | | | new_tab parameter. svn path=/trunk/netsurf/; revision=5196
* Basic hotlist supportChris Young2008-08-231-9/+36
| | | | svn path=/trunk/netsurf/; revision=5188
* Basic download windowChris Young2008-08-231-29/+133
| | | | svn path=/trunk/netsurf/; revision=5185
* Added clipboard support, fixed a problem causing a crash in the font ↵Chris Young2008-08-211-35/+179
| | | | | | functions in font.c svn path=/trunk/netsurf/; revision=5166
* Implemented form select menu, and basic pull-down menu template.Chris Young2008-08-191-13/+94
| | | | svn path=/trunk/netsurf/; revision=5158
* Implemented mouse dragging and code for select forms (which works but the ↵Chris Young2008-08-181-45/+163
| | | | | | | | | menu is not created with the correct entries yet). Now looks in options for screen and window size and position. svn path=/trunk/netsurf/; revision=5153
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-21/+15
| | | | svn path=/trunk/netsurf/; revision=5136
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-151-100/+94
| | | | svn path=/trunk/netsurf/; revision=5128
* Fixed font stylesChris Young2008-08-121-9/+9
| | | | svn path=/trunk/netsurf/; revision=5075
* Modified to use space.gadget and blit directly to the window's rastport, ↵Chris Young2008-08-111-51/+200
| | | | | | | | also added scrollbar functionality (thanks to Ami603) svn path=/trunk/netsurf/; revision=5034
* Added code to set correct font.Chris Young2008-08-101-44/+99
| | | | svn path=/trunk/netsurf/; revision=4986
* Implemented localisation using the existing translated messages files.Chris Young2008-08-091-135/+280
| | | | svn path=/trunk/netsurf/; revision=4982
* Added support for multiple windows.Chris Young2008-08-091-138/+333
| | | | svn path=/trunk/netsurf/; revision=4972
* Rewritten to use window.class and bitmap.image instead of writing directly ↵Chris Young2008-08-081-23/+138
| | | | | | | | to the window bitmap. Basic GUI added to allow URLs to be entered. svn path=/trunk/netsurf/; revision=4965
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-3/+62
| | | | svn path=/trunk/netsurf/; revision=4948
* Opens and closes timer.device, and creates a new list - required for ↵Chris Young2008-08-031-4/+44
| | | | | | | | scheduling code in schedule.c svn path=/trunk/netsurf/; revision=4877
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+321
svn path=/trunk/netsurf/; revision=4864