| Commit message (Expand) | Author | Age | Files | Lines |
* | add gdkkeys.[hc] | Havoc Pennington | 2000-12-06 | 3 | -41/+241 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 5 | -8/+11 |
* | fix this to be sane | Havoc Pennington | 2000-12-04 | 6 | -32/+172 |
* | Fix bugs Alex found: | Havoc Pennington | 2000-12-04 | 4 | -29/+30 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 41 | -1439/+27 |
* | Commit GtkToggleButton fix to HEAD too. | Anders Carlsson | 2000-12-02 | 1 | -5/+16 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 11 | -122/+476 |
* | Match "preedit-changed" to "preedit_changed" to be consistent to the spec. | 0 | 2000-12-01 | 1 | -2/+2 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 9 | -30/+33 |
* | Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL. | Elliot Lee | 2000-11-30 | 1 | -1/+1 |
* | Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a few | Elliot Lee | 2000-11-28 | 1 | -1/+1 |
* | Remove a trailing comma | Havoc Pennington | 2000-11-28 | 1 | -1/+1 |
* | Connect to the "changed" callback of the adjustment. We need to redraw the | Federico Mena Quintero | 2000-11-27 | 1 | -0/+20 |
* | Huge GtkFB patch with lots of small bugfixes and initial selections implement... | Alexander Larsson | 2000-11-25 | 1 | -1/+3 |
* | It's amazing what reversing the order in an if statement will do. Doing so | 2 | 2000-11-22 | 1 | -2/+2 |
* | sync to home | Jonathan Blandford | 2000-11-22 | 2 | -97/+217 |
* | GdkEventButton->button can occupy significantly more than 2 bits. Besides, | Elliot Lee | 2000-11-22 | 1 | -3/+3 |
* | Add convertion functions to let you convert to and from relative path's | Jonathan Blandford | 2000-11-21 | 3 | -95/+147 |
* | Documented a bunch of functions in here (gtk_widget_realize): Warn if you | Havoc Pennington | 2000-11-21 | 2 | -233/+540 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 7 | -41/+289 |
* | 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 |