summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
Commit message (Expand)AuthorAgeFilesLines
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-2/+32
* don't back up a char from the end iterator, fixes #61859 ("can't putHavoc Pennington2001-10-221-0/+16
* add assertion that #58290 would trigger if it reappeared, I thinkHavoc Pennington2001-10-221-0/+5
* add temporary code to dump btree contents on assertion failure describedHavoc Pennington2001-10-221-0/+14
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+7
* fix #62365Havoc Pennington2001-10-221-0/+5
* fix #62436Havoc Pennington2001-10-221-0/+5
* Fix #62366Havoc Pennington2001-10-221-0/+5
* Add cursor-position, selection-bound properties. (#62148, reported byOwen Taylor2001-10-221-1/+11
* Fixing popup menus to have "Paste" sensitized correctly. Original patchesOwen Taylor2001-10-221-0/+18
* rip out "height_lines" and "width_columns" properties, it doesn't makeHavoc Pennington2001-10-221-0/+6
* Realized g_node_depth is broken, and that it's not worth being consistentJonathan Blandford2001-10-221-0/+6
* Clarify behavior in docs, #61777 (gtk_text_iter_forward_search)Havoc Pennington2001-10-221-0/+8
* update docs to reflect reality, #62810Jonathan Blandford2001-10-221-0/+5
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-0/+15
* don't cast a PIXTEXT cell to a PIXMAP cell (fixes crash when using PIXTEXTjacob berkman2001-10-221-0/+5
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-0/+23
* Don't call g_thread_init(), we don't want to link to -lgthread if we don'tOwen Taylor2001-10-221-0/+6
* Add a function, gdk_threads_init() that must be explicitely called toOwen Taylor2001-10-221-0/+6
* no body partsJakub Steiner2001-10-221-0/+5
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-0/+37
* remove ARROW_SIZE constant, use new function spin_button_get_arrow_size()Kristian Rietveld2001-10-211-0/+10
* eh, typoManish Singh2001-10-211-1/+1
* PROP_MODEL and PROP_EXPANDER_COLUMN can be NULL, so don't do a object caseManish Singh2001-10-211-0/+6
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-0/+6
* since GtkIMContext derives directly from GObject now, we have to use theManish Singh2001-10-201-0/+6
* we probably have rows_reordered nailed down now (this code is not yetKristian Rietveld2001-10-191-0/+5
* correct docs for use_alignManish Singh2001-10-191-0/+5
* Missed ChangeLog commit.Owen Taylor2001-10-191-0/+4
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-191-0/+7
* Remove now useless include of unistd.h, fix wrong argumentOwen Taylor2001-10-191-0/+5
* Fix up for change to Pango font API. #61933. (Untested, even forOwen Taylor2001-10-191-0/+5
* Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)Owen Taylor2001-10-191-0/+5
* fix compilationHavoc Pennington2001-10-181-0/+4
* Change button signals to GTK_RUN_LAST, #50239Havoc Pennington2001-10-181-0/+5
* Support "*" for all locales with least priority when to select default imHidetoshi Tajima2001-10-181-0/+6
* Fix docs. (#61976)Matthias Clasen2001-10-181-0/+7
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-0/+10
* Don't restrict the width of the spinbutton entry field to 10 digits.Matthias Clasen2001-10-181-0/+6
* new test program for the tree.Jonathan Blandford2001-10-181-0/+4
* fix small bug reported by (Oleg Maiboroda), #62600Jonathan Blandford2001-10-181-0/+5
* impl 'text' (gtk_entry_class_init): add the 'text' prop.Michael Meeks2001-10-181-0/+8
* Documentation updates. Updates.Matthias Clasen2001-10-171-0/+5
* Fix mistake in truncating length of text to MAX_SIZE. (Found by PadraigOwen Taylor2001-10-171-0/+6
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-0/+13
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-1/+40
* add a mnemonic_activate function to option menu.Jonathan Blandford2001-10-161-0/+5
* Fixed some parameter types in calls to g_signal_new().Murray Cumming2001-10-151-0/+5
* to compare pattern specs, use g_pattern_spec_equal() instead of directTim Janik2001-10-131-0/+9
* Fix some doc comments.Matthias Clasen2001-10-121-0/+4