summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-062-0/+44
* This commit moves dnd variables around a bit, and has a try at using hints fo...Elliot Lee1998-03-065-104/+119
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-067-13/+13
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-052-6/+2
* Drags can only be started with the left button.Miguel de Icaza1998-03-052-0/+2
* Initialize gdk_error_code to zero before calling the X routine.Miguel de Icaza1998-03-032-0/+2
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-026-10/+16
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-022-7/+53
* variable declaration have to have the same type as theirTim Janik1998-03-013-5/+5
* Make sure either the window or the depth is given when creating a pixmap.Owen Taylor1998-03-012-8/+10
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-017-48/+82
* oops, forgot that, be nice ;)Tim Janik1998-02-282-0/+536
* fix behavior of gtk_preview_put() with srcx/srcy != 0,Tim Janik1998-02-285-792/+875
* new functions for setting WM hintsOwen Taylor1998-02-2711-5/+775
* D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now...Elliot Lee1998-02-268-85/+272
* Check the result of XGetICValues - it is failing for some reason, andOwen Taylor1998-02-252-4/+12
* TODO updates (major ones ;).Tim Janik1998-02-231-0/+19
* fixed a bug for mode GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bitMET 1998 Eckehard Berns1998-02-212-6/+6
* removed g_warnings from the common XShm failure cases in gdkimage.cLarry Ewing1998-02-202-8/+2
* Minor cleanups.Owen Taylor1998-02-193-1/+5
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-192-42/+84
* gdk_get_debug_level doesn't exist anymoreManish Singh1998-02-191-1/+0
* more debugging fixes.Tim Janik1998-02-193-5/+5
* Should compile with debugging off now...Manish Singh1998-02-192-0/+8
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-1912-418/+395
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-182-26/+30
* Added some missing newlines on debug messages.Federico Mena Quintero1998-02-172-30/+26
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-172-12/+36
* D&D fixesElliot Lee1998-02-164-28/+42
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-132-0/+8
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-133-11/+12
* Add check to see if the C library's iswalnum can actually be used. (NotOwen Taylor1998-02-101-1/+1
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-4/+2
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-1/+5
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-074-42/+88
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-052-4/+4
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-038-50/+124
* red/green/blue parameters are now expected to be in [0, 65535], to beFederico Mena1998-01-312-126/+60
* hm, initital refcount revolution commit ;)Tim Janik1998-01-303-9/+33
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-2616-203/+479
* Switched the file to GNU indentation, for consistency.Federico Mena1998-01-232-2344/+2568
* Picky, picky... fix two lines with wrong indentation :-)Federico Mena1998-01-231-2/+2
* sigh, it wasn't so simple - first correctionTim Janik1998-01-212-10/+16
* new function gdk_pointer_is_grabbed(). extremely simple ;)Tim Janik1998-01-213-4/+62
* strdup changed to g_strdupShawn Amundson1998-01-212-2/+2
* Fixed GDK_INPUT_ONLY window type. -JayJay Painter1998-01-172-2/+2
* Take putback events into accountOwen Taylor1998-01-174-184/+246
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg...Jay Painter1998-01-121-4/+4
* a few modifications, blah blahElliot Lee1998-01-081-2/+2
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-082-0/+4