summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-7/+23
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-53/+870
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-1/+1
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-4/+6
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-2/+4
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-30/+248
* Docs fixups, and:Havoc Pennington2001-06-151-0/+17
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-1/+26
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-4/+12
* implement overwrite modeHavoc Pennington2001-06-011-10/+127
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-1/+9
* don't propagate exposes to NULL child.Tim Janik2001-05-111-3/+6
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-0/+1
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-6/+6
* Remove leaks.Alexander Larsson2001-03-301-1/+1
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-1/+1
* fix up some docsHavoc Pennington2001-03-231-4/+5
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-19/+53
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-11/+12
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-42/+232
* updatedHans Breuer2001-03-091-2/+1
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-0/+25
* Removed warningAlexander Larsson2001-03-071-1/+1
* Made the "parent_class" pointer static. The pixbuf-engine coincidentiallyMichael Natterer2001-03-051-1/+2
* Convert from GtkArg to GParam (originally based on patch from LeeAlexander Larsson2001-03-051-152/+395
* Queue a redraw if the selectable setting was changed.Alexander Larsson2001-02-201-1/+6
* fix screwup with shadowed variables that had broken size request in someHavoc Pennington2001-02-171-11/+11
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-49/+637
* Remove gdkcc.h reference.Owen Taylor2001-02-131-2/+2
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-1/+3
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-2/+2
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-241-1/+1
* Set the attributes onto the PangoLayout even if they are newly createdOwen Taylor2001-01-171-8/+11
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-2/+6
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-9/+8
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-1/+1
* Test set_markup_with_accel()Havoc Pennington2000-11-011-1/+1
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-13/+131
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-3/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-13/+7
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-27/+33
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-8/+8
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* (follow-on from previous commit)Elliot Lee2000-06-201-2/+2
* deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.laChristopher Blizzard2000-06-091-2/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-555/+247