summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-141-1/+1
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-141-1/+1
* Fixed misplaced 'else.' -owtOwen Taylor1998-03-141-1/+2
* Don't leave NULL's in argv.Owen Taylor1998-03-141-6/+0
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-141-23/+89
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-121-5/+10
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-112-3/+7
* Various minor cleanups related to -WOwen Taylor1998-03-111-2/+2
* <raster@redhat.com>rhlabs1998-03-111-0/+1
* <raster@redhat.com>rhlabs1998-03-112-29/+22
* <raster@redhat.com>rhlabs1998-03-111-4/+23
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-1/+1
* DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the d...Elliot Lee1998-03-103-2/+18
* <raster@redhat.com>rhlabs1998-03-101-1/+6
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-101-0/+1
* Miguel, try this - I think it should do what you need. Hurry hurry :)Elliot Lee1998-03-103-3/+10
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-083-26/+92
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-082-72/+69
* define the version variables in config.h.Tim Janik1998-03-082-13/+13
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-071-0/+4
* <raster@redhat.com>rhlabs1998-03-071-1/+98
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-061-0/+22
* This commit moves dnd variables around a bit, and has a try at using hints fo...Elliot Lee1998-03-062-52/+57
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-063-6/+6
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-051-3/+1
* Drags can only be started with the left button.Miguel de Icaza1998-03-051-0/+1
* Initialize gdk_error_code to zero before calling the X routine.Miguel de Icaza1998-03-031-0/+1
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-023-5/+8
* variable declaration have to have the same type as theirTim Janik1998-03-011-2/+2
* Make sure either the window or the depth is given when creating a pixmap.Owen Taylor1998-03-011-4/+5
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-013-24/+40
* oops, forgot that, be nice ;)Tim Janik1998-02-281-0/+268
* new functions for setting WM hintsOwen Taylor1998-02-274-1/+435
* D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now...Elliot Lee1998-02-262-41/+53
* Check the result of XGetICValues - it is failing for some reason, andOwen Taylor1998-02-251-2/+6
* fixed a bug for mode GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bitMET 1998 Eckehard Berns1998-02-211-3/+3
* removed g_warnings from the common XShm failure cases in gdkimage.cLarry Ewing1998-02-201-4/+1
* Minor cleanups.Owen Taylor1998-02-191-0/+2
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-191-21/+42
* more debugging fixes.Tim Janik1998-02-191-2/+2
* Should compile with debugging off now...Manish Singh1998-02-191-0/+4
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-195-208/+186
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-13/+15
* Added some missing newlines on debug messages.Federico Mena Quintero1998-02-171-15/+13
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-171-6/+18
* D&D fixesElliot Lee1998-02-162-14/+21
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-131-0/+4
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-5/+5
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-072-21/+44
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-2/+2