summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include the resource id enumeration header. Not used yet.François Revel2010-08-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=10682
* Move the resource id enum to its own header. Add a ersizing handle pic for ↵François Revel2010-08-032-13/+48
| | | | | | the replicant. svn path=/trunk/netsurf/; revision=10681
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10678
* Fix BeOS build:François Revel2010-08-027-70/+96
| | | | | | | | | | - struct content -> hlcache_handle - login window (though it won't work yet as the message isn't handled, and since we don't have the window pointer anymore we can't add the alert as subset of the window...), - rsrc fetcher, - netsurf_init() args (but the replicant is still broken due to this), - export the realpath() hack as it's needed elsewhere too. svn path=/trunk/netsurf/; revision=10677
* Use nssvg by default on BeOS.François Revel2010-08-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=10676
* C89.François Revel2010-08-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=10675
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for ↵François Revel2010-08-021-0/+4
| | | | | | 32bit, but any 64bit platform should be recent enough to have them. svn path=/trunk/netsurf/; revision=10674
* off by oneChris Young2010-07-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=10673
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-294-14/+28
| | | | svn path=/trunk/netsurf/; revision=10672
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=10671
* Show an icon under the pointer for drag save operations. Might need ↵Chris Young2010-07-283-2/+176
| | | | | | | | disabling under 4.0. svn path=/trunk/netsurf/; revision=10670
* Add GTK language resources Vincent Sanders2010-07-286-0/+6
| | | | svn path=/trunk/netsurf/; revision=10669
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-2813-357/+660
| | | | svn path=/trunk/netsurf/; revision=10668
* remove symlinks to directories for Message translationsVincent Sanders2010-07-285-5/+0
| | | | svn path=/trunk/netsurf/; revision=10667
* Enable sideways print option.Steve Fryatt2010-07-275-13/+45
| | | | svn path=/trunk/netsurf/; revision=10666
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it ↵Chris Young2010-07-274-13/+71
| | | | | | | | is dropped somewhere invalid. svn path=/trunk/netsurf/; revision=10665
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
| | | | svn path=/trunk/netsurf/; revision=10664
* Updated translation from Samir HawamdehChris Young2010-07-251-6/+6
| | | | svn path=/trunk/netsurf/; revision=10663
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-243-66/+18
| | | | svn path=/trunk/netsurf/; revision=10662
* Fix menu disable on tab switch and CutChris Young2010-07-247-68/+120
| | | | svn path=/trunk/netsurf/; revision=10661
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-2421-43/+247
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Ensure RC is 0 unless we actually have a fatal error.Chris Young2010-07-231-0/+24
| | | | svn path=/trunk/netsurf/; revision=10659
* Updated French translation. Thanks to Philippe Ducrettet.Michael Drake2010-07-231-86/+86
| | | | svn path=/trunk/netsurf/; revision=10658
* Make GTK frontend select apropriate messages file Vincent Sanders2010-07-227-30/+126
| | | | svn path=/trunk/netsurf/; revision=10657
* Allow targetting any window/tab with ARexx commands. Adds new command ↵Chris Young2010-07-203-51/+226
| | | | | | | | | WINDOWS to find out the number of windows and tabs open. ShowTitles.nsrx is an example of how to use the new functionality. svn path=/trunk/netsurf/; revision=10656
* Fix GTK File > Quit menu message key in translations.Michael Drake2010-07-194-4/+4
| | | | svn path=/trunk/netsurf/; revision=10655
* Updated translation from Samir HawamdehChris Young2010-07-181-9/+9
| | | | svn path=/trunk/netsurf/; revision=10654
* Don't suppress curl debug output, eitherJohn Mark Bell2010-07-171-2/+5
| | | | svn path=/trunk/netsurf/; revision=10651
* Enable noisy loggingJohn Mark Bell2010-07-172-2/+2
| | | | svn path=/trunk/netsurf/; revision=10650
* Fix build when layout logging is enabled.Michael Drake2010-07-161-2/+2
| | | | svn path=/trunk/netsurf/; revision=10649
* Record left and right float boxes with negative widths. Fixes overlapping ↵Michael Drake2010-07-161-8/+5
| | | | | | text on new BBC News site. svn path=/trunk/netsurf/; revision=10648
* Update dirlist_generate_title documentation to match reality. Remove unused ↵Michael Drake2010-07-161-20/+10
| | | | | | error check stuff. svn path=/trunk/netsurf/; revision=10647
* memory leakChris Young2010-07-151-19/+29
| | | | svn path=/trunk/netsurf/; revision=10646
* Localise browser "Index of" textChris Young2010-07-156-4/+25
| | | | svn path=/trunk/netsurf/; revision=10645
* fix crashChris Young2010-07-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=10644
* Force browser window redraw after printing to restore screen layout.Steve Fryatt2010-07-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=10643
* Fix so column suppression choices actually end up in the output.Michael Drake2010-07-151-0/+4
| | | | svn path=/trunk/netsurf/; revision=10642
* Move HTML generating code into separate functions. Tidy up spacing when ↵Michael Drake2010-07-151-87/+350
| | | | | | parent directory link is not shown. svn path=/trunk/netsurf/; revision=10641
* Work around apparent register corruption after printing.Steve Fryatt2010-07-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=10640
* More intelligent path concatenationChris Young2010-07-142-55/+69
| | | | svn path=/trunk/netsurf/; revision=10639
* Squash mimetype may be used uninitialised warning.Michael Drake2010-07-141-14/+23
| | | | svn path=/trunk/netsurf/; revision=10638
* Add comments and factor out common file size code.Michael Drake2010-07-141-14/+54
| | | | svn path=/trunk/netsurf/; revision=10637
* Restyle directory listings.Michael Drake2010-07-141-63/+130
| | | | svn path=/trunk/netsurf/; revision=10636
* Update file browser messages.Michael Drake2010-07-145-5/+10
| | | | svn path=/trunk/netsurf/; revision=10635
* Use human friendly size, which fixes RISC OS directory listings.Michael Drake2010-07-141-2/+4
| | | | svn path=/trunk/netsurf/; revision=10634
* Fix first time installs in novice mode so the files end up in a directory ↵Chris Young2010-07-131-0/+16
| | | | | | | | rather than the root of whichever volume Installer decided to pick. svn path=/trunk/netsurf/; revision=10633
* Move directory text into type columnChris Young2010-07-131-4/+4
| | | | svn path=/trunk/netsurf/; revision=10632
* Improved directory browserChris Young2010-07-136-6/+133
| | | | svn path=/trunk/netsurf/; revision=10631
* Remove desbugChris Young2010-07-111-2/+3
| | | | svn path=/trunk/netsurf/; revision=10630
* Amiga file: URIs now translate the : in device names to / (and back), which ↵Chris Young2010-07-112-7/+41
| | | | | | | | | | | conforms better to the spec (: will still work for compatibility, but may have problems). This fixes a problem with directory browsing. Directory parent link now uses the full parent path returned by url_parent instead of one relative to the current directory. svn path=/trunk/netsurf/; revision=10629