Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
Desktop
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.39
2011/05/17 11:48:46
khorben
Using the Mime class from libDesktop
1.38
2011/03/03 07:11:23
khorben
Added a dialog to modify file associations
1.37
2011/03/03 06:16:10
khorben
Properly loading icons for all known icon types in preferences
1.36
2011/03/03 05:42:05
khorben
Listing file associations
1.35
2011/03/03 04:33:22
khorben
More clean-up
1.34
2011/03/03 04:30:13
khorben
Code cleanup
1.33
2011/02/03 04:30:18
khorben
Avoid a warning
1.32
2010/12/31 14:24:46
khorben
Let Gtk+ automatically fallback on alternatives for icons
1.31
2010/12/17 02:52:46
khorben
Automatically reap child processes
1.30
2010/04/05 15:05:13
khorben
Also translating mime.c
1.29
2009/05/25 22:04:12
khorben
Fixed erroneous matching MIME types when the filename contains a path
1.28
2008/10/15 11:11:13
khorben
GPLv3'ing
1.27
2008/03/12 00:56:35
khorben
Code review
1.26
2007/09/28 10:24:32
khorben
Supports fallback on MIME "type/*"
1.25
2007/08/17 16:18:24
khorben
Had to re-license under the DeforaOS Project License to avoid conflict
1.24
2007/06/29 15:15:37
khorben
Fallback on the "open with" dialog when no "open" action is available
1.23
2007/06/13 17:55:50
khorben
Properly licensed Browser under the GPL version 2
1.22
2007/05/19 18:45:35
khorben
Implemented API call in Mime to force a type while triggering an action
1.21
2007/05/17 10:45:22
khorben
mime.c does not need browser.h
1.20
2007/05/09 23:34:59
khorben
More efficient fix for FNM_CASEFOLD
1.19
2007/05/09 23:32:20
khorben
FNM_CASEFOLD is not portable
1.18
2007/05/01 22:02:23
khorben
Trying case-insensitive MIME extension match if fails otherwise (more compliant)
1.17
2007/04/29 23:13:53
khorben
Forgot a newline in a textual error message
1.16
2007/04/29 21:10:12
khorben
Caching 96 pixels wide icons as well
1.15
2007/04/29 21:06:37
khorben
Thumbnails view also shows MIME icons
1.14
2006/12/10 17:52:51
khorben
Applied GPLv2 license
1.13
2006/11/20 15:18:30
khorben
Allowing mime_icons() to return only the small pixmap
1.12
2006/11/15 23:17:42
khorben
Code cleanup, Nicer actions popup menu, Implemented "Open with..." action
1.11
2006/11/01 20:09:44
khorben
Terminate a string
1.10
2006/09/10 23:28:46
khorben
Code cleanup
1.9
2006/08/31 10:28:58
khorben
shared-mime-info globs file is tried first from the destination prefix
1.8
2006/08/31 09:56:15
khorben
Adding handler for "edit" action (need for a dynamic action handler though)
1.7
2006/07/07 15:11:16
khorben
Implemented a third view
1.6
2006/06/20 18:29:28
khorben
Default icon size is 24 in list mode
1.5
2006/06/19 13:40:53
khorben
Does not make sense
1.4
2006/06/19 13:33:34
khorben
Implemented default actions
1.3
2006/06/19 11:53:15
khorben
Implemented icons caching (fixes memory leak)
1.2
2006/06/05 23:49:35
khorben
Browsing possible even without a MIME globs database
1.1
2006/06/05 23:37:07
khorben
Added MIME code