summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copy the layout render function from pangox to here, so we can write themgtk-pangoOwen Taylor2000-06-011-0/+360
* Copy the layout render function from pangox to here, so we can write themOwen Taylor2000-06-0116-194/+224
* Track g_locale_get_codeset() to g_get_codeset() change.Owen Taylor2000-05-308-1/+36
* Use font descriptions.Owen Taylor2000-05-3012-42/+92
* Start of redoing (vastly simplifying) for Pango. Still needs quite a bitOwen Taylor2000-05-3010-3278/+927
* Move calender from examples into this directory as a test program. (WeOwen Taylor2000-05-292-0/+848
* Add a 'font_name' declaration to RC which takes a stringized pango fontOwen Taylor2000-05-2936-1020/+982
* Use gtk_clist_set_column_auto_resize() to remove need need for manualOwen Taylor2000-05-228-31/+202
* Encapsulate in a function.Owen Taylor2000-05-229-24/+140
* *** empty log message ***Owen Taylor2000-05-1810-123/+421
* We need to invalidate the region not just redisplay it after-all, since weOwen Taylor2000-05-188-2/+70
* Added function to scroll contents of a window while keeping the windowOwen Taylor2000-05-189-51/+213
* commit ChangeLog entry for yesterdays changesOwen Taylor2000-05-187-0/+595
* Add a debug key for the text widget, move the debugging that was tied to aOwen Taylor2000-05-1816-667/+1405
* Set upper to max of allocation and layout size, not just to the layoutOwen Taylor2000-05-185-7/+23
* Add a size_only flag, so when we only need the size, we don't createOwen Taylor2000-05-1012-27/+108
* May 5 11:18:47 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-05-0512-48/+199
* Updated ca.po (changed mantainer)Pablo Saratxaga2000-05-041-2/+3
* Properly determine the ordering of the tag root and the current lineHavoc Pennington2000-05-038-6/+90
* Updated wa.poPablo Saratxaga2000-04-302-2/+7
* Fix some bugs in alignment.Owen Taylor2000-04-2648-465/+2535
* new function to destroy tag summary nodesHavoc Pennington2000-04-259-83/+467
* Fix a problem with referring to the wrong buffer.Owen Taylor2000-04-259-3/+142
* Moving setting default font description to gtk_style_new() - otherwiseOwen Taylor2000-04-256-47/+75
* Fix problem with deletion from last commit.Owen Taylor2000-04-248-17/+62
* Set the language in the context from the current locale.Owen Taylor2000-04-249-3/+136
* Gracefully handle the case where updates are queued during processing ofOwen Taylor2000-04-2427-473/+1770
* Fix index/offset confusion.Owen Taylor2000-04-1617-272/+461
* Add overstrike handling.Owen Taylor2000-04-1412-38/+166
* Add a draw_glyphs() operation to the drawable vtable andOwen Taylor2000-04-1426-2863/+2231
* Check in Havoc's port of the Tk text widget, in original form preparatoryOwen Taylor2000-04-1039-3/+21497
* Move default implementations to real_* vfuncs, so that we can derive fromOwen Taylor2000-04-068-15/+66
* Use gdk_keyval_to_unicode to gdk_unicode_to_keyval. Add a compose tableOwen Taylor2000-04-0615-1884/+2659
* Base class for new input context systemOwen Taylor2000-04-056-0/+1088
* Allow new_text_length == -1.Owen Taylor2000-04-0546-2176/+2382
* Add checks for PangoOwen Taylor2000-04-05283-78993/+2232
* Fix screwy indentation.Owen Taylor2000-04-0512-3/+90
* Ooops, forgot header file.Ettore Perazzoli2000-04-041-3/+8
* Added GdkPixbufAnimation accessor functions, so that we don't have toEttore Perazzoli2000-04-042-0/+69
* same as belowRadek Doulik2000-04-036-5/+81
* Reverted Mark's change. The refcount is private information, and theFederico Mena Quintero2000-04-023-37/+6
* Added 2 more convience functions.Mark Crichton2000-04-013-0/+43
* oops. s/return_if_fail/return_val_if_fail/g and add a return value.Jonathan Blandford2000-03-308-2/+37
* update to reflect stuff I already didHavoc Pennington2000-03-301-3/+9
* file gtkiconset.c was initially added on branch havoc-patches.Havoc Pennington2000-03-290-0/+0
* file gtkiconset.h was initially added on branch havoc-patches.Havoc Pennington2000-03-290-0/+0
* Return gboolean instead of int.Federico Mena Quintero2000-03-293-2/+7
* Add font selector, color selectorHavoc Pennington2000-03-281-0/+26
* Add stuff from EttoreHavoc Pennington2000-03-281-0/+54
* Fix problem with precendence of >> and & which was keeping composite_colorOwen Taylor2000-03-282-16/+22