summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* include <string.h>.Owen Taylor2000-07-141-0/+2
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-143-12/+44
* Remove gtk_rc_append_default_pixmap_path(), since it wasn't adding anOwen Taylor2000-07-141-29/+0
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-144-29/+30
* Win32 changes, still doesn't build though.Tor Lillqvist2000-07-111-29/+15
* eek, i've never seen a bug here, never been here and never fixed anythingTim Janik2000-07-111-0/+6
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-115-51/+142
* Add check for db2htmlOwen Taylor2000-07-062-0/+10
* Use g_get_charset() instead of g_get_codeset().Owen Taylor2000-07-034-3/+11
* Ignore calls with <= width or height.Owen Taylor2000-07-036-156/+129
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-0213-40/+31
* *** empty log message ***Owen Taylor2000-07-021-6/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-0216-130/+193
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-029-184/+244
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-0210-131/+14
* Put 1.3.1 in warning message, not 1.3.0.Owen Taylor2000-06-262-19/+19
* remove gtkfeatures.GTK_HP_PATCHES_BRANCHPOINTTim Janik2000-06-241-1/+0
* make the current version number 1.3.1 (binary age 0, interface age 0).Tim Janik2000-06-247-528/+411
* Use anonymous mark instead of making up a bogus name for first_para_markHavoc Pennington2000-06-233-8/+5
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-2/+2
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-212-22/+28
* Use gtk_get_default_languageHavoc Pennington2000-06-218-71/+121
* Use gunichar instead of gint when appropriate in the interfacesHavoc Pennington2000-06-218-181/+48
* Finish the job Elliot started of removing font setting test for textOwen Taylor2000-06-211-11/+3
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-218-116/+38
* Fix conditionality to work the "right" way. Missed commits from previous.Elliot Lee2000-06-202-3/+3
* Make this compile without framebuffer enabledHavoc Pennington2000-06-2050-810/+876
* (follow-on from previous commit)Elliot Lee2000-06-2012-34/+51
* removed the trailing space after a '\'Pablo Saratxaga2000-06-191-1/+1
* Change private class member to be named private_data throughout the file.Christopher Blizzard2000-06-192-42/+42
* moved gtkrc.bg to more generic gtkrc.cp1251Pablo Saratxaga2000-06-182-6/+10
* Call gdk_window_withdraw rather than gdk_window_hide; this makes thingsOwen Taylor2000-06-123-3/+3
* Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed outOwen Taylor2000-06-112-24/+52
* deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.laChristopher Blizzard2000-06-092-5/+5
* Add missing backslash that was keeping GTK+ from building at all.Owen Taylor2000-06-071-1/+1
* make it possible to configure gtk for different targets on the sameCEST 2000 Paolo Molaro2000-06-071-11/+35
* take frame offest into account when trying to calculate the animationLarry Ewing2000-06-061-5/+31
* Fix to prepend not append. (Pointed out by Brett Hall.)GDK_OBJECT_WITH_PANGO_BRANCHPOINTOwen Taylor2000-06-061-1/+1
* Unref the entry's layout.Owen Taylor2000-06-061-0/+3
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-062-1/+2
* Hack gdk_event_get_graphics_expose() to sort of work by adding an extraOwen Taylor2000-06-052-2/+4
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-0214-158/+653
* Initialize DOUBLE_BUFFERED flag to on.Owen Taylor2000-06-024-11/+29
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-0289-7501/+29505
* let you set the titles to be active, even if they aren't visible.Jonathan Blandford2000-05-291-6/+0
* Added rule for Latvian language gtkrc filePablo Saratxaga2000-05-221-1/+2
* Spelling/grammar fixes in comments.Nils Barth2000-05-213-3/+3
* set send_event to TRUE. (gtk_drawing_area_size): queue a resize.Tim Janik2000-05-191-6/+6
* when unref-ing the handlers, also invalidate them. bug nailed down by KarlTim Janik2000-05-191-2/+10
* handle "(nil)" foundries, patch from Grigorios Magklis.Tim Janik2000-05-191-6/+9