| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs. (#61976) | Matthias Clasen | 2001-10-18 | 3 | -18/+20 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 1 | -13/+0 |
* | Don't restrict the width of the spinbutton entry field to 10 digits. | Matthias Clasen | 2001-10-18 | 1 | -2/+5 |
* | fix small bug reported by (Oleg Maiboroda), #62600 | Jonathan Blandford | 2001-10-18 | 1 | -2/+4 |
* | impl 'text' (gtk_entry_class_init): add the 'text' prop. | Michael Meeks | 2001-10-18 | 1 | -3/+19 |
* | Documentation updates. Updates. | Matthias Clasen | 2001-10-17 | 2 | -26/+25 |
* | Fix mistake in truncating length of text to MAX_SIZE. (Found by Padraig | Owen Taylor | 2001-10-17 | 1 | -1/+1 |
* | Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a | Owen Taylor | 2001-10-16 | 2 | -4/+3 |
* | Add a utility function to translate coordinates relative to one widget's | Owen Taylor | 2001-10-16 | 4 | -243/+563 |
* | add a mnemonic_activate function to option menu. | Jonathan Blandford | 2001-10-16 | 1 | -0/+11 |
* | Minor documentation fix | Jonathan Blandford | 2001-10-15 | 1 | -6/+9 |
* | Fixed signal marshaller in GtkToolbar. | Murray Cumming | 2001-10-15 | 1 | -2/+2 |
* | Fixed some parameter types in calls to g_signal_new(). | Murray Cumming | 2001-10-15 | 3 | -7/+7 |
* | to compare pattern specs, use g_pattern_spec_equal() instead of direct | Tim Janik | 2001-10-13 | 2 | -7/+16 |
* | Fix some doc comments. | Matthias Clasen | 2001-10-12 | 1 | -13/+13 |
* | Fix to work on empty models. | Joshua N Pritikin | 2001-10-12 | 1 | -1/+3 |
* | Remove stale gdk backend includes. | Matthias Clasen | 2001-10-11 | 2 | -16/+0 |
* | add enable_empty and value_in_list properties. | Michael Meeks | 2001-10-11 | 1 | -4/+35 |
* | cvs got a broken pipe signal, missed these two. ChangeLog is already there. | Kristian Rietveld | 2001-10-10 | 2 | -0/+36 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 3 | -12/+43 |
* | new function, #61923 (gtk_tree_selection_path_is_selected): Ditto | Jonathan Blandford | 2001-10-10 | 2 | -0/+69 |
* | We're a gobject, not a GtkObject. Thanks andersca. | Jonathan Blandford | 2001-10-09 | 2 | -24/+15 |
* | fix broken code. | Jonathan Blandford | 2001-10-09 | 1 | -0/+4 |
* | s/succesfully/successfully/g | Matthias Clasen | 2001-10-08 | 1 | -1/+1 |
* | remove unused enum | Havoc Pennington | 2001-10-08 | 2 | -1/+6 |
* | improve warning. | Jonathan Blandford | 2001-10-06 | 3 | -31/+108 |
* | should destroy the search dialog | Kristian Rietveld | 2001-10-05 | 1 | -5/+23 |
* | broken image icon | Jakub Steiner | 2001-10-05 | 2 | -0/+0 |
* | Fix #56586 | Havoc Pennington | 2001-10-04 | 2 | -8/+13 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 3 | -21/+48 |
* | move insert_text and delete_text virtual functions to do_insert_text and | Kristian Rietveld | 2001-10-03 | 8 | -135/+134 |
* | allow testing the end position | Havoc Pennington | 2001-10-03 | 2 | -5/+12 |
* | s/retrive/retrieve/ | jacob berkman | 2001-10-03 | 5 | -5/+5 |
* | preparation for surgery ditto | Kristian Rietveld | 2001-10-03 | 2 | -110/+333 |
* | Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list | Owen Taylor | 2001-10-03 | 3 | -39/+118 |
* | s/width/fixed_width/ in order to get things to compile. | James Henstridge | 2001-10-03 | 1 | -4/+4 |
* | docs | Jonathan Blandford | 2001-10-03 | 3 | -4/+28 |
* | g_string_printfa => g_string_append_printf. | Owen Taylor | 2001-10-01 | 2 | -4/+4 |
* | add a finalize and destroy handler. | Jonathan Blandford | 2001-10-01 | 3 | -9/+68 |
* | replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol. | Matthias Clasen | 2001-10-01 | 2 | -5/+5 |
* | change scroll_to_cell delayed code to happen in size_allocate. | Jonathan Blandford | 2001-10-01 | 6 | -86/+66 |
* | Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically | Manish Singh | 2001-10-01 | 1 | -3/+5 |
* | Make ITERS_PERSIST correct | Jonathan Blandford | 2001-09-30 | 1 | -1/+0 |
* | -) | CEST | 2001-09-30 | 1 | -5/+5 |
* | gtk/gtkcellrenderertext.c changed "weight" property type from | Mikael Hermansson | 2001-09-30 | 1 | -3/+2 |
* | typo fix: s/Wether/Whether/ in reorderable property description | Manish Singh | 2001-09-29 | 1 | -1/+1 |
* | remove gtk_object_destroy comment as requested. | Michael Meeks | 2001-09-28 | 1 | -5/+0 |
* | only start editing when you select with a keyboard. | Jonathan Blandford | 2001-09-27 | 5 | -105/+89 |
* | add demo of passing non-stock label in to gtk_dialog_new_with_buttons | Havoc Pennington | 2001-09-27 | 3 | -3/+18 |
* | Stop being stupid and emitting the signal every time. | Jonathan Blandford | 2001-09-27 | 4 | -76/+153 |