summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-16/+17
* Add this function, replacing the broken gtk_label_get ()Havoc Pennington2000-04-261-0/+9
* Adapt cast macros to standard.Raja R Harinath1999-11-221-184/+134
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Free label->label_wc.Owen Taylor1999-02-161-0/+2
* Added a style_set() function so that word lengths get recomputed on styleOwen Taylor1999-02-091-11/+44
* Cast uints to ints in geometry calculations. This should prevent FPOwen Taylor1999-02-011-8/+10
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-7/+8
* Initialize label->label_wc. (We allocate labels from a memchunk)Owen Taylor1999-01-181-1/+4
* Added a g_return_val_if_fail() in gtk_label_parse_uline() toGuillaume Laurent1999-01-171-0/+2
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-1/+1
* eliminate queue_clears or queue_draws where we know that expose eventsTim Janik1999-01-131-8/+11
* Minor fix to handling of misc->[x/y]padOwen Taylor1999-01-121-2/+2
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-77/+81
* Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.Jeff Garzik1998-12-311-1/+1