summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-clipboard-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Normalize signal namesWilliam Jon McCann2013-01-221-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692234
* all: fix GCC pointer signedness warningsCosimo Cecchi2012-05-311-1/+1
| | | | New cycle, new set of warnings triggered by glibc/GCC.
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-2/+0
|
* [ln-p] GSEAL nautilus-clipboard-monitor.Bastien Nocera2010-06-111-3/+6
|
* Move the clipboard callbacks to NautilusClipboardMonitor.Cosimo Cecchi2010-05-201-0/+104
|
* Move clipboard information to NautilusClipboardMonitor.Cosimo Cecchi2010-05-201-14/+84
| | | | | So that we can use that information from more than one view at the same time.
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-1/+1
| | | | | | | | | | | 2008-05-21 A. Walton <awalton@gnome.org> * */*.[ch]: Move all of Nautilus to single Gtk+ includes, because Mitch says so. Closes Bug #530315. svn path=/trunk/; revision=14182
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-2/+14
| | | | | 2004-11-22 Alexander Larsson <alexl@redhat.com> * Merge bonobo-slay-branch
* Tell the clipboard monitor of changes. Update paste menus on clipboardAlexander Larsson2004-02-101-0/+125
2004-02-10 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-tree-view.c (copy_or_cut_files): * src/file-manager/fm-directory-view.c: Tell the clipboard monitor of changes. Update paste menus on clipboard changes. * libnautilus-private/Makefile.am: * libnautilus-private/nautilus-clipboard-monitor.[ch] New files.