summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-2712-142/+675
* adapt to handle PangoColorHavoc Pennington2001-01-2637-431/+2781
* fix included modules case.Havoc Pennington2001-01-262-4/+19
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-2412-8/+148
* Apparantly i forgot to check in the changelog. :)Alexander Larsson2001-01-247-0/+63
* Don't leak image. Simplify using gdk_colormap_query_color().32001-01-232-37/+46
* Don't leak built-in cursors.32001-01-2312-21/+162
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-2314-31/+73
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-2245-1238/+1155
* Don't leak visible_region. Use visible_region instead of region.22001-01-229-8/+102
* Don't leak the PangoFontDescriptor.22001-01-228-4/+41
* new pixbuf loader, for X bitmap files. Basically a collision betweenJohn Harper2001-01-225-2/+480
* Updated Slovenian translationAndraz Tori2001-01-211-432/+288
* Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make workJonathan Blandford2001-01-219-30/+232
* byte_offset variable was being used to mean both "offset into layout" andHavoc Pennington2001-01-198-30/+81
* sync to tree changesHavoc Pennington2001-01-1920-322/+2232
* Updated Ukrainian translationYuri Syrota2001-01-191-12/+10
* Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate.92001-01-1910-214/+565
* Add "getters" for all the non-deprecated set_foo functions. Added missingHavoc Pennington2001-01-189-5/+194
* No need to include windows.h.Tor Lillqvist2001-01-172-6/+2
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-1716-98/+209
* Set the attributes onto the PangoLayout even if they are newly createdOwen Taylor2001-01-178-8/+53
* Commit changelog entriesOwen Taylor2001-01-177-0/+210
* Remove unused variable.Owen Taylor2001-01-176-184/+548
* Commit missed changelog entry bit.Owen Taylor2001-01-171-1/+1
* Doh! Mixed up x and y.72001-01-1717-256/+794
* FAQ update: - Update to bugzilla - Add GTK+ and security/SUID/SGID - AddGMT 2001 Tony Gale2001-01-168-34/+95
* Some cleanups.Alexander Larsson2001-01-168-10/+44
* add test stuff for CellRendererToggleHavoc Pennington2001-01-1612-20/+312
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-1513-19/+134
* New implementaion that more closely mimics the events that an X serverTor Lillqvist2001-01-158-8/+308
* Implemented drag and drop. Seems to be mostly working. I sometimes get anAlexander Larsson2001-01-158-10/+441
* Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clearAlexander Larsson2001-01-158-5/+71
* For optization, add an full_shapes argument to gdk_fb_clip_region. If thisAlexander Larsson2001-01-1510-22/+206
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-1213-255/+686
* Hide mouse pointer while rotation. Show it afterwards.Alexander Larsson2001-01-128-0/+39
* Take shaped windows in consideration when generating clip region.Alexander Larsson2001-01-1212-23/+385
* Oops, broke some macrosHavoc Pennington2001-01-129-5/+33
* add this function, bug 40251Havoc Pennington2001-01-1110-12/+85
* Added ENABLE_SHADOW_FBAlexander Larsson2001-01-1120-90/+1247
* update to make web site updating easierGMT 2001 Tony Gale2001-01-118-180/+201
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-1014-97/+692
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-0912-53/+678
* handle case where there are no rows in the modelHavoc Pennington2001-01-0922-143/+832
* Implement better mouse capturing. Do use SetCapture(). Thanks toTor Lillqvist2001-01-098-5/+117
* Restore build.Owen Taylor2001-01-0965-1416/+2333
* Doc fixups.Owen Taylor2001-01-097-25/+21
* Added --with-included-loaders optionAlexander Larsson2001-01-0913-20/+245
* Skip realizing buttons that have already been realized.Jonathan Blandford2001-01-088-6/+44
* Show menu items before adding to option menu.Jonathan Blandford2001-01-0810-8/+92