summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite text export to use box tree. Improves output formatting. Simplify sel...Michael Drake2008-04-134-164/+277
* Tidy and update comments.Michael Drake2008-04-111-26/+37
* Improve selection of text in floats.Michael Drake2008-04-112-93/+175
* Improve click handling in text inputs.Michael Drake2008-04-082-5/+7
* Updated comments on RISC OS HOST determination issue.John Tytgat2008-04-071-3/+6
* Native RISC OS building: create sym file in the build directory instead of cu...John Tytgat2008-04-071-3/+3
* const fixes in plotters and history coreRob Kendrick2008-04-0710-16/+16
* Further fixes for unsigned int being used as an intptrRob Kendrick2008-04-071-4/+4
* Fix assumption that int is the same width as a pointerRob Kendrick2008-04-071-10/+11
* Default size for textareas.Michael Drake2008-04-071-1/+1
* Various text selection improvements:Michael Drake2008-04-073-39/+98
* Improve formatting of copied/saved text from text selections in PREs. Improve...Michael Drake2008-04-021-5/+16
* I want a symbol list, thank youAdrian Lees2008-04-021-1/+1
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-024-31/+54
* Remove useless private UnixLib include.John Tytgat2008-04-011-1/+0
* Remove unused variable. Update copyright.Michael Drake2008-03-311-2/+1
* Suppress the box->space spaces after BRs in copied/saved text selections.Michael Drake2008-03-311-1/+2
* Fix crash when attempting to dump non HTML content (Dobos D. Calin)John Mark Bell2008-03-311-2/+9
* Tidy up.Michael Drake2008-03-313-38/+50
* Fix formatting of copied or saved text selections.Michael Drake2008-03-313-74/+180
* Ensure adjust drags before selection adjust selection start point.Michael Drake2008-03-301-1/+1
* Restructure and update.Michael Drake2008-03-291-25/+46
* Selection adjustments always change the selection end when click is inside th...Michael Drake2008-03-292-7/+2
* Only record that the HTML alignment was set by a table element if it is actua...Michael Drake2008-03-291-6/+7
* Add support for more GTK accelerators: num pad equivalents, as well as ctrl= ...James Shaw2008-03-291-0/+4
* Fix build with WITH_NSSPRITE undefinedJohn Mark Bell2008-03-291-1/+1
* Pedantic typo fixJohn Mark Bell2008-03-291-2/+2
* Fix instructions on disabling librosprite. Move #include for when James Shaw2008-03-292-4/+8
* Fix typoJames Shaw2008-03-291-2/+2
* Update docs with instructions for building or disabling librosprite.James Shaw2008-03-291-0/+16
* Implement sprite support for GTK using librospriteJames Shaw2008-03-299-7/+192
* Add content/fetchers to Doxygen configRob Kendrick2008-03-271-0/+1
* Make GTK thumbnail creation more robust, return false when unable to create p...Rob Kendrick2008-03-251-8/+24
* Fix typoJohn Mark Bell2008-03-251-2/+4
* Save non-opaque images with a proper mask/full alpha channelAdrian Lees2008-03-245-16/+172
* 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
* Deal with $(shell ...) being successful on RISC OS and uname -s not returning...John Mark Bell2008-03-231-0/+5
* Add box tree dump saving, create 'debugging' sub menu to put this and debug r...Rob Kendrick2008-03-224-297/+375
* Fix clicking to the RHS of text box widgets - now places caret in correct pos...Rob Kendrick2008-03-221-1/+5
* Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs di...John Tytgat2008-03-222-22/+238
* Update GTK docs.Michael Drake2008-03-212-9/+25
* css/parser.out is an intermediate file too. Remove it during clean target.John Tytgat2008-03-211-1/+1
* Mention how to change the default home page, and fixed a posterior-related typo.Rob Kendrick2008-03-211-1/+7
* Add simple document with UNIX packaging suggestionsRob Kendrick2008-03-211-0/+55
* - Prefix OBJROOT with "build-" (which is then followed by build platform id +...John Tytgat2008-03-211-1/+1
* - Add check TARGET is either "riscos" or "gtk" (or not specified but thenJohn Tytgat2008-03-211-2/+9
* Tweak wording.Michael Drake2008-03-211-6/+6
* Update GTK build instructions.Michael Drake2008-03-211-41/+57