summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-071-1/+1
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-248-16/+19
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-142-4/+9
* Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 ...James Bursa2008-08-121-15/+42
* Initialise and finalise hubbub correctly on RISC OS.John Mark Bell2008-08-111-0/+19
* Use ccres (http://www.riscos.info/index.php/CCres) to compile textualJohn Tytgat2008-08-064-0/+15526
* 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-054-4/+4
* - 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
* Prefix all RISC OS print global variables and functions with "ro_" in order t...John Tytgat2008-08-023-43/+43
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-304-28/+15
* Keep on hourglassing when dumping application space and UnixLib DA memory blo...John Tytgat2008-07-301-4/+5
* Use static for variables local to one source file.John Tytgat2008-07-291-3/+3
* ro_save_draw_rectangle(): draw_CLOSE_LINE doesn't need parameters. This pote...John Tytgat2008-07-281-2/+2
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-282-2/+7
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-2621-40/+82
* - Compiler warning squashJohn Tytgat2008-07-2664-1668/+1931
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-268-24/+149
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-162-2/+2
* Check file exists in bitmap_create_file(). Fixes empty local history when Scr...James Bursa2008-06-151-0/+17
* Don't crash when attempting to save a bitmap with no data. This can happen wh...James Bursa2008-06-141-1/+6
* Remove nonsensical disc cache section from Choices window.James Bursa2008-06-141-18/+3
* Extended scroll wheel support (Select)Adrian Lees2008-06-071-7/+16
* Save WimpSlot too when NetSurf$CoreDump is set and NetSurf crashes.James Bursa2008-06-071-5/+14
* Zoom using shift-scrollwheelAdrian Lees2008-06-071-38/+58
* + Change core to handle different front end click behaviourMichael Drake2008-06-063-11/+32
* Don't constrain mouse pointer to window area during text selection.Michael Drake2008-06-031-4/+5
* Add code to save DA to a file if NetSurf crashes and NetSurf$CoreDump exists.James Bursa2008-06-031-0/+19
* Improve MNG error handling to show error code. Fix code not expecting bitmap_...James Bursa2008-06-012-5/+24
* - introduction of SLEN()John Tytgat2008-05-251-4/+4
* Unescape URL before attempting to read filetypeJohn Mark Bell2008-05-241-3/+15
* Squash warningJohn Mark Bell2008-05-231-1/+1
* Use local filetype directly, if we're "downloading" a local fileJohn Mark Bell2008-05-233-9/+84
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-165-9/+11
* The core code has always assumed a locale of "C".John Mark Bell2008-05-134-5/+18
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-192-0/+3
* Fix makefile for save text. Remove redundant ifdef.Michael Drake2008-04-131-2/+0
* const fixes in plotters and history coreRob Kendrick2008-04-074-6/+6
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-10/+26
* Remove useless private UnixLib include.John Tytgat2008-04-011-1/+0
* Tidy up.Michael Drake2008-03-311-9/+12
* Fix formatting of copied or saved text selections.Michael Drake2008-03-311-13/+21
* Save non-opaque images with a proper mask/full alpha channelAdrian Lees2008-03-243-14/+167
* Tidy up when drag save aborted (fixes assert when dragging URL to same window)Adrian Lees2008-03-231-1/+4
* Ensure 'tracking window' defined when starting selectionAdrian Lees2008-03-231-0/+1
* Added missing initialiserAdrian Lees2008-03-231-0/+1
* Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs di...John Tytgat2008-03-221-1/+196
* Update status bar when standalone images are done.Michael Drake2008-03-103-0/+6
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-106-7/+53