summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix srcdir != builddirOwen Taylor2000-11-144-8/+22
* spiff up the demo a bit; reveals still more bugs.Havoc Pennington2000-11-141-1/+1
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-147-177/+417
* confirm path != NULL dittoJonathan Blandford2000-11-132-7/+55
* Free the filename of the module file.Havoc Pennington2000-11-139-244/+589
* GCompareFunc -> GEqualFunc where applicable.Sebastian Wilhelmi2000-11-133-21/+21
* change demo install dir to datadir/gtk+-2.0/demoHavoc Pennington2000-11-135-7/+12
* Add an "invisible_char" argument to set the char displayed when visibilityHavoc Pennington2000-11-133-17/+145
* Fall back to "fixed" if we can't get a native font in the right encoding.Robert Brady2000-11-131-2/+5
* Fix warning when moving between paragraphs.Owen Taylor2000-11-133-50/+58
* g_filename_{to,from}_utf8 now takes an extra parameter.Robert Brady2000-11-122-25/+31
* Fix problem with using result of g_get_charset() backwards - pointed outOwen Taylor2000-11-122-7/+29
* Add some missing casts. Support 2 and 3 button clicks on the arrows toOwen Taylor2000-11-121-21/+33
* Call gtk_widget_activate for GDK_Return.Owen Taylor2000-11-121-8/+15
* Make parent_class static.Owen Taylor2000-11-1234-3535/+5482
* gdk/gdk.def Update.Tor Lillqvist2000-11-113-5/+32
* New function to help handle keeping things in sync.Jonathan Blandford2000-11-112-39/+74
* use the new BOXED marshallers.Jonathan Blandford2000-11-108-155/+244
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-0915-80/+1280
* Add visible and visible_set args, don't know where these had gone, IHavoc Pennington2000-11-092-3/+54