| Commit message (Expand) | Author | Age | Files | Lines |
* | Attach the style to the window so that the style it is not leaked when | Alexander Larsson | 2000-12-20 | 1 | -0/+2 |
* | Check for FreeType using freetype-config, since we can't rely on Xft to | Owen Taylor | 2000-12-20 | 2 | -5/+10 |
* | sync | Jonathan Blandford | 2000-12-20 | 1 | -57/+103 |
* | do begin/end user action where appropriate (gtk_text_view_commit_handler): | Havoc Pennington | 2000-12-18 | 5 | -38/+143 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -1/+1 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 7 | -294/+381 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 14 | -982/+1345 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 2 | -5/+8 |
* | fix unicode validation when reading a file | Havoc Pennington | 2000-12-15 | 1 | -11/+3 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 13 | -79/+218 |
* | Add gdkkeys. | Tor Lillqvist | 2000-12-14 | 1 | -21/+2 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 5 | -64/+64 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 9 | -526/+526 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 56 | -1702/+998 |
* | Fix off-by-one error in checks. (Dave Lambert) | Owen Taylor | 2000-12-12 | 1 | -1/+1 |
* | get rid of object_signal:: GtkObject argument uses, use GObject | Tim Janik | 2000-12-12 | 8 | -387/+425 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 11 | -957/+1406 |
* | Flag invisible widgets as TOPLEVEL. | Owen Taylor | 2000-12-11 | 3 | -5/+4 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 11 | -52/+81 |
* | Fix up finalizer to chain to its parent. | Owen Taylor | 2000-12-11 | 1 | -1/+9 |
* | make need_im_reset flag effective to avoid reset_ic operation being done | 8 | 2000-12-09 | 2 | -6/+8 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 7 | -51/+193 |
* | 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 |