summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove validation idleHavoc Pennington2001-02-081-31/+25
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-1/+22
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-1/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-18/+18
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-121-4/+4
* hack on this a bitHavoc Pennington2001-01-061-16/+87
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-011-16/+34
* new directory to contain tests, gtk/test* should move here sometime (withHavoc Pennington2000-12-211-0/+9
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-527/+813
* remove unused call to get_last_line()Havoc Pennington2000-12-141-10/+14
* doh, this was broken beyond believe.Tim Janik2000-12-131-8/+6
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-18/+18
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-49/+283
* Free the filename of the module file.Havoc Pennington2000-11-131-19/+22
* Add visible and visible_set args, don't know where these had gone, IHavoc Pennington2000-11-091-3/+20
* Docs (gtk_text_tag_table_size): return a signed intHavoc Pennington2000-11-031-101/+155
* Use GTK_TYPE_TEXT_ITER and BOXED marshallersHavoc Pennington2000-11-021-3/+3
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-290/+290