summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fixes #139562, based on a patch by Christian Neumair.Federico Mena Quintero2004-05-041-31/+18
* Disable debug logging again.Matthias Clasen2004-05-041-1/+1
* Make the chunk size for incremental transfers depend on the maximalMatthias Clasen2004-05-031-11/+29
* Call g_signal_new() correctly and initialize the signal fields. FixesFederico Mena Quintero2004-05-031-14/+27
* u2004-05-03 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2004-05-031-4/+3
* don't modify the passed in GdkSegment(s) in place, we may get them againHans Breuer2004-05-021-1/+1
* Make sure the static string is long enough. (#136323, Morten Welinder)Matthias Clasen2004-04-302-1/+6
* Fixes #140412.Federico Mena Quintero2004-04-291-21/+55
* Use _gtk_action_emit_activate() instead of directly emitting the activateMatthias Clasen2004-04-292-5/+8
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-293-5/+4
* Fix cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).Soeren Sandmann2004-04-251-3/+3
* Correctly initialize targets. (#139883, John Finlay)Matthias Clasen2004-04-231-1/+2
* Don't recommend gtk_tree_row_reference_new_proxy(). (#138309, Tim-PhilippMatthias Clasen2004-04-231-1/+1
* Remove an excessive g_return_if_fail().Matthias Clasen2004-04-231-1/+0
* Make sure the separators used to demarkate placeholder ends don't show upMatthias Clasen2004-04-221-0/+4
* Make spinbuttons work with negative increments. (#137975, Tim Gerla)Matthias Clasen2004-04-221-2/+9
* Remove the old widget from the tool button before overwriting it with theSoeren Sandmann2004-04-221-3/+19
* Fix the file chooser on Windows. I can't make it misbehave or crash anyTor Lillqvist2004-04-222-32/+101
* Pop down the completion window if there are no completions anymore.Matthias Clasen2004-04-211-5/+9
* Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. ItMatthias Clasen2004-04-211-7/+10
* Don't scroll to cursor position if we already have pending scrolls.Matthias Clasen2004-04-201-12/+16
* Make sure anchored children get size allocated, even if the layout isMatthias Clasen2004-04-201-3/+17
* Update libpng and libjpeg URLs, remove note about building without sinceOwen Taylor2004-04-191-2/+2
* Don't leak list of children. (#140523)Morten Welinder2004-04-191-7/+11
* Don't stop the iteration up to the tag_root too early. (#109945, DonghoMatthias Clasen2004-04-191-4/+2
* Tell the user to use G_FILENAME_ENCODING, not G_BROKEN_FILENAMES. FixesFederico Mena Quintero2004-04-151-2/+2
* Use a variant of the code from gtkfilesel.c to parse a "text/uri-list"Federico Mena Quintero2004-04-151-13/+34
* Doc fixes.Matthias Clasen2004-04-152-0/+2
* Make all style properties readonly.Matthias Clasen2004-04-142-4/+4
* Add a11y relations between the color wheel and the spin buttons. (#132745,Matthias Clasen2004-04-143-3/+42
* Make the arrow and separator regular children of an hbox inside theMatthias Clasen2004-04-143-54/+66
* Don't spit out warnings if called before the combo box is realized.Matthias Clasen2004-04-141-10/+8
* propagate expose events to children.Jonathan Blandford2004-04-141-1/+22
* remove spurious gtk_box_pack_start.Jonathan Blandford2004-04-141-1/+0
* patch from Owen to make the buttons sized by a bold label. This makes theJonathan Blandford2004-04-131-10/+56
* Don't crash if a node has no name. (start_element_handler): AcceptMatthias Clasen2004-04-131-2/+12
* Document possible accelerator gotcha when using this function. (#139641,Matthias Clasen2004-04-131-1/+6
* Don't leak list nodes. (#138862, Morten Welinder)Matthias Clasen2004-04-131-6/+6
* remove unused variable. (gtk_tree_view_button_press): If we activated theJonathan Blandford2004-04-131-4/+9
* Added documentation to all the signals.Federico Mena Quintero2004-04-131-0/+82
* Don't unref model if it is NULL. (#139770)Matthias Clasen2004-04-121-2/+5
* Typo fix.Matthias Clasen2004-04-124-17/+52
* Moved search entries into priv data.Jonathan Blandford2004-04-113-112/+96
* workaround for bug #137496, the real fix would involve just another smallHans Breuer2004-04-111-3/+3
* Terminate g_object_[dis]connect() calls with NULL instead of 0. FixesChristian Persch2004-04-091-2/+3
* Fix #132500.Federico Mena Quintero2004-04-073-23/+86
* Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.Federico Mena Quintero2004-04-061-1/+1
* Look for G_DIR_SEPARATOR in the display_name, and err out if it isFederico Mena Quintero2004-04-061-0/+12
* Make the new-folder button say "Create Fo_lder" rather than "CreateFederico Mena Quintero2004-04-061-1/+1
* Ref/sink the buttons. Also, free them correctly upon failure. Based on aFederico Mena Quintero2004-04-061-3/+9