summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API.Tor Lillqvist2001-01-072-152/+265
* hack on this a bitHavoc Pennington2001-01-069-42/+113
* Adopt to new prototypes for unicode,locale,filename conversion functions.Owen Taylor2001-01-053-24/+24
* this function was broken if called on the first position in the buffer.Havoc Pennington2001-01-052-2/+4
* add thisHavoc Pennington2001-01-0412-185/+190
* Rename some stuff:Havoc Pennington2001-01-0413-116/+137
* Changed a bunch of boxed types to pointers temporarily until they workJonathan Blandford2001-01-042-62/+132
* if index is equal to the line length, then position iterator beforeHavoc Pennington2001-01-042-14/+37
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-0430-601/+607
* Fix unitialized variable when moving back onto a single line.Owen Taylor2001-01-021-8/+2
* Havoc Pennington <hp@redhat.com>Havoc Pennington2001-01-021-0/+1
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-017-49/+72
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-0114-124/+154
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-317-277/+471
* New function, as in the X11 backend. (gdk_window_new,Tor Lillqvist2000-12-302-7/+4
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-218-27/+28
* new directory to contain tests, gtk/test* should move here sometime (withHavoc Pennington2000-12-212-2/+11
* 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