Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Wed, 27 Aug 2008 17:02:14 +0000 |
zas_ |
Comment out unused functions.
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Sun, 17 Aug 2008 14:18:51 +0000 |
nadvornik |
removed code for maintaining filelist position, gtk_tree_view itself handles it
|
Sun, 17 Aug 2008 09:30:45 +0000 |
zas_ |
Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
|
Sat, 16 Aug 2008 20:34:14 +0000 |
nadvornik |
implemented marks filter
|
Sat, 26 Jul 2008 10:27:41 +0000 |
nadvornik |
clean up - checks are handled elsewhere
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Sun, 22 Jun 2008 20:01:20 +0000 |
nadvornik |
show marks in iconview
|
Sun, 22 Jun 2008 09:40:57 +0000 |
nadvornik |
fixed in-place renaming
|
Sat, 21 Jun 2008 11:05:55 +0000 |
nadvornik |
renamed fd->pixbuf to fd->thumb_pixbuf
|
Tue, 17 Jun 2008 20:25:05 +0000 |
nadvornik |
more robust thumbs progress bar
|
Sun, 15 Jun 2008 20:09:15 +0000 |
nadvornik |
use FileData in thumb_loader
|
Sat, 14 Jun 2008 18:33:40 +0000 |
nadvornik |
use multiline description in vflist with large thumbnails
|
Sat, 14 Jun 2008 17:32:27 +0000 |
nadvornik |
join name and sidecars to one string
|
Sat, 14 Jun 2008 17:14:28 +0000 |
nadvornik |
optimized vflist_setup_iter_recursive
|
Sat, 14 Jun 2008 06:52:52 +0000 |
zas_ |
Silent unused variable warning.
|
Fri, 13 Jun 2008 21:32:58 +0000 |
nadvornik |
optimized vflist_setup_iter
|
Mon, 09 Jun 2008 20:27:39 +0000 |
nadvornik |
moved notification to view_file.c
|
Mon, 09 Jun 2008 19:43:56 +0000 |
nadvornik |
run idle function just once
|
Sun, 08 Jun 2008 19:09:44 +0000 |
nadvornik |
better check for notify type
|
Sun, 08 Jun 2008 09:25:39 +0000 |
nadvornik |
fixed switching thumbnails in listview on and off - bug 1984825
|
Sat, 07 Jun 2008 22:44:17 +0000 |
nadvornik |
various refresh and notification fixes
|
Sat, 07 Jun 2008 15:08:33 +0000 |
nadvornik |
various notification improvements
|
Fri, 06 Jun 2008 22:11:03 +0000 |
nadvornik |
added NotifyType
|
Fri, 06 Jun 2008 21:50:09 +0000 |
nadvornik |
realtime file monitor
|
Wed, 04 Jun 2008 21:12:47 +0000 |
nadvornik |
new notification system (used only in vflist for now)
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Tue, 03 Jun 2008 11:24:16 +0000 |
zas_ |
Drop initialization to NULL since filelist_read() will take care of it.
|
Tue, 03 Jun 2008 07:37:24 +0000 |
zas_ |
vflist_maint(): only allocate memory and compare strings if needed.
|
Sat, 31 May 2008 19:44:41 +0000 |
nadvornik |
replaced vflist_maint functions by vflist_refresh - it allows to follow
|
Fri, 30 May 2008 21:41:46 +0000 |
nadvornik |
vflist_populate_view: better handle selected files that are renamed or deleted
|
Fri, 30 May 2008 20:13:16 +0000 |
nadvornik |
fixed thumb index (thumbnails are shown again)
|
Fri, 30 May 2008 19:53:52 +0000 |
nadvornik |
simplified vflist_populate_view
|
Wed, 28 May 2008 22:12:10 +0000 |
nadvornik |
improved infrastructure for tracing changes, optimized vflist_populate_view
|
Tue, 27 May 2008 18:46:34 +0000 |
nadvornik |
measure time of filelist update
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Thu, 22 May 2008 13:00:45 +0000 |
zas_ |
Fix signed vs unsigned warnings.
|
Wed, 21 May 2008 11:07:23 +0000 |
zas_ |
Use G_DIR_SEPARATOR where applicable.
|
Tue, 20 May 2008 22:09:04 +0000 |
zas_ |
Drop concat_dir_and_file() and use g_build_filename() instead.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Wed, 14 May 2008 12:59:00 +0000 |
zas_ |
Merge vflist_row_by_path() into vflist_index_by_path().
|
Tue, 13 May 2008 20:13:44 +0000 |
zas_ |
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
|
Tue, 13 May 2008 19:56:52 +0000 |
zas_ |
Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
|
Tue, 13 May 2008 19:51:22 +0000 |
zas_ |
vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead.
|
Tue, 13 May 2008 19:45:04 +0000 |
zas_ |
Fix last patch, only set vf->clicked_mark for a valid mark.
|
Tue, 13 May 2008 19:32:25 +0000 |
zas_ |
Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
|
Mon, 12 May 2008 00:22:38 +0000 |
zas_ |
Add some wrapper functions for not yet common code.
|
Sun, 11 May 2008 23:47:59 +0000 |
zas_ |
Move a part of pop up menu common code to view_file.[ch].
|
Sun, 11 May 2008 23:09:39 +0000 |
zas_ |
Introduce vf_pop_menu_file_list() as a wrapper to
|
Sun, 11 May 2008 21:11:54 +0000 |
zas_ |
Use vf_* functions where possible.
|
Sun, 11 May 2008 20:38:21 +0000 |
zas_ |
Drop unused layout_list_get_path() and vf*_index_get_path().
|
Wed, 07 May 2008 22:48:30 +0000 |
zas_ |
Add a way to invert the current selection.
|
Tue, 06 May 2008 20:24:16 +0000 |
nadvornik |
use some of the new functions in filedata.c
|
Sun, 04 May 2008 23:06:46 +0000 |
zas_ |
Drop unused vficon_select_by_path() and vflist_select_by_path().
|
Sun, 04 May 2008 19:00:39 +0000 |
zas_ |
Remove unused functions:
|
Sun, 04 May 2008 16:16:07 +0000 |
zas_ |
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
|
Sat, 03 May 2008 12:48:45 +0000 |
zas_ |
Drop redundant vflist_thumbs_set() introduced in revision 649,
|
Sat, 03 May 2008 11:58:41 +0000 |
zas_ |
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
|
Sat, 03 May 2008 10:31:37 +0000 |
zas_ |
Set thumbs_enabled through new function vflist_thumbs_set() instead
|