summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Huge GtkFB patch with lots of small bugfixes and initial selections implement...Alexander Larsson2000-11-251-1/+3
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-1/+1
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-44/+189
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* (follow-on from previous commit)Elliot Lee2000-06-201-0/+6
* Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed outOwen Taylor2000-06-111-23/+51
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-061-0/+2
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+8
* Adapt cast macros to standard.Raja R Harinath1999-11-221-11/+30
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-2/+1
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-1/+5
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Check args for NULL. (gtk_selection_default_handler): Replace manual listJeff Garzik1999-01-211-14/+11
* Fix some more memory leaks.Owen Taylor1999-01-071-2/+4
* Free memory allocated for target lists.Owen Taylor1999-01-061-0/+1
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-9/+9
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-5/+4
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-4/+4
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-5/+19
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-201-1/+8
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-166/+264
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-82/+82
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-140/+140