| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -2/+32 |
* | don't back up a char from the end iterator, fixes #61859 ("can't put | Havoc Pennington | 2001-10-22 | 1 | -0/+16 |
* | add assertion that #58290 would trigger if it reappeared, I think | Havoc Pennington | 2001-10-22 | 1 | -0/+5 |
* | add temporary code to dump btree contents on assertion failure described | Havoc Pennington | 2001-10-22 | 1 | -0/+14 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+7 |
* | fix #62365 | Havoc Pennington | 2001-10-22 | 1 | -0/+5 |
* | fix #62436 | Havoc Pennington | 2001-10-22 | 1 | -0/+5 |
* | Fix #62366 | Havoc Pennington | 2001-10-22 | 1 | -0/+5 |
* | Add cursor-position, selection-bound properties. (#62148, reported by | Owen Taylor | 2001-10-22 | 1 | -1/+11 |
* | Fixing popup menus to have "Paste" sensitized correctly. Original patches | Owen Taylor | 2001-10-22 | 1 | -0/+18 |
* | rip out "height_lines" and "width_columns" properties, it doesn't make | Havoc Pennington | 2001-10-22 | 1 | -0/+6 |
* | Realized g_node_depth is broken, and that it's not worth being consistent | Jonathan Blandford | 2001-10-22 | 1 | -0/+6 |
* | Clarify behavior in docs, #61777 (gtk_text_iter_forward_search) | Havoc Pennington | 2001-10-22 | 1 | -0/+8 |
* | update docs to reflect reality, #62810 | Jonathan Blandford | 2001-10-22 | 1 | -0/+5 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -0/+15 |
* | don't cast a PIXTEXT cell to a PIXMAP cell (fixes crash when using PIXTEXT | jacob berkman | 2001-10-22 | 1 | -0/+5 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -0/+23 |
* | Don't call g_thread_init(), we don't want to link to -lgthread if we don't | Owen Taylor | 2001-10-22 | 1 | -0/+6 |
* | Add a function, gdk_threads_init() that must be explicitely called to | Owen Taylor | 2001-10-22 | 1 | -0/+6 |
* | no body parts | Jakub Steiner | 2001-10-22 | 1 | -0/+5 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -0/+37 |
* | remove ARROW_SIZE constant, use new function spin_button_get_arrow_size() | Kristian Rietveld | 2001-10-21 | 1 | -0/+10 |
* | eh, typo | Manish Singh | 2001-10-21 | 1 | -1/+1 |
* | PROP_MODEL and PROP_EXPANDER_COLUMN can be NULL, so don't do a object case | Manish Singh | 2001-10-21 | 1 | -0/+6 |
* | at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-20 | 1 | -0/+6 |
* | since GtkIMContext derives directly from GObject now, we have to use the | Manish Singh | 2001-10-20 | 1 | -0/+6 |
* | we probably have rows_reordered nailed down now (this code is not yet | Kristian Rietveld | 2001-10-19 | 1 | -0/+5 |
* | correct docs for use_align | Manish Singh | 2001-10-19 | 1 | -0/+5 |
* | Missed ChangeLog commit. | Owen Taylor | 2001-10-19 | 1 | -0/+4 |
* | Make GtkIMContext derive from GObject, not GtkObject. (#62621) | Owen Taylor | 2001-10-19 | 1 | -0/+7 |
* | Remove now useless include of unistd.h, fix wrong argument | Owen Taylor | 2001-10-19 | 1 | -0/+5 |
* | Fix up for change to Pango font API. #61933. (Untested, even for | Owen Taylor | 2001-10-19 | 1 | -0/+5 |
* | Actually export gtk_disable_setlocale(). (Caught by Sven Neumann) | Owen Taylor | 2001-10-19 | 1 | -0/+5 |
* | fix compilation | Havoc Pennington | 2001-10-18 | 1 | -0/+4 |
* | Change button signals to GTK_RUN_LAST, #50239 | Havoc Pennington | 2001-10-18 | 1 | -0/+5 |
* | Support "*" for all locales with least priority when to select default im | Hidetoshi Tajima | 2001-10-18 | 1 | -0/+6 |
* | Fix docs. (#61976) | Matthias Clasen | 2001-10-18 | 1 | -0/+7 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 1 | -0/+10 |
* | Don't restrict the width of the spinbutton entry field to 10 digits. | Matthias Clasen | 2001-10-18 | 1 | -0/+6 |
* | new test program for the tree. | Jonathan Blandford | 2001-10-18 | 1 | -0/+4 |
* | fix small bug reported by (Oleg Maiboroda), #62600 | Jonathan Blandford | 2001-10-18 | 1 | -0/+5 |
* | impl 'text' (gtk_entry_class_init): add the 'text' prop. | Michael Meeks | 2001-10-18 | 1 | -0/+8 |
* | Documentation updates. Updates. | Matthias Clasen | 2001-10-17 | 1 | -0/+5 |
* | Fix mistake in truncating length of text to MAX_SIZE. (Found by Padraig | Owen Taylor | 2001-10-17 | 1 | -0/+6 |
* | Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a | Owen Taylor | 2001-10-16 | 1 | -0/+13 |
* | Add a utility function to translate coordinates relative to one widget's | Owen Taylor | 2001-10-16 | 1 | -1/+40 |
* | add a mnemonic_activate function to option menu. | Jonathan Blandford | 2001-10-16 | 1 | -0/+5 |
* | Fixed some parameter types in calls to g_signal_new(). | Murray Cumming | 2001-10-15 | 1 | -0/+5 |
* | to compare pattern specs, use g_pattern_spec_equal() instead of direct | Tim Janik | 2001-10-13 | 1 | -0/+9 |
* | Fix some doc comments. | Matthias Clasen | 2001-10-12 | 1 | -0/+4 |