383
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 20 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The list view now has a background color just like the icon view does. Some more code could be saved, but that's a refactoring for another time. More... over 24 years ago
Icon positions are now written out when you drag an icon, and read in when you visit a directory. But the code then immediately re-lays out the icons, so the position is lost! More... over 24 years ago
Ref and destroy file infos correctly. More... over 24 years ago
After Andy explained his change to me, I realized that it would always More... over 24 years ago
Allow changing the background of the icon view by dropping colors on the icon view. More... over 24 years ago
made icons centered with respect to the text More... over 24 years ago
Use `gnome_vfs_file_info_unref', not `gnome_vfs_file_info_destroy'. More... over 24 years ago
don't activate files if the button was held down for too long More... over 24 years ago
Fixed crash going into directory and back up. More... over 24 years ago
Change window title when location changes. More... over 24 years ago
Call selection "items" rather than "files" More... over 24 years ago
Column headers now sort in list view; added Type column. More... over 24 years ago
Initialize before using. More... over 24 years ago
made reading metafile from directory where we don't have write permissions More... over 24 years ago
*** empty log message *** More... over 24 years ago
Since the prototypes for GtkObjectInitFunc and GtkClassInitFunc just have More... over 24 years ago
Added first cut at code to put metafiles in the user's home directory if More... over 24 years ago
Added size & mod date columns to list view. More... over 24 years ago
made dragging work right by rendering a pixbuf to a pixmap and mask to More... over 24 years ago
made the dragging code set up an image of the canvas item being dragged More... over 24 years ago
made single-click open work made dragging to desktop work More... over 24 years ago
made dragging within a window actually move the canvas item correctly, and More... over 24 years ago
Fixed deadly typo (g_free that should have been g_list_free) More... over 24 years ago
Finished refactoring FMDirectoryView code into two subclasses. More... over 24 years ago
Made it stop in the debugger for a g_warning, but not abort if the debugger is not running. More... over 24 years ago
Turned on gradients for backgrounds. More... over 24 years ago
Changed to use gnome_vfs_uri_extract_short_name. More... over 24 years ago
Added code to load and save metadata. More... over 24 years ago
Lots more work pushing code from FMDirectoryView into subclasses. Almost done now! More... over 24 years ago
Defined and deployed macros for signals that must be overridden by subclass; also deployed Darin's other boilerplate-reducing macros in fm-directory-view-icons.c and fm-directory-view-list.c More... over 24 years ago