| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed to have the list become non-italic when the demo window is | Jonathan Blandford | 2000-11-18 | 4 | -1/+8 |
* | Patch from ChiDeok Hwang to fix memleaks found by Evan Martin. | Owen Taylor | 2000-11-18 | 1 | -0/+22 |
* | Update. | Tor Lillqvist | 2000-11-17 | 2 | -8/+26 |
* | Add comment that GdkXEvent isn't only for XEvent, but in general for | Tor Lillqvist | 2000-11-17 | 3 | -5/+29 |
* | Do not, in any circumstances, distribute gtk.immodules. | Owen Taylor | 2000-11-16 | 1 | -5/+4 |
* | cvsignore updates | Owen Taylor | 2000-11-16 | 1 | -0/+2 |
* | Point -rpath to the right install location. | Owen Taylor | 2000-11-16 | 1 | -0/+1 |
* | Apply patch from Mikael Hermansson to temporarily stop blinking while the | Havoc Pennington | 2000-11-16 | 3 | -27/+109 |
* | Remove the locale-specific gtkrc's, as they only contain a "fontset" line, | Robert Brady | 2000-11-16 | 25 | -319/+2 |
* | Don't move back one char when we are actually at the end of the paragraph. | Owen Taylor | 2000-11-16 | 1 | -5/+5 |
* | 'o' < 'p'. | Robert Brady | 2000-11-16 | 1 | -2/+9 |
* | remove unecessary rules for win32-specific config-substituted targets. If | Owen Taylor | 2000-11-16 | 3 | -19/+4 |
* | Implement essential color cycling feature | Havoc Pennington | 2000-11-15 | 1 | -0/+274 |
* | Invalidate the side windows when we invalidate the main window. | Havoc Pennington | 2000-11-15 | 2 | -38/+53 |
* | ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2000-11-15 | 3 | -37/+25 |
* | If indent is negative, don't move the first line out into the margin, | Havoc Pennington | 2000-11-15 | 1 | -13/+0 |
* | offset redraw rect by xoffset in addition to yoffset, so horizontal | Havoc Pennington | 2000-11-15 | 1 | -0/+1 |
* | Remove extra pixel from the cursor (render_layout_line): fix reversed test | Havoc Pennington | 2000-11-15 | 1 | -3/+3 |
* | use PANGO_PIXELS() to convert to pixels | Havoc Pennington | 2000-11-15 | 1 | -6/+9 |
* | change "offset" to "rise" | Havoc Pennington | 2000-11-15 | 6 | -21/+21 |
* | The return value of g_getenv() isn't freeable, so g_strdup it. | Robert Brady | 2000-11-15 | 1 | -1/+1 |
* | Install gtk.immodules, needed for operation of gtk programs. | Elliot Lee | 2000-11-15 | 1 | -1/+1 |
* | Fix reversed > that was causing Home to go to end of previous line. | Owen Taylor | 2000-11-15 | 2 | -3/+7 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 6 | -111/+219 |
* | Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll | Tor Lillqvist | 2000-11-14 | 2 | -3/+3 |
* | Add new objects. | Tor Lillqvist | 2000-11-14 | 4 | -10/+37 |
* | Remove. New file. New file Corresponding changes. | Tor Lillqvist | 2000-11-14 | 2 | -9/+12 |
* | Remove, useless. A distribution already has a built gtkcompat.h. | Tor Lillqvist | 2000-11-14 | 3 | -113/+0 |
* | Fix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within a | Havoc Pennington | 2000-11-14 | 1 | -5/+21 |
* | removed accidentally committed debugging message | Owen Taylor | 2000-11-14 | 1 | -2/+0 |
* | Fix srcdir != builddir | Owen Taylor | 2000-11-14 | 4 | -8/+22 |
* | spiff up the demo a bit; reveals still more bugs. | Havoc Pennington | 2000-11-14 | 1 | -1/+1 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 7 | -177/+417 |
* | confirm path != NULL ditto | Jonathan Blandford | 2000-11-13 | 2 | -7/+55 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 9 | -244/+589 |
* | GCompareFunc -> GEqualFunc where applicable. | Sebastian Wilhelmi | 2000-11-13 | 3 | -21/+21 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 5 | -7/+12 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 3 | -17/+145 |
* | Fall back to "fixed" if we can't get a native font in the right encoding. | Robert Brady | 2000-11-13 | 1 | -2/+5 |
* | Fix warning when moving between paragraphs. | Owen Taylor | 2000-11-13 | 3 | -50/+58 |
* | g_filename_{to,from}_utf8 now takes an extra parameter. | Robert Brady | 2000-11-12 | 2 | -25/+31 |
* | Fix problem with using result of g_get_charset() backwards - pointed out | Owen Taylor | 2000-11-12 | 2 | -7/+29 |
* | Add some missing casts. Support 2 and 3 button clicks on the arrows to | Owen Taylor | 2000-11-12 | 1 | -21/+33 |
* | Call gtk_widget_activate for GDK_Return. | Owen Taylor | 2000-11-12 | 1 | -8/+15 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 34 | -3535/+5482 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 3 | -5/+32 |
* | New function to help handle keeping things in sync. | Jonathan Blandford | 2000-11-11 | 2 | -39/+74 |
* | use the new BOXED marshallers. | Jonathan Blandford | 2000-11-10 | 8 | -155/+244 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 15 | -80/+1280 |
* | Add visible and visible_set args, don't know where these had gone, I | Havoc Pennington | 2000-11-09 | 2 | -3/+54 |