| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-11 Kristian Rietveld <kris@gtk.org>
Bug 316087 - Resizing columns is chaotic
* gtk/gtktreeprivate.h: add new member fields.
* gtk/gtktreeview.c (gtk_tree_view_init), (validate_row): set post
validation flag,
(gtk_tree_view_size_allocate_columns): rework the size allocation
mechanism to only recalculate the expand values if the width of the
widget, content or the column configuration has changed,
(gtk_tree_view_size_allocate): move call to size_allocate_columns()
to before the adjustment updates so the proper width is used after
we updated it,
(gtk_tree_view_button_press), (gtk_tree_view_motion_resize_column):
use the column width minus the expand value for the resized width,
(gtk_tree_view_move_column_after): update call to
gtk_tree_view_size_allocate_columns().
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): set use
resized width to FALSE.
* tests/Makefile.am:
* tests/testtreecolumnsizing.c: new interactive test program
for testing column resizing with different column configurations.
svn path=/trunk/; revision=20818
|
|
|
|
| |
svn path=/trunk/; revision=20817
|
|
|
|
| |
svn path=/trunk/; revision=20816
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkwidget.c (gtk_widget_set_property): tooltip-text and
tooltip-markup properties: Interpret an empty string as a NULL
string because an empty tooltip is silly. This will help
language bindings that do not bother to have the two types of
empty/null strings.
Bug #541399.
svn path=/trunk/; revision=20814
|
|
|
|
| |
svn path=/trunk/; revision=20813
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gtk/building.sgml:
* gtk/changes-1.2.sgml:
* gtk/changes-2.0.sgml:
* gtk/compiling.sgml:
* gtk/directfb.sgml:
* gtk/glossary.xml:
* gtk/gtk-docs.sgml:
* gtk/gtk-query-immodules-2.0.xml:
* gtk/gtk-update-icon-cache.xml:
* gtk/migrating-GtkAboutDialog.sgml:
* gtk/migrating-GtkAction.sgml:
* gtk/migrating-GtkAssistant.sgml:
* gtk/migrating-GtkBuilder.sgml:
* gtk/migrating-GtkColorButton.sgml:
* gtk/migrating-GtkComboBox.sgml:
* gtk/migrating-GtkFileChooser.sgml:
* gtk/migrating-GtkIconView.sgml:
* gtk/migrating-GtkLinkButton.sgml:
* gtk/migrating-GtkRecentChooser.sgml:
* gtk/migrating-GtkTooltip.sgml:
* gtk/migrating-checklist.sgml:
* gtk/osx.sgml:
* gtk/other_software.sgml:
* gtk/question_index.sgml:
* gtk/resources.sgml:
* gtk/running.sgml:
* gtk/text_widget.sgml:
* gtk/tree_widget.sgml:
* gtk/visual_index.xml:
* gtk/windows.sgml:
* gtk/x11.sgml:
Use xi:include to speed up doc-build. Remove some unused entities.
svn path=/trunk/; revision=20812
|
|
|
|
|
|
|
|
|
|
| |
2008-07-08 Christian Neumair <cneumair@gnome.org>
* gtk/gtkuimanager.c (update_node):
Skip update of accelerator child node if it has no associated action.
Fixes #541950.
svn path=/trunk/; revision=20811
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Cody Russell <bratsche@gnome.org>
Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack
* gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
existing modal hint value before setting it.
svn path=/trunk/; revision=20809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Cody Russell <bratsche@gnome.org>
Bug 540994 – [Win32] Some windows don't appear at the top when created
* gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.
I actually already committed this one by accident, probably when I committed
#541305, but just wanted to document it here in the ChangeLog.
svn path=/trunk/; revision=20808
|
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Johan Dahlin <johan@gnome.org>
* gtk/tests/builder.c (test_cell_view):
Add a test case for 528845.
svn path=/trunk/; revision=20806
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkwindow-win32.c
(gdk_window_foreign_new_for_display): Need to initialise
private->impl here, too.
svn path=/trunk/; revision=20805
|
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.
svn path=/trunk/; revision=20804
|
|
|
|
| |
svn path=/trunk/; revision=20803
|
|
|
|
|
|
|
|
|
| |
* gtk/gtkcellview.c: Don't blindly chain up in the buildable
implementation. Reported by Kevin Ryde.
svn path=/trunk/; revision=20802
|
|
|
|
| |
svn path=/trunk/; revision=20801
|
|
|
|
|
|
|
|
|
| |
* gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
contexts cannot be cached for handling expose events.
Proposed by Behdad Esfahbod.
svn path=/trunk/; revision=20800
|
|
|
|
| |
svn path=/trunk/; revision=20799
|
|
|
|
|
|
|
|
|
| |
* gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
docs. Pointed out by Wolfgang Oertl
svn path=/trunk/; revision=20798
|
|
|
|
| |
svn path=/trunk/; revision=20797
|
|
|
|
| |
svn path=/trunk/; revision=20796
|
|
|
|
| |
svn path=/trunk/; revision=20795
|
|
|
|
| |
svn path=/trunk/; revision=20794
|
|
|
|
| |
svn path=/trunk/; revision=20793
|
|
|
|
|
|
|
|
|
| |
2008-07-07 Christian Dywan <christian@imendio.com>
* gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
erroneously added g_return_if_fail (bug #541811).
svn path=/trunk/; revision=20792
|
|
|
|
| |
svn path=/trunk/; revision=20791
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
* gtk/gtksettings.c: Improve the documentation of the
gtk-icon-sizes setting. Proposed by Tommi Komulainen.
svn path=/trunk/; revision=20790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
invalid dates
* gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
Check that the cursor is over a valid date before retrieving
its details. Patch by Chris Wilson
svn path=/trunk/; revision=20789
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
64-bit brokenness. Reported by Christian Hammond.
svn path=/trunk/; revision=20788
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
contain ://
* gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
Be more robust. Reported by Jelte van der Hoek
svn path=/trunk/; revision=20787
|
|
|
|
| |
svn path=/trunk/; revision=20786
|
|
|
|
| |
svn path=/trunk/; revision=20785
|
|
|
|
| |
svn path=/trunk/; revision=20783
|
|
|
|
| |
svn path=/trunk/; revision=20782
|
|
|
|
| |
svn path=/trunk/; revision=20781
|
|
|
|
|
|
|
|
|
|
| |
2008-07-05 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
deprecated section because it isn't deprecated.
svn path=/trunk/; revision=20780
|
|
|
|
|
|
|
|
|
|
| |
2008-07-05 Michael Natterer <mitch@imendio.com>
* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.
svn path=/trunk/; revision=20779
|
|
|
|
| |
svn path=/trunk/; revision=20778
|
|
|
|
| |
svn path=/trunk/; revision=20776
|
|
|
|
| |
svn path=/trunk/; revision=20775
|
|
|
|
| |
svn path=/trunk/; revision=20773
|
|
|
|
| |
svn path=/trunk/; revision=20772
|
|
|
|
| |
svn path=/trunk/; revision=20771
|
|
|
|
| |
svn path=/trunk/; revision=20770
|
|
|
|
| |
svn path=/trunk/; revision=20769
|
|
|
|
| |
svn path=/trunk/; revision=20768
|
|
|
|
| |
svn path=/trunk/; revision=20767
|
|
|
|
| |
svn path=/trunk/; revision=20766
|
|
|
|
| |
svn path=/trunk/; revision=20765
|
|
|
|
| |
svn path=/trunk/; revision=20764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-04 Michael Natterer <mitch@imendio.com>
Fix make check:
* gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
again :-(
* gtk/gtkclist.c
* gtk/gtkcombo.c
* gtk/gtkctree.c
* gtk/gtklist.c
* gtk/gtklistitem.c
* gtk/gtknotebook.c
* gtk/gtkobject.c
* gtk/gtkoldeditable.c
* gtk/gtkpixmap.c
* gtk/gtktext.c
* gtk/gtktree.c
* gtk/gtktreeitem.c: don't #define it again before including
gtkalias.h after it has been #undef'ed before.
svn path=/trunk/; revision=20763
|