summaryrefslogtreecommitdiff
path: root/gtk/gtkquartz.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 534869 – Length miscalculation inRichard Hult2008-05-261-3/+3
| | | | | | | | | | | | | 2008-05-26 Richard Hult <richard@imendio.com> Bug 534869 – Length miscalculation in _gtk_quartz_get_selection_data_from_pasteboard * gtk/gtkquartz.c: (_gtk_quartz_get_selection_data_from_pasteboard): Get the number of bytes, not the number of characters, patch from Yevgen Muntyan. svn path=/trunk/; revision=20174
* Slight coding style cleanup.Richard Hult2008-05-251-11/+14
| | | | | | | | | 2008-05-25 Richard Hult <richard@imendio.com> * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard): Slight coding style cleanup. svn path=/trunk/; revision=20153
* Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.Richard Hult2008-05-011-1/+1
| | | | | | | | | 2008-05-01 Richard Hult <richard@imendio.com> * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard): Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan. svn path=/trunk/; revision=20064
* Use GSlice for GtkSelectionData. (#515060, Christian Persch)Matthias Clasen2008-02-121-1/+1
| | | | | | | | | | | | 2008-02-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkclipboard-quartz.c: * gtkquartz.c: * gtkselection.c: Use GSlice for GtkSelectionData. (#515060, Christian Persch) svn path=/trunk/; revision=19533
* Don't crash when dragging from a source that doesn't support uri listsRichard Hult2007-12-031-8/+8
| | | | | | | | | | 2007-12-03 Richard Hult <richard@imendio.com> * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard): Don't crash when dragging from a source that doesn't support uri lists (bug #499868, Paul Davis). svn path=/trunk/; revision=19102
* Handle NSFilenamesPboardType in addition to NSURLPboardType to support dndRichard Hult2007-10-231-12/+37
| | | | | | | | | | | | 2007-10-23 Richard Hult <richard@imendio.com> * gtk/gtkquartz.c: (_gtk_quartz_get_selection_data_from_pasteboard): Handle NSFilenamesPboardType in addition to NSURLPboardType to support dnd with multiple files from Finder, based on patch from Paul Davis (bug #467490). svn path=/trunk/; revision=18941
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-0/+1
| | | | | | | | 2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
* Add new files.Anders Carlsson2006-03-211-0/+288
2006-03-21 Anders Carlsson <andersca@imendio.com> * gtk/Makefile.am: Add new files. * gtk/gtkclipboard-quartz.c: Added. * gtk/gtkdnd-quartz.c: Added. * gtk/gtkquartz.c: Added. * gtk/gtkquartz.h: Added. Add dnd and clipboard implementations.