summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Oops, broke some macrosHavoc Pennington2001-01-122-5/+5
* add this function, bug 40251Havoc Pennington2001-01-113-12/+29
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-106-95/+201
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-094-45/+344
* handle case where there are no rows in the modelHavoc Pennington2001-01-0912-108/+210
* Doc fixups.Owen Taylor2001-01-096-24/+20
* Added --with-included-loaders optionAlexander Larsson2001-01-091-0/+24
* Skip realizing buttons that have already been realized.Jonathan Blandford2001-01-081-6/+9
* Show menu items before adding to option menu.Jonathan Blandford2001-01-082-5/+12
* hack on this someHavoc Pennington2001-01-084-14/+169
* New files. Contains an implementation of a minimal WM for linux-fb.Alexander Larsson2001-01-085-33/+1084
* 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