Commit Graph

9654 Commits

Author SHA1 Message Date
Michael Drake
c933b0aff9 Sort non zero-padded numerical filename parts correctly. 2013-11-14 21:01:51 +00:00
Michael Drake
5e4e32923d Can just use scandir now. 2013-11-14 19:02:35 +00:00
Michael Drake
2a09b66040 Add own implementations of alphasort and scandir when not available. 2013-11-14 19:01:16 +00:00
Michael Drake
b547e1205b Use messages for translations instead of string literals. 2013-11-11 14:32:07 +00:00
Michael Drake
7a920ace39 Marginally cleaner handling of scandir absence. 2013-11-11 11:38:48 +00:00
Michael Drake
74d430f44a Dirty special casing of Windows, to handle mingw dirent.h's lack of scandir and alphasort. 2013-11-11 10:58:55 +00:00
Michael Drake
547c8a5823 Display icons in directory viewer. 2013-11-10 22:24:53 +00:00
Michael Drake
8a72d5be84 Sort directory contents. 2013-11-10 22:02:12 +00:00
Chris Young
5adb1fb1dd Workaround for AM_EXECUTE not supporting PROGDIR: 2013-11-10 12:49:46 +00:00
Chris Young
c781ca27b7 Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the script with PROGDIR: in it doesn't work. 2013-11-09 16:38:24 +00:00
Chris Young
d808e46c17 Updated Italian translation (credit: Samir H) 2013-11-09 15:42:22 +00:00
Chris Young
45cf8fd0e1 Root certificates update 2013-11-09 15:39:06 +00:00
Chris Young
5795c40e67 n an AISS icon for default hotlist dir 2013-11-09 15:36:26 +00:00
Michael Drake
61b5a5e98f Visual indication of hotlist's folder for unsorted entries, with special icon. 2013-11-08 18:53:34 +00:00
Michael Drake
409df8dbbe Add special directory icon. 2013-11-08 18:48:37 +00:00
Michael Drake
e350a84f9d Squeeze a bit more. 2013-11-08 18:47:42 +00:00
Michael Drake
79e5a0d1e2 Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2013-11-08 17:33:57 +00:00
Michael Drake
9c535ad76b Reduce filesizes with pngcrush -brute, and advpng -z -4. 2013-11-08 17:30:29 +00:00
Vincent Sanders
3e070502e6 improve default setting so we can override from CI system 2013-11-07 12:16:58 +00:00
Vincent Sanders
8442ab42fb add script so CI system can run build and upload results to coverity 2013-11-07 12:03:25 +00:00
Vincent Sanders
f8854707bb fix leak of utsname structure (coverity 1109881) 2013-11-06 10:53:01 +00:00
Vincent Sanders
8702eedf67 fix leak in error path (coverity 1109889) 2013-11-06 10:52:29 +00:00
Vincent Sanders
ce2e1e731d update identifier for package to be cleaned 2013-11-05 08:50:01 +00:00
Chris Young
7c4668aafa Use CI build number as the revision number of the internal version string when available. 2013-11-04 19:50:07 +00:00
Chris Young
ea64098699 Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current dir is. 2013-11-04 19:29:54 +00:00
Vincent Sanders
785806d6ac setup old identifier before values get changed 2013-11-04 19:02:55 +00:00
Vincent Sanders
3d3b9fd815 remove old build artifacts 2013-11-04 18:50:45 +00:00
Vincent Sanders
aa4d2eb608 ensure no division by zero can occour (coverity 1109862 1109863) 2013-11-03 22:51:43 +00:00
Vincent Sanders
c26dd43669 ensure no division by zero in scaled object dimensioning (coverity 1109864 ) 2013-11-03 21:52:01 +00:00
Vincent Sanders
41bda017d1 fix error path resource handling in gtk browser window creation (coverity 1109888) 2013-11-03 16:30:34 +00:00
Vincent Sanders
36a061e7db fix local history error return leak (coverity 1109890) 2013-11-03 15:29:17 +00:00
Vincent Sanders
5c3daf9013 fix memory leak in error path (coverity 1109889) 2013-11-03 15:00:40 +00:00
Vincent Sanders
401d1fd1a6 fix coverity 1109883 2013-10-31 23:17:14 +00:00
Vincent Sanders
9c707c8df0 fix coverity 1109891 2013-10-31 23:17:14 +00:00
Michael Drake
6ca908a192 Use libnsfb's tiled bitmap function, instead of tiling ourselves. 2013-10-28 23:05:48 +00:00
Chris Young
b50743a253 tidy-up 2013-10-28 21:30:43 +00:00
Michael Drake
0f166ad6b0 Remove comment. Background only used with alpha channel when printing via Tinct on RISC OS. 2013-10-28 14:30:31 +00:00
Michael Drake
1c85232a63 Improve responsiveness of drags. 2013-10-27 18:48:58 +00:00
Michael Drake
2277fb0284 Apply plot offsets to overlays. 2013-10-26 22:39:48 +01:00
Chris Young
d3aac06e3f Correct some more offsets 2013-10-26 19:47:31 +01:00
Chris Young
ef24e5ce9e Fix bitmap offsets in direct render mode by forcing use of BltBitMap 2013-10-26 19:44:21 +01:00
Chris Young
f6b1227c8d Allow direct render of treeview for debug purposes only. 2013-10-26 17:08:24 +01:00
Chris Young
1023fbf927 Create the hotlist menu/toolbar folders if they don't exist. 2013-10-26 16:43:36 +01:00
Ole Loots
5b02d2b681 Set throbber background to be transparent, again. 2013-10-26 17:28:09 +02:00
Ole Loots
77129038ee Handle the fact that / is NOT the root of the filesystem on MiNT.
(/ means current drive!) This may break under Classic TOS
versions, because it may rely on the U: drive. However,
that can be fixed later on.
2013-10-26 17:24:09 +02:00
Ole Loots
164571aa98 Translate NK_UNDO to KEY_UNDO. 2013-10-26 15:39:05 +02:00
Michael Drake
3fc666a9be Squash Coverity #1109879 - Resource leak. 2013-10-25 22:23:18 +01:00
Vincent Sanders
4776f05430 fix potential division by zero by only computing width and height when content is valid and hence will return content width and height not zero. coverity 110986[23] 2013-10-25 22:06:29 +01:00
Vincent Sanders
6b29a697b9 check ftell return value coverity 1109870 2013-10-25 21:28:58 +01:00
Vincent Sanders
f29306cc9a improve gtk source save to use gtk overwrite protection feature coverity 1109873 2013-10-25 21:25:56 +01:00