summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-0219-131/+740
* Forgot to check in ChangeLog entry.Alexander Larsson2000-12-017-0/+84
* Note: GtkFB now requires Freetype 2 final.12000-12-013-78/+199
* Add NULL argument to XGetIMValues to properly terminate variable argumentHidetoshi Tajima2000-12-017-0/+154
* Match "preedit-changed" to "preedit_changed" to be consistent to the spec.02000-12-011-2/+2
* Properly handle gc->clip_region == NULL>Owen Taylor2000-12-018-8/+46
* -Add NULL argument to XGetIMValues.Hidetoshi Tajima2000-12-011-19/+55
* Changes by Hans Breuer:Tor Lillqvist2000-11-3019-41/+327
* Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.Elliot Lee2000-11-308-1/+36
* Set the size of the font from the description. (gdk_text_width): GrossAlexander Larsson2000-11-299-5/+79
* DND updatesGMT 2000 Tony Gale2000-11-298-27/+110
* If you pass width or height == 0 to gdk_window_clear_area they should beAlexander Larsson2000-11-298-0/+48
* If there is a grab, but no grab-cursor, use the cursor from the grabbedAlexander Larsson2000-11-298-3/+62
* Do implicit button grabs, even if the window doesn't want the event.Alexander Larsson2000-11-298-61/+182
* Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a fewElliot Lee2000-11-289-10/+26
* Zap warning.Elliot Lee2000-11-288-2/+28
* basic.c: Include string.h Makefile.am: -L$(top_builddir)/gdk-pixbuf/.libsElliot Lee2000-11-282-1/+4
* The cursor should be hidden if it is part of either the source orAlexander Larsson2000-11-288-3/+53
* Fix filled arcs and commit previous stuff which i somehow missed.Alexander Larsson2000-11-2810-31/+90
* Implement configure events and correct enter/leave notification.Alexander Larsson2000-11-2811-110/+389
* Translations from KeldKenneth Christiansen2000-11-281-0/+820
* Remove a trailing commaHavoc Pennington2000-11-288-1/+29
* Translations from KeldKenneth Christiansen2000-11-271-354/+0
* Connect to the "changed" callback of the adjustment. We need to redraw theFederico Mena Quintero2000-11-278-0/+76
* Huge GtkFB patch with lots of small bugfixes and initial selections implement...Alexander Larsson2000-11-2521-172/+971
* - get rid of gtk_toggle_button_toggled FUD - start DND section - needsGMT 2000 Tony Gale2000-11-228-13/+225
* Correct calculation of font metrics. Now GtkEntrys have sane size.Alexander Larsson2000-11-228-2/+368
* i2000-11-22 Alexander Larsson <alexl@redhat.com>Alexander Larsson2000-11-2220-1411/+1686
* It's amazing what reversing the order in an if statement will do. Doing so22000-11-228-2/+51
* sync to homeJonathan Blandford2000-11-223-108/+237
* GdkEventButton->button can occupy significantly more than 2 bits. Besides,Elliot Lee2000-11-228-3/+31
* Prepare for tarball-of-po-files.Robert Brady2000-11-212-2/+13
* minor correctionsGMT 2000 Tony Gale2000-11-218-19/+49
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-2111-128/+286
* Documented a bunch of functions in here (gtk_widget_realize): Warn if youHavoc Pennington2000-11-2112-245/+717
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-2015-45/+402
* Removed unused arguments from gdk_fb_drawable_get_pixel().Alexander Larsson2000-11-209-64/+106
* Changed to have the list become non-italic when the demo window isJonathan Blandford2000-11-1819-23/+230
* Fix off-by-one error when destroying allocated segments on failure.Owen Taylor2000-11-188-1/+43
* Patch from ChiDeok Hwang to fix memleaks found by Evan Martin.Owen Taylor2000-11-188-0/+57
* Nov 17 20:14:20 2000 Owen Taylor <otaylor@redhat.com>GTK_1_3_2Owen Taylor2000-11-1850-213/+315
* Released 1.3.2Owen Taylor2000-11-1810-28/+160
* Update.Tor Lillqvist2000-11-179-15/+47
* Add comment that GdkXEvent isn't only for XEvent, but in general forTor Lillqvist2000-11-1711-6/+95
* Do not, in any circumstances, distribute gtk.immodules.Owen Taylor2000-11-168-5/+67
* cvsignore updatesOwen Taylor2000-11-164-1/+7
* Point -rpath to the right install location.Owen Taylor2000-11-169-5/+83
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-1611-28/+187
* Remove the locale-specific gtkrc's, as they only contain a "fontset" line,Robert Brady2000-11-1632-319/+58
* Don't move back one char when we are actually at the end of the paragraph.Owen Taylor2000-11-168-5/+47