summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings introduced by hubbub integration.Andrew Sidwell2008-08-111-3/+5
* Initialise and finalise hubbub correctly on RISC OS.John Mark Bell2008-08-111-0/+19
* Add some ifdef.John Mark Bell2008-08-111-1/+8
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-1110-5/+869
* Added code to set correct font.Chris Young2008-08-105-84/+260
* Functions now return correct values for proper text formatting.Chris Young2008-08-091-20/+21
* Implemented localisation using the existing translated messages files.Chris Young2008-08-092-135/+297
* Warn and error messages are now displayed in a requester.Chris Young2008-08-091-3/+17
* Added support for multiple windows.Chris Young2008-08-093-138/+366
* Removed -liconv from Amiga target as no longer requiredChris Young2008-08-091-1/+1
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-082-2/+0
* - move BeOS specific config vars to separate sectionFrançois Revel2008-08-082-3/+23
* Rewritten to use window.class and bitmap.image instead of writing directly to...Chris Young2008-08-082-23/+142
* C89François Revel2008-08-082-5/+5
* Corrected bitmap plotter RGB format.Chris Young2008-08-071-1/+1
* Basic plotter functions and support code for the plotters.Chris Young2008-08-074-14/+204
* Use ccres (http://www.riscos.info/index.php/CCres) to compile textualJohn Tytgat2008-08-0610-0/+15569
* Ignore blank maxlength attributesJohn Mark Bell2008-08-051-1/+2
* Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro...John Tytgat2008-08-055-34/+34
* Update my e-mail address.John Tytgat2008-08-0511-11/+11
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the dif...John Tytgat2008-08-0516-189/+167
* Make ro_gui_configure_register static.John Tytgat2008-08-042-2/+3
* OS4 32-bit icon for NetSurf.Chris Young2008-08-031-0/+0
* Opens and closes timer.device, and creates a new list - required for scheduli...Chris Young2008-08-031-4/+44
* Generic objects code implemented using Exec lists. Currently used by schedul...Chris Young2008-08-032-0/+146
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-032-1/+135
* Added object.c to NS_AMIGA source filesChris Young2008-08-031-1/+1
* Prefix all RISC OS print global variables and functions with "ro_" in order t...John Tytgat2008-08-024-46/+43
* Added changes for TARGET=amigaChris Young2008-08-023-1/+41
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-0218-0/+1249
* Move plugin option to Makefile.config.John Mark Bell2008-08-013-2/+5
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-3010-56/+41
* Fix typos, fix libharu address and update homepage setting.Michael Drake2008-07-302-12/+13
* Whoops. Fix BNF to match reality.John Mark Bell2008-07-301-2/+2
* Keep on hourglassing when dumping application space and UnixLib DA memory blo...John Tytgat2008-07-301-4/+5
* Constify content_type_name & content_status_nameJohn Tytgat2008-07-302-4/+4
* Rewrite parsing of <meta http-equiv="Refresh" ...> content values. The previo...John Mark Bell2008-07-301-41/+92
* Code style changes.John Tytgat2008-07-292-55/+53
* Use static for variables local to one source file.John Tytgat2008-07-293-20/+23
* Don't call group_end before group_start has been called. Solves SF #1927130.John Tytgat2008-07-291-1/+1
* ASSEMBLE needs no padding.Michael Drake2008-07-291-1/+1
* Restore accidentally removed lineRob Kendrick2008-07-291-0/+1
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-297-5/+20
* Fix overflow spotted by jmb/valgrind.Rob Kendrick2008-07-291-1/+1
* Assert first, before acting on selectionJohn Mark Bell2008-07-291-3/+8
* Add rectangle as alias for "rect"John Mark Bell2008-07-291-1/+2
* Fix wrap to 80 chars (mostly RISC OS section). Make GTK dialogs go in with GT...Michael Drake2008-07-291-33/+31
* Rename AUTOCONF to M.CONFIG to make it clearer that it's Makefile.config gove...Daniel Silverstone2008-07-292-5/+18
* C89François Revel2008-07-292-5/+5
* - C89 againFrançois Revel2008-07-294-6/+12