| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -11/+24 |
* | Fixing popup menus to have "Paste" sensitized correctly. Original patches | Owen Taylor | 2001-10-22 | 1 | -0/+78 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 1 | -13/+0 |
* | s/succesfully/successfully/g | Matthias Clasen | 2001-10-08 | 1 | -1/+1 |
* | configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.c | Sven Neumann | 2001-09-20 | 1 | -2/+0 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -1/+1 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -4/+4 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 1 | -1/+3 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -6/+6 |
* | Huge GtkFB patch with lots of small bugfixes and initial selections implement... | Alexander Larsson | 2000-11-25 | 1 | -1/+3 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -1/+1 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -44/+189 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -0/+6 |
* | Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out | Owen Taylor | 2000-06-11 | 1 | -23/+51 |
* | Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com> | Paolo Molaro | 2000-05-06 | 1 | -0/+2 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+8 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -11/+30 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -2/+1 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -1/+1 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -1/+5 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | Check args for NULL. (gtk_selection_default_handler): Replace manual list | Jeff Garzik | 1999-01-21 | 1 | -14/+11 |
* | Fix some more memory leaks. | Owen Taylor | 1999-01-07 | 1 | -2/+4 |
* | Free memory allocated for target lists. | Owen Taylor | 1999-01-06 | 1 | -0/+1 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -9/+9 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -5/+4 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -4/+4 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -5/+19 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 1 | -1/+8 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -166/+264 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -82/+82 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -140/+140 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -0/+22 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -10/+12 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -6/+11 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Merging release_1_0 changes into the main tree. | Owen Taylor | 1998-03-10 | 1 | -1/+1 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -51/+68 |
* | watch the next ChangeLog update... | Tim Janik | 1998-02-02 | 1 | -1/+1 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -0/+1 |
* | memcpy() requires <string.h> - Federico | Arturo Espinosa | 1998-01-02 | 1 | -0/+1 |
* | GLib: | Tim Janik | 1997-12-10 | 1 | -2/+1 |
* | Patches to support internationalized input by: | Gnome CVS User | 1997-11-27 | 1 | -1/+1 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+1388 |