summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Attach the style to the window so that the style it is not leaked whenAlexander Larsson2000-12-201-0/+2
* Check for FreeType using freetype-config, since we can't rely on Xft toOwen Taylor2000-12-202-5/+10
* syncJonathan Blandford2000-12-201-57/+103
* do begin/end user action where appropriate (gtk_text_view_commit_handler):Havoc Pennington2000-12-185-38/+143
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-1/+1
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-177-294/+381
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-1614-982/+1345
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-152-5/+8
* fix unicode validation when reading a fileHavoc Pennington2000-12-151-11/+3
* remove unused call to get_last_line()Havoc Pennington2000-12-1413-79/+218
* Add gdkkeys.Tor Lillqvist2000-12-141-21/+2
* Remove double _ in front of some functionsHavoc Pennington2000-12-145-64/+64
* Put _ in front of every function in this header fileHavoc Pennington2000-12-149-526/+526
* doh, this was broken beyond believe.Tim Janik2000-12-1356-1702/+998
* Fix off-by-one error in checks. (Dave Lambert)Owen Taylor2000-12-121-1/+1
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-128-387/+425
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-1111-957/+1406
* Flag invisible widgets as TOPLEVEL.Owen Taylor2000-12-113-5/+4
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-1111-52/+81
* Fix up finalizer to chain to its parent.Owen Taylor2000-12-111-1/+9
* make need_im_reset flag effective to avoid reset_ic operation being done82000-12-092-6/+8
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-087-51/+193
* 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