summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* adapt to handle PangoColorHavoc Pennington2001-01-2623-383/+1824
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-244-8/+34
* Don't leak image. Simplify using gdk_colormap_query_color().32001-01-231-37/+12
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-235-19/+19
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-2210-756/+225
* Don't leak the PangoFontDescriptor.22001-01-221-4/+6
* Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make workJonathan Blandford2001-01-212-30/+127
* byte_offset variable was being used to mean both "offset into layout" andHavoc Pennington2001-01-191-30/+32
* sync to tree changesHavoc Pennington2001-01-1910-306/+1861
* Add "getters" for all the non-deprecated set_foo functions. Added missingHavoc Pennington2001-01-182-5/+145
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-173-40/+15
* Set the attributes onto the PangoLayout even if they are newly createdOwen Taylor2001-01-171-8/+11
* Remove unused variable.Owen Taylor2001-01-175-182/+548
* Doh! Mixed up x and y.72001-01-171-4/+14
* add test stuff for CellRendererToggleHavoc Pennington2001-01-164-3/+37
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-153-7/+12
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-125-254/+569
* Take shaped windows in consideration when generating clip region.Alexander Larsson2001-01-121-0/+5
* 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