summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-075-186/+180
| | | | svn path=/trunk/netsurf/; revision=8378
* Fix warningsChris Young2009-07-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=8377
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-062-0/+24
| | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8337 | paulblokus | 2009-07-06 00:38:21 +0100 (Mon, 06 Jul 2009) | 2 lines added textarea_set_position ........ svn path=/trunk/netsurf/; revision=8360
* Style guide indentation.Michael Drake2009-07-061-94/+94
| | | | svn path=/trunk/netsurf/; revision=8346
* Style guide indentation.Michael Drake2009-07-061-6/+6
| | | | svn path=/trunk/netsurf/; revision=8345
* Fix indentation to use tabs instead of spaces.Michael Drake2009-07-061-40/+40
| | | | svn path=/trunk/netsurf/; revision=8344
* GETSCREENANME documentationChris Young2009-07-051-2/+3
| | | | svn path=/trunk/netsurf/; revision=8334
* Add a note about how to get the best speed out of the OS4 version. Mostly ↵Chris Young2009-07-051-0/+14
| | | | | | | | this is to encourage people to use 32-bit screenmodes :) svn path=/trunk/netsurf/; revision=8333
* Refactor fill plotter to take a styleVincent Sanders2009-07-0518-82/+188
| | | | svn path=/trunk/netsurf/; revision=8332
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ↵Chris Young2009-07-052-4/+3
| | | | | | | | | | it so that alpha blitting and Cairo operations work correctly. Running NetSurf on a 16-bit screen is now possible without bits of the display missing or obliterated, however it does suffer a small performance hit. svn path=/trunk/netsurf/; revision=8331
* fix warningsChris Young2009-07-042-0/+3
| | | | svn path=/trunk/netsurf/; revision=8316
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
| | | | svn path=/trunk/netsurf/; revision=8315
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=8313
* turn iconification back off as it isn't working reliably.Chris Young2009-07-041-1/+30
| | | | svn path=/trunk/netsurf/; revision=8312
* Basic iconification supportChris Young2009-07-041-68/+91
| | | | svn path=/trunk/netsurf/; revision=8310
* Script to show the source of the current pageChris Young2009-07-041-0/+24
| | | | svn path=/trunk/netsurf/; revision=8304
* Add GETSCREENNAME commandChris Young2009-07-041-1/+19
| | | | svn path=/trunk/netsurf/; revision=8303
* Fix scheduler to handle delays of greater than one second. Fixes continual ↵Michael Drake2009-07-031-11/+11
| | | | | | reload issues on pages with meta refresh. svn path=/trunk/netsurf/; revision=8293
* Give input focus to drawing area on click. (credit: Paul Blokus)John Mark Bell2009-07-021-2/+1
| | | | svn path=/trunk/netsurf/; revision=8277
* Minor positional changes. This code probably needs a rethink as it doesn't ↵Chris Young2009-07-021-2/+3
| | | | | | | | correctly advance for two-byte UTF8 chars. svn path=/trunk/netsurf/; revision=8276
* Fix stupidJohn Mark Bell2009-07-021-2/+3
| | | | svn path=/trunk/netsurf/; revision=8275
* Silence warningsJohn Mark Bell2009-07-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=8274
* Make this more legible and squash leaks.John Mark Bell2009-07-021-121/+127
| | | | svn path=/trunk/netsurf/; revision=8273
* fix keymapVincent Sanders2009-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=8272
* Fix by tlsa for content which is updated by the core like animated gifs and ↵Vincent Sanders2009-07-023-7/+32
| | | | | | forms svn path=/trunk/netsurf/; revision=8270
* remove redundant clg callVincent Sanders2009-07-0114-103/+7
| | | | svn path=/trunk/netsurf/; revision=8240
* Constify ro_uri_launch()John Mark Bell2009-07-013-6/+25
| | | | | | | If the URL is too long to fit into a non-indirected ANT URLLoad message, then skip the ANT URLLoad broadcast and jump straight to using URI_Dispatch. We don't support indirected ANT URLLoad messages as their potential for memory leakage is too great. svn path=/trunk/netsurf/; revision=8233
* Bring in line with new bitmap plotter APIJohn Mark Bell2009-07-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=8216
* Update plotters documentation for merged bitmap plotter.Michael Drake2009-06-301-8/+5
| | | | svn path=/trunk/netsurf/; revision=8198
* Simplify RISC OS bitmap plotter.Michael Drake2009-06-301-16/+2
| | | | svn path=/trunk/netsurf/; revision=8196
* Improve bitmap plotter APIVincent Sanders2009-06-3020-411/+296
| | | | svn path=/trunk/netsurf/; revision=8195
* remove unused structure definitionVincent Sanders2009-06-301-11/+0
| | | | svn path=/trunk/netsurf/; revision=8187
* Remove debug codeChris Young2009-06-301-1/+0
| | | | svn path=/trunk/netsurf/; revision=8178
* Re-enable the Use OS Pointers option as I have fixed the crash.Chris Young2009-06-301-1/+0
| | | | svn path=/trunk/netsurf/; revision=8177
* Should be static, attempt to fix odd crash.Chris Young2009-06-301-5/+6
| | | | svn path=/trunk/netsurf/; revision=8176
* Free path once we're finished with it.John Mark Bell2009-06-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=8169
* More minor changes from SamirChris Young2009-06-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=8162
* Use menu pointer image.Michael Drake2009-06-293-0/+6
| | | | svn path=/trunk/netsurf/; revision=8157
* Don't act on press and release.Michael Drake2009-06-291-6/+10
| | | | svn path=/trunk/netsurf/; revision=8155
* Make panning routine handle scrolling by more than viewport size. Fix ↵Michael Drake2009-06-291-156/+171
| | | | | | gui_window_set_scroll to treat values as absolute. Delete stray semicolon. svn path=/trunk/netsurf/; revision=8153
* Stop strange characters appearing in the URL bar when you press certain ↵Michael Drake2009-06-281-0/+12
| | | | | | non-text keys. Some of these keys need to be supported properly. svn path=/trunk/netsurf/; revision=8134
* Minor fixes from Samir HawamdehChris Young2009-06-281-15/+15
| | | | svn path=/trunk/netsurf/; revision=8132
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
| | | | svn path=/trunk/netsurf/; revision=8128
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=8127
* s/libnsfb-0/libnsfb/Michael Drake2009-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=8125
* Make framebuffer port use libnsfbVincent Sanders2009-06-2841-5000/+1045
| | | | svn path=/trunk/netsurf/; revision=8122
* Updated Italian translation from Samir HawamdehChris Young2009-06-281-84/+84
| | | | svn path=/trunk/netsurf/; revision=8107
* Add a note about font stylesChris Young2009-06-281-8/+17
| | | | svn path=/trunk/netsurf/; revision=8098
* Strip down the options file section. People should be using the GUI for ↵Chris Young2009-06-271-17/+5
| | | | | | | | everything else - that's what it's for. svn path=/trunk/netsurf/; revision=8080
* Set new installs to start on the Workbench screen, this can be changed from ↵Chris Young2009-06-271-15/+1
| | | | | | | | the GUI now and is a bit friendlier than being prompted for a screenmode on first launch. svn path=/trunk/netsurf/; revision=8079