summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use g_return_val_if_fail(), not g_return_if_fail(). (#318412, KazukiMatthias Clasen2005-10-071-1/+1
* Change header tooMatthias Clasen2005-09-281-1/+1
* Return the attributes to make this function work as boxed copy function.Matthias Clasen2005-09-281-0/+4
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Remove the runtime warning about the invisible property, add a warningMatthias Clasen2005-07-111-2/+12
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-3/+127
* Add some more attribute tests.Matthias Clasen2005-04-291-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-35/+35
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-35/+36
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-40/+40
* GdkBitmap is a GObject, not a boxed type.Anders Carlsson2004-10-211-2/+2
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-8/+8
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Improve the description of the ::language property. (#143802, Owen Taylor)Matthias Clasen2004-06-071-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-122/+122
* Get rid of incorrect calls to g_value_init(). (#100669, Johan Dahlin,Owen Taylor2002-12-161-9/+2
* Deprecation cleanupManish Singh2002-10-101-28/+22
* Minor documentation fixesSoren Sandmann2002-08-101-8/+8
* Notify about "background-full-height-set", not "bg_full_height_set".James M. Cape2002-06-151-1/+1
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1
* Improve a warning.Matthias Clasen2002-04-301-13/+13
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+13
* set_boxed will copy the color and will use a mem_chunk to do it. Avoid anJody Goldberg2002-01-161-5/+1
* add a warning for "invisible" property, #65999Havoc Pennington2001-12-041-0/+1
* free font_desc when finished (#65266)Kristian Rietveld2001-11-251-0/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* the valid range for the 'indent' property is G_MININT to G_MAXINT. Don'tMatt Wilson2001-10-251-2/+2
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-1/+1
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-3/+73
* weight value should be an intKristian Rietveld2001-09-221-1/+1
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-0/+4
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-233/+220
* update adjustments after validating destination yrange; fixes #53918 (ThisHavoc Pennington2001-09-071-0/+1
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-231-2/+2
* coalescing property notifiesHans Breuer2001-08-111-1/+3
* same here for PANGO_TYPE_TAB_ARRAY.James Henstridge2001-07-021-2/+2
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-11/+11
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-13/+4
* fix some shell typosHavoc Pennington2001-05-071-1/+43
* Fix return value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also, useOwen Taylor2001-05-031-2/+2
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-4/+4
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-2/+2
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-2/+2
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-2/+2
* marshaller fixes.Tim Janik2001-03-071-15/+13