summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Move status bar to bottom window border, as per NetSurf standard. Thanks to ↵Chris Young2009-08-282-38/+180
| | | | | | | | | | Thomas Rapp and others for info on how to do this. Currently there seems to be a glitch which is cancelling events, making typing in gadgets very difficult and mouse dragging almost impossible. svn path=/trunk/netsurf/; revision=9490
* Hack around cache issue. The entire cache layer needs a redesign asap.John Mark Bell2009-08-261-0/+27
| | | | svn path=/trunk/netsurf/; revision=9460
* Less broken conditionalJohn Mark Bell2009-08-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=9444
* Stop the alpha channel getting lost on scaled bitmapsChris Young2009-08-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=9439
* libsvgtiny is shared object now, tweak percent complete values in install to ↵Chris Young2009-08-242-3/+3
| | | | | | | | | allow this shared object and space for future ones (such as libDOM), without value jumping backwards. svn path=/trunk/netsurf/; revision=9438
* Portability hacks.John Mark Bell2009-08-241-0/+11
| | | | svn path=/trunk/netsurf/; revision=9432
* Squash warningsJohn Mark Bell2009-08-241-7/+9
| | | | svn path=/trunk/netsurf/; revision=9431
* Updated translation from Samir HawamdehChris Young2009-08-231-4/+4
| | | | svn path=/trunk/netsurf/; revision=9414
* Remove the hook function, printing now works correctly (at least with the ↵Chris Young2009-08-232-33/+6
| | | | | | FILE driver) svn path=/trunk/netsurf/; revision=9412
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-2317-52/+266
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Fix crash on www.bebo.comChris Young2009-08-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=9409
* Sync with libcss.John Mark Bell2009-08-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=9406
* Fix buildJohn Mark Bell2009-08-221-22/+9
| | | | svn path=/trunk/netsurf/; revision=9392
* Use new alignment schemeJohn Mark Bell2009-08-222-116/+97
| | | | svn path=/trunk/netsurf/; revision=9390
* Ensure we've got a case for default html alignment.John Mark Bell2009-08-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=9382
* Support HTML alignment hints.John Mark Bell2009-08-214-93/+421
| | | | svn path=/trunk/netsurf/; revision=9381
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-206-6/+6
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* Updated Italian translation from Samir HawamdehChris Young2009-08-201-15/+15
| | | | svn path=/trunk/netsurf/; revision=9376
* Add missing code to apply the fetcher settingsChris Young2009-08-182-76/+77
| | | | | | Make some stuff private to gui_options.c svn path=/trunk/netsurf/; revision=9349
* Tweak throbber anim speedChris Young2009-08-183-3/+5
| | | | svn path=/trunk/netsurf/; revision=9348
* Built libxml2-2.7.3 and gave it a sensible name.Chris Young2009-08-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9338
* Only try to reset scroll position on textarea wrap if there is a scrollbar.Michael Drake2009-08-171-83/+85
| | | | svn path=/trunk/netsurf/; revision=9335
* Revert back to creating a new clip region rather than reusing the previous ↵Chris Young2009-08-172-16/+7
| | | | | | | | | one. This fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion can't cope with the frequency of calls it gets with this switched on. svn path=/trunk/netsurf/; revision=9333
* Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar ↵Michael Drake2009-08-146-24/+39
| | | | | | behaviour. svn path=/trunk/netsurf/; revision=9306
* Fix compileChris Young2009-08-141-6/+14
| | | | svn path=/trunk/netsurf/; revision=9302
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-1426-702/+2067
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Make textarea widget unaware of its global position. Credit: paulblokus.Michael Drake2009-08-132-90/+64
| | | | svn path=/trunk/netsurf/; revision=9274
* Improve explanation of how to ensure NetSurf finds its resources.Michael Drake2009-08-131-7/+21
| | | | svn path=/trunk/netsurf/; revision=9273
* Replace hard spaces with regular ones.Michael Drake2009-08-133-19/+19
| | | | svn path=/trunk/netsurf/; revision=9271
* Simplfy and reduce repetition in framebuffer building guide. Update GTK doc ↵Michael Drake2009-08-132-63/+27
| | | | | | date. svn path=/trunk/netsurf/; revision=9270
* Simplfy and reduce repetition.Michael Drake2009-08-131-50/+24
| | | | svn path=/trunk/netsurf/; revision=9269
* Copy libcss and wapcaplet stuff from the GTK doc.Michael Drake2009-08-131-0/+16
| | | | svn path=/trunk/netsurf/; revision=9264
* Fix up.Michael Drake2009-08-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=9178
* Even simpler library installation.Michael Drake2009-08-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=9177
* Simplify library installation.Michael Drake2009-08-101-15/+13
| | | | svn path=/trunk/netsurf/; revision=9176
* Fix directory name.Michael Drake2009-08-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=9174
* Add the minimal make version number needed.John Tytgat2009-08-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=9173
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=9153
* Fix some underline lengths.Michael Drake2009-08-105-6/+6
| | | | svn path=/trunk/netsurf/; revision=9152
* Mention svn up.Michael Drake2009-08-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=9151
* Play with formatting.Michael Drake2009-08-102-25/+25
| | | | svn path=/trunk/netsurf/; revision=9150
* Fix indentation.Michael Drake2009-08-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=9148
* Update info about AR warning.Michael Drake2009-08-101-3/+2
| | | | svn path=/trunk/netsurf/; revision=9147
* Remove mention of web site's robuild doc.Michael Drake2009-08-101-5/+0
| | | | svn path=/trunk/netsurf/; revision=9142
* Mention native doc.Michael Drake2009-08-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=9141
* First draft of RISC OS native build document.Michael Drake2009-08-101-0/+121
| | | | svn path=/trunk/netsurf/; revision=9140
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-094-50/+8
| | | | svn path=/trunk/netsurf/; revision=9137
* Move README from Docs/ to root.Michael Drake2009-08-091-0/+0
| | | | svn path=/trunk/netsurf/; revision=9136
* Say BUILDING docs are in the Docs directory.Michael Drake2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9135
* Copy libcurl.so, have built 7.19.5 with a sensible nameChris Young2009-08-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=9133