summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Always trap errors around calls to XSetInputFocus since we have no way ofOwen Taylor2001-05-022-2/+17
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-4/+7
* fix warningHavoc Pennington2001-04-281-2/+2
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-261-0/+1
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-265-5/+1
* Test for window == NULL in a number of cases.Owen Taylor2001-04-251-6/+8
* Handle numeric keypad keysyms; bug #50201Havoc Pennington2001-04-181-0/+27
* Try changing mode on shm segments to 0600. We'll see who complains.Owen Taylor2001-04-183-11/+18
* Introduce an extra child of toplevel windows that serves to hold the focusOwen Taylor2001-04-183-57/+198
* added all exports required to link PyGtk 0.7.1Hans Breuer2001-04-163-2/+27
* updatedHans Breuer2001-04-135-5/+132
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-041-2/+3
* sorry, I only wanted to commit .cvsignoreSven Neumann2001-04-033-21/+3
* shut up CVSSven Neumann2001-04-034-3/+22
* Add empty gdk_setting_get().Alexander Larsson2001-04-031-0/+7
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-0218-21/+1575
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-2/+24
* raise window for non _NET window managers.Tim Janik2001-04-011-1/+2
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-314-2/+82
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-292-11/+79
* *** empty log message ***Owen Taylor2001-03-295-5/+670
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-192-6/+6
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-181-151/+59
* Fix sign error with queued region translations.Alexander Larsson2001-03-161-1/+1
* removedSven Neumann2001-03-153-128/+0
* Make GtkFB compile and link.Alexander Larsson2001-03-122-21/+118
* updatedHans Breuer2001-03-105-46/+60
* Remove old XIM code.Owen Taylor2001-03-0912-1736/+1
* updatedHans Breuer2001-03-094-9/+235
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-094-6/+32
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-0/+4
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-052-79/+291
* Doc fixesOwen Taylor2001-03-044-16/+6
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-034-1/+43
* Unshift the group when extracting it from the X keyboard event.Owen Taylor2001-03-031-1/+2
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-029-24/+159
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-022-3/+9
* test the window state stuffHavoc Pennington2001-02-2710-27/+792
* small (not only) portability fixesHans Breuer2001-02-252-3/+3
* return solid masks for xpms that have no transparent color. This makes theAlexander Larsson2001-02-231-1/+26
* Update. Mention the gtk-1-3-win32-production branch.Tor Lillqvist2001-02-2385-276/+822
* Actually copy the whole gc, not just the public parts.Alexander Larsson2001-02-202-2/+4
* add --deprecated-guardsHavoc Pennington2001-02-207-16/+403
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-1/+1
* updated for win32 msvc build (forgot this before)Hans Breuer2001-02-193-3/+3
* updated for win32 msvc buildHans Breuer2001-02-193-10/+14
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-196-22/+23
* Copy data and free data with free().Alexander Larsson2001-02-191-0/+5
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-14/+29
* Add a shortcut if the window and the current clip_region doesn't overlap.Alexander Larsson2001-02-132-1/+9