aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-1/+1
2006-11-30suffix in file set is optionalTomas Kukosa1-2/+5
2006-08-29fix a minor bug: don't show a single file twice in the fileset dialogUlf Lamping1-3/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-07Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inGuy Harris1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-33/+9
2005-08-18while sorting the entries, don't use the file creation date but the filename ...Ulf Lamping1-4/+4
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-4/+4
2005-05-18do some code cleanup (from the previous commit) and close the directories ope...Ulf Lamping1-23/+36
2005-05-18don't crash, if the given filename doesn't contain a dot e.g. 'test123'Ulf Lamping1-1/+1
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-0/+4
2005-04-30fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedUlf Lamping1-2/+4
2005-04-30fix buildbot reported problems (unix related), part 3, don't use GError with ...Ulf Lamping1-4/+4
2005-04-29fix buildbot reported problems (unix related), part 2, add some missing #incl...Ulf Lamping1-0/+5
2005-04-29fix buildbot reported problems (unix related), part 1Ulf Lamping1-4/+5
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+389