summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix docs. (#61976)Matthias Clasen2001-10-183-18/+20
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-13/+0
* Don't restrict the width of the spinbutton entry field to 10 digits.Matthias Clasen2001-10-181-2/+5
* fix small bug reported by (Oleg Maiboroda), #62600Jonathan Blandford2001-10-181-2/+4
* impl 'text' (gtk_entry_class_init): add the 'text' prop.Michael Meeks2001-10-181-3/+19
* Documentation updates. Updates.Matthias Clasen2001-10-172-26/+25
* Fix mistake in truncating length of text to MAX_SIZE. (Found by PadraigOwen Taylor2001-10-171-1/+1
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-162-4/+3
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-164-243/+563
* add a mnemonic_activate function to option menu.Jonathan Blandford2001-10-161-0/+11
* Minor documentation fixJonathan Blandford2001-10-151-6/+9
* Fixed signal marshaller in GtkToolbar.Murray Cumming2001-10-151-2/+2
* Fixed some parameter types in calls to g_signal_new().Murray Cumming2001-10-153-7/+7
* to compare pattern specs, use g_pattern_spec_equal() instead of directTim Janik2001-10-132-7/+16
* Fix some doc comments.Matthias Clasen2001-10-121-13/+13
* Fix to work on empty models.Joshua N Pritikin2001-10-121-1/+3
* Remove stale gdk backend includes.Matthias Clasen2001-10-112-16/+0
* add enable_empty and value_in_list properties.Michael Meeks2001-10-111-4/+35
* cvs got a broken pipe signal, missed these two. ChangeLog is already there.Kristian Rietveld2001-10-102-0/+36
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-103-12/+43
* new function, #61923 (gtk_tree_selection_path_is_selected): DittoJonathan Blandford2001-10-102-0/+69
* We're a gobject, not a GtkObject. Thanks andersca.Jonathan Blandford2001-10-092-24/+15
* fix broken code.Jonathan Blandford2001-10-091-0/+4
* s/succesfully/successfully/gMatthias Clasen2001-10-081-1/+1
* remove unused enumHavoc Pennington2001-10-082-1/+6
* improve warning.Jonathan Blandford2001-10-063-31/+108
* should destroy the search dialogKristian Rietveld2001-10-051-5/+23
* broken image iconJakub Steiner2001-10-052-0/+0
* Fix #56586Havoc Pennington2001-10-042-8/+13
* fix test case, it previously verified incorrect behaviorHavoc Pennington2001-10-043-21/+48
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-038-135/+134
* allow testing the end positionHavoc Pennington2001-10-032-5/+12
* s/retrive/retrieve/jacob berkman2001-10-035-5/+5
* preparation for surgery dittoKristian Rietveld2001-10-032-110/+333
* Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_listOwen Taylor2001-10-033-39/+118
* s/width/fixed_width/ in order to get things to compile.James Henstridge2001-10-031-4/+4
* docsJonathan Blandford2001-10-033-4/+28
* g_string_printfa => g_string_append_printf.Owen Taylor2001-10-012-4/+4
* add a finalize and destroy handler.Jonathan Blandford2001-10-013-9/+68
* replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.Matthias Clasen2001-10-012-5/+5
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-016-86/+66
* Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. VerticallyManish Singh2001-10-011-3/+5
* Make ITERS_PERSIST correctJonathan Blandford2001-09-301-1/+0
* -)CEST2001-09-301-5/+5
* gtk/gtkcellrenderertext.c changed "weight" property type fromMikael Hermansson2001-09-301-3/+2
* typo fix: s/Wether/Whether/ in reorderable property descriptionManish Singh2001-09-291-1/+1
* remove gtk_object_destroy comment as requested.Michael Meeks2001-09-281-5/+0
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-275-105/+89
* add demo of passing non-stock label in to gtk_dialog_new_with_buttonsHavoc Pennington2001-09-273-3/+18
* Stop being stupid and emitting the signal every time.Jonathan Blandford2001-09-274-76/+153