summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix RO5 IconSpritesJohn Mark Bell2008-05-111-1/+1
* Correct file typesJohn Mark Bell2008-05-102-0/+0
* Fix IconSprites on RO6John Mark Bell2008-05-101-4/+4
* Add NetSurf Scrap/Choices directory openers.Michael Drake2008-05-102-0/+2
* Require C99 SCL in Run file. Provides a friendlier error message than "Intege...John Mark Bell2008-05-041-0/+6
* Add html extensions to minimal MIME type hashJohn Mark Bell2008-04-281-0/+2
* Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...Michael Drake2008-04-251-4/+9
* Change handling of form element widths / heights.Michael Drake2008-04-252-19/+62
* Make floats that follow a cleared float heed the clear. Fixes position of sea...Michael Drake2008-04-232-4/+18
* Maybe fix table layout problem caused by r4100.Michael Drake2008-04-231-0/+4
* Fix absolute positioning when there's a float between the box and its contain...Michael Drake2008-04-211-1/+22
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-205-11/+38
* Don't change URL bar contents until we've actually fetched the page.John Mark Bell2008-04-191-2/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-197-22/+61
* Fix comment typos.Michael Drake2008-04-141-4/+4
* Fix makefile for save text. Remove redundant ifdef.Michael Drake2008-04-132-4/+4
* Remove text export build config option. Tidy up save_text code.Michael Drake2008-04-133-8/+2
* 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