summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* add gdkkeys.[hc]Havoc Pennington2000-12-063-41/+241
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-055-8/+11
* fix this to be saneHavoc Pennington2000-12-046-32/+172
* Fix bugs Alex found:Havoc Pennington2000-12-044-29/+30
* Remove "draw" virtual method and signalHavoc Pennington2000-12-0441-1439/+27
* Commit GtkToggleButton fix to HEAD too.Anders Carlsson2000-12-021-5/+16
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-0211-122/+476
* Match "preedit-changed" to "preedit_changed" to be consistent to the spec.02000-12-011-2/+2
* Changes by Hans Breuer:Tor Lillqvist2000-11-309-30/+33
* Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.Elliot Lee2000-11-301-1/+1
* Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a fewElliot Lee2000-11-281-1/+1
* Remove a trailing commaHavoc Pennington2000-11-281-1/+1
* Connect to the "changed" callback of the adjustment. We need to redraw theFederico Mena Quintero2000-11-271-0/+20
* Huge GtkFB patch with lots of small bugfixes and initial selections implement...Alexander Larsson2000-11-251-1/+3
* It's amazing what reversing the order in an if statement will do. Doing so22000-11-221-2/+2
* sync to homeJonathan Blandford2000-11-222-97/+217
* GdkEventButton->button can occupy significantly more than 2 bits. Besides,Elliot Lee2000-11-221-3/+3
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-213-95/+147
* Documented a bunch of functions in here (gtk_widget_realize): Warn if youHavoc Pennington2000-11-212-233/+540
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-207-41/+289
* Changed to have the list become non-italic when the demo window isJonathan Blandford2000-11-184-1/+8
* Patch from ChiDeok Hwang to fix memleaks found by Evan Martin.Owen Taylor2000-11-181-0/+22
* Update.Tor Lillqvist2000-11-172-8/+26
* Add comment that GdkXEvent isn't only for XEvent, but in general forTor Lillqvist2000-11-173-5/+29
* Do not, in any circumstances, distribute gtk.immodules.Owen Taylor2000-11-161-5/+4
* cvsignore updatesOwen Taylor2000-11-161-0/+2
* Point -rpath to the right install location.Owen Taylor2000-11-161-0/+1
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-163-27/+109
* Remove the locale-specific gtkrc's, as they only contain a "fontset" line,Robert Brady2000-11-1625-319/+2
* Don't move back one char when we are actually at the end of the paragraph.Owen Taylor2000-11-161-5/+5
* 'o' < 'p'.Robert Brady2000-11-161-2/+9
* remove unecessary rules for win32-specific config-substituted targets. IfOwen Taylor2000-11-163-19/+4
* Implement essential color cycling featureHavoc Pennington2000-11-151-0/+274
* Invalidate the side windows when we invalidate the main window.Havoc Pennington2000-11-152-38/+53
* ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-153-37/+25
* If indent is negative, don't move the first line out into the margin,Havoc Pennington2000-11-151-13/+0
* offset redraw rect by xoffset in addition to yoffset, so horizontalHavoc Pennington2000-11-151-0/+1
* Remove extra pixel from the cursor (render_layout_line): fix reversed testHavoc Pennington2000-11-151-3/+3
* use PANGO_PIXELS() to convert to pixelsHavoc Pennington2000-11-151-6/+9
* change "offset" to "rise"Havoc Pennington2000-11-156-21/+21
* The return value of g_getenv() isn't freeable, so g_strdup it.Robert Brady2000-11-151-1/+1
* Install gtk.immodules, needed for operation of gtk programs.Elliot Lee2000-11-151-1/+1
* Fix reversed > that was causing Home to go to end of previous line.Owen Taylor2000-11-152-3/+7
* Draw underlines one pixel higher.Havoc Pennington2000-11-156-111/+219
* Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dllTor Lillqvist2000-11-142-3/+3
* Add new objects.Tor Lillqvist2000-11-144-10/+37
* Remove. New file. New file Corresponding changes.Tor Lillqvist2000-11-142-9/+12
* Remove, useless. A distribution already has a built gtkcompat.h.Tor Lillqvist2000-11-143-113/+0
* Fix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within aHavoc Pennington2000-11-141-5/+21
* removed accidentally committed debugging messageOwen Taylor2000-11-141-2/+0