summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* modify a warning when XSetLocaleModifiers() fails, and add a warning whenHidetoshi Tajima2002-09-102-68/+102
* Update ChangeLog creditsGTK_ENGINES_2_2_0Owen Taylor2002-09-071-1/+1
* Account for the possibility of detail == NULL (#89561, Hongli Lai)Owen Taylor2002-09-072-2/+9
* Pass the actual input keycode to XIM, rather than the result ofOwen Taylor2002-09-061-1/+1
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-2/+2
* Protect against reentrancy problems by emitting ::preedit_changed at theOwen Taylor2002-05-173-24/+74
* Make multihead-safe; use a different IM context per display.Alex Larsson2002-04-302-16/+26
* Add a fake STEPPER function that is used for drawing scrollbar steppers,GTK_ENGINES_1_9_0Owen Taylor2002-04-214-168/+105
* Fix incorrect return value, filter out returns of 0x7f for the delete key.Owen Taylor2002-03-121-4/+5
* link pixbuf engine against the gtk+ libraries, so that it can be used withJames Henstridge2002-03-062-0/+8
* Update version to 2.0.0Owen Taylor2002-03-051-7/+7
* Fix install location.Owen Taylor2002-03-031-1/+1
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-4/+1
* Add ko and zh to the locales where this is the default.Owen Taylor2002-02-271-1/+1
* Add three Ethiopic input methods from Daniel Yacob.Owen Taylor2002-02-104-2/+1491
* Add gradient rendering -- if the source width/height is zero, render aOwen Taylor2002-02-072-8/+179
* modules/input/imhangul.c modules/input/imhangul-defs.h po/POTFILES.in. AddOwen Taylor2002-01-293-1/+2689
* Fix hint computation again.Owen Taylor2002-01-282-4/+9
* Fix problems in computing MISSING hint.Owen Taylor2002-01-282-2/+7
* Optimize the case where a component is entirely transparent by skippingOwen Taylor2002-01-286-8/+55
* Move back into gtk-enginesOwen Taylor2002-01-201-0/+2
* Catch invalid borders, and warn.Owen Taylor2002-01-192-0/+18
* fix image file namesOwen Taylor2002-01-191-3/+3
* add missed fileOwen Taylor2002-01-191-0/+65
* Add an extrodinarily ugly example.Owen Taylor2002-01-1911-64/+333
* Fix for changes to draw_focus.Owen Taylor2002-01-182-7/+6
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-1/+1
* Display the XIM status callbacks with a popup window. (Patch fromOwen Taylor2001-12-072-7/+195
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-021-8/+15
* Patch from HideToshi Tajima (#51922)Owen Taylor2001-11-022-4/+47
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-196-13/+13
* GtkRcStyle::parse has a GtkSettings parameter now. Pass it throughHans Breuer2001-09-213-11/+27
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-1/+1
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-041-3/+6
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+0
* Skip g_convert when to_codeset and from_codeset are both 'UTF-8' (gnomeHidetoshi Tajima2001-08-061-12/+19
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+1
* Fixup some problems with text length handling in error cases.Owen Taylor2001-06-231-1/+4
* un May 13 12:01:12 2001 Owen Taylor <otaylor@redhat.com>GTK_MULTIHEAD_BRANCHPOINTOwen Taylor2001-05-161-0/+6
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-10/+2
* Fix trailing comma on enumeration. (#54071)Owen Taylor2001-05-032-1/+5
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+0
* corrected path to gtk.immodulesSven Neumann2001-04-041-1/+2
* Updated.Owen Taylor2001-04-031-0/+10
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-161-4/+4
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-141-0/+30
* made the "parent_class" pointer static.Michael Natterer2001-03-052-6/+15
* Unshift the group when extracting it from the X keyboard event.Owen Taylor2001-03-032-1/+184
* use draw_vline method of parent_class, not draw_hlineSven Neumann2001-02-202-1/+6
* A few updates for GTypePlugin.Owen Taylor2001-02-018-20/+29