summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the clipboard timeout from 300 seconds to 30 seconds. (#155428,Matthias Clasen2004-11-161-1/+1
* Add api for image transfer via copy-and-paste (#156408)Matthias Clasen2004-10-311-1/+52
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Use the new file DND api.Matthias Clasen2004-10-221-0/+118
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-13/+15
* Add convenience api for image dnd (#150165):Matthias Clasen2004-10-211-0/+145
* Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalidMatthias Clasen2004-09-171-8/+13
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-261-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-22/+223
* Make sure this gets defined for all backends, so linux-fb has a chance ofMatthias Clasen2004-06-221-4/+4
* Remove leftover debug code.Matthias Clasen2004-06-021-5/+0
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-0/+2
* Disable debug logging again.Matthias Clasen2004-05-041-1/+1
* Make the chunk size for incremental transfers depend on the maximalMatthias Clasen2004-05-031-11/+29
* u2004-05-03 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2004-05-031-4/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call g_convert(), not g_convert() with fallback, since Emacs is happier ifOwen Taylor2004-02-251-36/+57
* Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=Manish Singh2004-02-121-1/+1
* nul-terminate the target atoms. (#132656, Christian Persch)Owen Taylor2004-01-291-2/+5
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-201-14/+47
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-2/+2
* Deprecate. (#85683)Matthias Clasen2003-01-311-4/+5
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-4/+12
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Deprecation cleanupManish Singh2002-10-091-14/+13
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-6/+7
* (#91249, Thomas Leonard)Owen Taylor2002-09-271-4/+8
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-231-20/+24
* initialize gtk_selection_atoms only once at the 1st call. set length ofHidetoshi Tajima2002-08-141-0/+2
* Renames:Owen Taylor2002-06-201-1/+1
* Get the owner from the display if !NULL. Otherwise, warn for multihead.Owen Taylor2002-06-201-4/+14
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-39/+92
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+13
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-211-1/+1
* Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,Owen Taylor2002-01-171-16/+5
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-2/+2
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-11/+24
* Fixing popup menus to have "Paste" sensitized correctly. Original patchesOwen Taylor2001-10-221-0/+78
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-13/+0
* s/succesfully/successfully/gMatthias Clasen2001-10-081-1/+1
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-2/+0
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+1
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-4/+4
* fix warningsHavoc Pennington2001-03-241-1/+3
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-6/+6