Commit Graph

41 Commits

Author SHA1 Message Date
9d4ba9f504 Add a missing comma 2016-04-05 19:12:51 +02:00
509ec4ede4 Switch to the 3-clause BSD license 2016-03-13 17:00:43 +01:00
b651398e0b Code cleanup 2015-10-06 00:31:43 +02:00
468fb7643c Add missing include for SunOS 2015-10-06 00:29:54 +02:00
ed8a7df3ab Consistency fix when looking up the home folder 2015-10-04 20:49:07 +02:00
b407f0f865 Recognize the home folder as well 2015-10-04 20:42:01 +02:00
9ec75ec9fb Only use icons for special folders placed in the home directory 2015-10-04 20:37:40 +02:00
8b9e36603e Update the copyright notice 2015-10-04 04:04:31 +02:00
953244c454 Never report symbolic links as mountpoints 2015-10-04 04:04:01 +02:00
bae97c95bc Updated the icon for the desktop folder 2014-11-14 18:35:17 +01:00
69174c6bcc Portability fix for SunOS 2014-10-25 01:43:15 +02:00
589b68089a Symbolic links to folders are not a mountpoint except maybe when pointing to one 2014-10-13 21:13:00 +02:00
d6fd27bf05 Removed unused variable 2014-10-13 21:11:04 +02:00
b5ba5ce4d5 More chances to identify the right icon for folders 2014-10-13 00:53:51 +02:00
ebd4921065 Avoid crashes in browser_vfs_mime_icon() 2014-10-13 00:45:43 +02:00
f737af23c0 Minor optimization 2014-08-08 19:01:57 +02:00
09420dda90 Choose a more appropriate size for emblems with unexpected icon sizes 2014-08-08 19:01:15 +02:00
9eb248d2e5 Code cleanup 2014-08-08 04:48:16 +02:00
f78692d294 Return the proper Mime type and icon for "/" (mountpoint) 2014-08-08 04:47:39 +02:00
4014dcbe41 Detect the root filesystem node through its inode number and that of its parent 2014-08-07 21:50:17 +02:00
6c93e5ae4b Code cleanup 2014-08-06 20:00:49 +02:00
37c2460ddb Updated the copyright lines 2014-08-06 01:06:14 +02:00
ba947b24a5 Introducing libBrowser as part of the Browser project 2014-08-06 01:03:58 +02:00
a199f054df Fixed building with Gtk+ < 2.14 2013-12-08 02:19:38 +01:00
9c0b54d904 Protect against a crash if an icon is requested without stat information 2013-10-05 01:51:10 +02:00
1a6f429963 Fixed the folder icon for "public_html" folders 2013-04-07 02:22:55 +02:00
ebfe684cb8 Added a folder typically containing pictures 2012-12-22 02:41:29 +01:00
0b95786a3d Tracking references to GdkPixbuf objects 2012-12-06 22:04:32 +01:00
67323ef4da Cannot unref pixbufs obtained through mime_icons() just yet 2012-12-06 19:06:56 +01:00
90479498c1 Fixed two memory leaks 2012-12-06 04:17:25 +01:00
5d76bb7571 Also harmonized icons for the desktop 2012-12-06 04:01:12 +01:00
6baed261b5 Harmonized icons some more (including emblems on any icon) 2012-12-06 03:40:50 +01:00
a5da094aa3 Code cleanup 2012-12-06 00:40:59 +01:00
651f9a8922 Also draw emblems on regular folder icons 2012-12-05 16:53:52 +01:00
f97d554a6c Code cleanup 2012-12-05 16:43:48 +01:00
d04c2cb550 Moved more icon handling code to the VFS pseudo-class 2012-12-05 15:53:35 +01:00
74bbe5afcb Typo in a comment 2012-12-05 14:49:44 +01:00
7741bd0a3c Added an emblem for character and block devices 2012-12-04 03:32:26 +01:00
122ffd007d Beginning to draw some emblems 2012-10-31 04:33:28 +01:00
eae63d7105 Also abstracting *stat() away 2012-10-31 03:07:25 +01:00
e30adc8a5b Beginning to abstract away raw filesystem access 2012-10-31 03:04:03 +01:00