[gtk+] Created tag BEFORE_NATIVE_LAYOUT_API_SWITCH
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Created tag BEFORE_NATIVE_LAYOUT_API_SWITCH
- Date: Tue, 13 Apr 2010 01:26:07 +0000 (UTC)
The unsigned tag 'BEFORE_NATIVE_LAYOUT_API_SWITCH' was created.
Tagger: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Apr 12 21:24:47 2010 -0400
Tagging the branch before the ->get_desired_size() was changed
for ->get_desired_width/height()
Changes since the last tag 'TRISTAN_NATIVE_LAYOUT_START':
A S Alam (1):
Completed Punjabi Translation by A S Alam
Alan Knowles (3):
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
Fix gtk_text_tag_table_lookup transfer introspection notes
Fix introspection on return value transfer for gtk_clipboard_get*
Alejandro Piñeiro (1):
Solve a wrong reference on gdk_keymap_translate_keyboard_state
Alexander Larsson (7):
Actually send exposes from gdk_window_clear_area_e
Avoid drawing implicit paints to destroyed windows
Track direct window cairo access and avoid tricks when used
Move common gdkwindow.c code into function gdk_window_drop_cairo_surface
Drop outstanding cairo surfaces when window is made native
When native window requests button presses request other button related events
Avoid integer overflow in gdk_rectangle_intersect
Alexander Shopov (6):
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Andre Klapper (1):
Add missing files to POTFILES.in to make l10n.gnome.org happy
André Draszik (5):
gdk/directfb: fix _gdk_windowing_pointer_grab()
gdk/directfb: convert gdkcolor-directfb to using G_DEFINE_TYPE
gdk/directfb: gdkdnd-directfb's private data is used uninitialized
gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPE
gdk/directfb: cursor size is artificially limited
Ask H. Larsen (3):
Updated Danish translation
Updated Danish translation
Updated Danish translation
Benjamin Otte (6):
Revert dd511e825aef9edada30107b3d891d496cc39fd8
Disconnect signal handlers on adjustment in destroy handler
Fix up linker flags
Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
Document missing signal parameter
Fix error case in filesystem model
Bruce Cowan (1):
Updated British English translation
Carlos Garcia Campos (3):
Fix a crash on print preview
Emit GtkPlug::embedded signal when plug/socket are in the same process too
[docs] Fix GtkPlug::embedded signal documentation
Changwoo Ryu (1):
Update Korean translation
Chao-Hsiung Liao (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Christian Dywan (23):
Use gtk_widget_get_tooltip_text for gtk_tooltips_data_get in Gail
Fix missing GTK_WINDOW cast in _gtk_menu_shell_update_mnemonics
Fix missing GTK_WIDGET cast on printer option widget in construct_widgets
Deprecate flag macros for toplevel, state, no window and composite child
Don't use GTK_WIDGET_NO_WINDOW in GtkContainer
No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_window
Don't use GTK_WIDGET_NO_WINDOW in GtkEventBox
Document GtkWidget::state-changed signal properly
Use const gchar* in gtk_window_get_icon_name implementation
Implement "preedit-changed" in GtkEntry and GtkTextView
Limit GtkContainer::border-width to 65535
Remove the destination file if trying to save a pixbuf failed
Do not update paned position if it's already at the given value
Implement gtk_paned_get_handle_window
[gtk] Deprecate GtkCurveType enum
Remove duplicate definitions of gtk_widget_set/get_realized/mapped
Document the use of NULL in gtk_window_set_transient_for
Fix definition of GTK_VOLUME_BUTTON_CLASS cast
Improve docs of gtk_notebook_set_tab_label_packing
Spell delete-event with hyphen and don't cast to G_OBJECT
Reword explanation of delete-event and destroy
Remove most G_OBJECT casts in the tutorial
Fix a misspelling in gtk_cell_view_new_with_markup
Christian Persch (3):
Allow NULL iter in gtk_combo_box_set_active_iter to unset
Implement property editor for GdkColor properties
Correctly clone the toolbutton's icon-name image widget
Claude Paroz (2):
Updated French translation
Updated French translation
Claudio Saavedra (1):
GtkTreeView: plug a leaking GtkTreeRowReference
Clytie (2):
Updated Vietnamese translation
Updated Vietnamese translation
Cody Russell (15):
GtkOffscreenWindow implementation for #604901
Add delete-event callback to window, use gtk_widget_queue_draw() instead of gtk_widget_draw()
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
Add offscreen window symbols to gtk.symbols
Add headers
Add gtk_offscreen_window_get_pixmap() and gtk_offscreen_window_get_pixbuf(), some API docs.
Add gtkoffscreenwindow.sgml
Add gtk_offscreen_window_get_{pixmap,pixbuf} to gtk.symbols
Add gtk-doc section for GtkOffscreenWindow
Add documentation note for GtkOffscreenWindow emission of damage-event.
Add 'Since 2.20' documentation.
Documentation changes.
Add GtkOffscreenWindow to gtk-sections.txt
Remove existing signal connections in gtk_drag_dest_unset().
Bug 554420 - Seal GtkTextTag
Colin Walters (4):
Build introspection data for gdk-pixbuf, gdk, and gtk
Merge in Gdk-custom.c introspection annotations
[introspection] Merge in Gtk-custom.c annotations
[startup notification] Set APPLICATION_ID
Damien Lespiau (1):
introspection: Fix parallel builds
Dan Winship (2):
Fix out/transfer annotations on GtkImage getters
Change GtkIconSize to int in params/return values
Daniel Nylander (8):
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
David Planella (3):
Updated Catalan translation
Updated Catalan translation
Updated Catalan translation with a couple of fixes
Duarte Loreto (2):
Updated Portuguese translation
Updated Portuguese translation
Dumitru MiÈ?u Moldovan (1):
Updated Romanian translation
FabrÃcio Godoy (1):
Updated Brazilian Portuguese Translation
Florian Müllner (1):
Add introspection annotation for gtk_builder_get_object
Fran Diéguez (2):
Update Galician translation
Update Galician translation
Friedel Wolff (1):
Update Afrikaans translation
Gabor Kelemen (3):
Updated Hungarian translation
Updated Hungarian translation
Updated Hungarian translation
Gintautas Miliauskas (2):
Updated Lithuanian translation.
Updated Lithuanian translation.
Hiroyuki Ikezoe (7):
Use g_value_dup_string instead.
[gtk] GtkCellEditable::editing-cancelled should be writable
Use CAIRO_VERSION instead of CAIRO_VERSION_CODE
Don't get settings unless we need them
Fix a tiny documentation typo
Use g_value_take_string to avoid redundant invoking g_free.
[directfb] Fix compile error on DirectFB backend.
Iestyn Pryce (2):
Updated Welsh translation
Updated Welsh translation
Inaki Larranaga Murgoitio (10):
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Updated Basque language
Ivar Smolin (1):
Updating Estonian translation
Jamil Ahmed (7):
Updated Bengali translation
Updated Bengali translation
Updated Bengali translation
Updated Bengali translation
Updated Bengali translation
Updated Bengali translation
Updated Bengali translation
Jan Arne Petersen (2):
Fix notify::label emmision in GtkMenuItem
Take extended layout into account in viewport
Javier Jardón (61):
Add info about single includes when compiling GTK+ apps
Add 'Since: 2.18' tag
[docs] Cast to GFunc in gtk_tree_selection_get_selected_rows() example code
Fix compilation warning: use the correct conversion specifier
Fix compilation warning: cast to GTK_WIDGET()
Move documentation to inline comments: GtkFileChooser
Move documentation to inline comments: GtkImage
Move documentation to inline comments: GtkMountOperation
[docs] Add documentation for GdkWindow 'cursor' property
Fix compilation warning: use the correct conversion specifier
Fix compilation warning: use const *gchar variable
Deprecate some widget flags
Deprecate widget flag: GTK_WIDGET_CAN_FOCUS
Fix links in GtkComboBox migration guide
Use g_strcmp0() instead custom safe_strcmp()
[docs] Add missing "Deprecated: 2.x" to the api doc comments
[docs] Fix documentation build warnings
[docs] Remove GTK+ 1.2 tutorial from master
[docs] Use the correct GTK-doc syntax to refer to GTK+ property
[docs] Use the correct GTK-doc syntax to refer to GTK+ properties
Add gtk_widget_has_rc_style() accessor
Fix some compilation warnings
[test] Fix some typos
[docs] Fix GtkOffscreenWindow documentation
[docs] Add anchor for keybinding signals
[tests] Not use GtkOptionMenu deprecate widget.
Move documentation to inline comments: GtkAccelLabel
Fix compilation warning: cast to GCompareFunc
Fix compilation warning: return FALSE instead NULL
Revert "Drop duplicate declarations"
[gdk/x11] Change the name of the functions in the header file
Deprecate widget flag: GTK_WIDGET_DRAWABLE
Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE
Don't use GTK_WIDGET_NO_WINDOW in internal code anymore
Deprecate widget flag: GTK_WIDGET_SENSITIVE
Deprecate widget flag: GTK_WIDGET_HAS_FOCUS
Deprecate widget flag: GTK_WIDGET_VISIBLE
Deprecate widget flag: GTK_WIDGET_PARENT_SENSITIVE
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_DOUBLE_BUFFERED)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_SENSITIVE)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
Fix gtk_widget_is_sensitive() function
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_SHOW_ALL)
Fix gtk_widget_is_sensitive() function. Second try
Deprecate widget flag: GTK_WIDGET_MAPPED
Deprecate widget flag: GTK_WIDGET_REALIZED
Add version info about the deprecation of GTK_WIDGET_SENSITIVE
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)
Don't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()
Don't use GTK_WIDGET_STATE in internal code anymore
Fix compilation warning: use entry var correctly initilized
Improve GTK_WIDGET_FLAGS() deprecation documentation
More uses of g_strcmp0
Fix compilation warning: Use GtkWidget instead GtkMenuItem
Jean Brefort (1):
fix critical in gtk_editable_insert_text
Jennie Petoumenou (2):
Updated Greek translation.
Updated Greek translation.
Joanmarie Diggs (1):
Add/Remove ATK_STATE_SENSITIVE according to cells' state.
Johan Dahlin (17):
Add an m4 directory and a introspection.m4
Separate private from public gdk headers
Bump the required version of autoconf to 2.62
Add no-portability option to automake
Re-add accidentially removed gtkintl header
Make sure dist check works with introspection
Bump required introspection version to 0.6.6
Update introspection.m4
Use Makefile.introspection
Bump the required introspection version
Make sure dist check includes introspection
Fix build with system install of introspection
Avoid warnings when introspetion is not available
Make sure Gdk-2.0.gir is installed
[annotations] Add allow-none
[annotations] Add allow-none for gtk_menu_popup
[build] Include all target source files
Jonh Wendell (3):
Fix a memory leak in gtk_label_compose_effective_attrs()
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Jordi Serratosa (1):
Fixes to Catalan translation
Jorge González (15):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kenneth Nielsen (1):
Updated Danish translation
Khaled Hosny (3):
Updated Arabic translation
Updated Arabic translation
Updated Arabic translation
Kjartan Maraas (7):
Updated Norwegian bokmål translation.
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Kristian Rietveld (20):
Bug 480065 - wrong tree collapsed (or expanded) after having scrolled
Correct problems with earlier fix for bug #480065
Fix call to update_prelight()
Start using NSInteger and NSUInteger
initWithContentRect: has a NSUInteger parameter now
Fix compile warning in gdk_cursor_new_from_pixmap
Start using CGFloat
Add gdk_keymap_map_virtual_modifiers() to Quartz backend
Unset expander_column when expander column is removed from tree view
Use CGFLOAT_DEFINED, don't rely on NSINTEGER_DEFINED for this
Fix memory leak in GdkQuartzView
Fix memleak in get_nsscreen_for_point()
Release view after setting it as contentView
Do not leak the NSMutableSet
Fix memory management of types array
Fix compiler warning
Rework a previous commit to not crash in addition to fixing leaks
Plug leaks in quartz implementation of gtk_drag_begin_idle()
Bug 607322 - Double-click doesn't work if the item is selected in...
Improve enter/motion notify semantics
Leonid Kanter (2):
Update Russian translation
Update Russian translation
Li Yuan (2):
Bug #608410. Set cursor position after inserting text.
Return FALSE in signal handlers to make the signals be propagated
Luca Ferretti (2):
Updated Italian translation
Updated Italian translation
Lucian Adrian Grijincu (1):
Updated Romanian translation
Manoj Kumar Giri (1):
Updated Oriya Translation
Marek Kasik (1):
Define httpGetHostname() for CUPS 1.1 and lower
Mario Blättermann (4):
Updated German translation
Updated German translation
Updated German translation
Updated German translation
Masato Hashimoto (1):
Updated Japanese translation. Translator: Masato Hashimoto <cabezon hashimoto gmail com> Reviewed by: Nishibori Kiyotaka <ml nishibori kiyotaka gmail com>
Matej UrbanÄ?iÄ? (9):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Matthew Barnes (1):
Bug 602099 - Actions can be activatable too
Matthias Clasen (114):
Ensure native windows in gdk_property_change
Fix a thinko in computing damage for segments
Fix doc typos
Properly free damage events
Small documentation correction
Only show the mnemonic underline when pressing Alt
Handle reading the create-folders property
Some improvements to the auto-mnemonics code
More auto-mnemonics tweaks
Make mnemonic hiding work for printer option widgets
Try harder to handle accelerators involving virtual modifiers
Add a release note about virtual modifiers
Improve selection/arrow key behaviour in GtkTextView
Fix make check
Fix a think in the CSW input extension handling
Updates
2.19.2
Bump version and add dist-bzip2
Forgotten news
Don't use string concatentation in translated strings
Update dependency information
Make mnemonic hiding work in all cases
Setup libjpeg error handlers early enough
Avoid an FPE for ludicrous scale values
Try a little harder to survive close to OOM
Plug a pixmap leak
Updates
Dco updates
2.19.3
Bump version
Correct PRC6 and PRC9 envelope sizes
Fix a few C99isms
Reset effective_attrs when necessary
Fix declaration of gtk_print_job_set_status
Fix some issues with action widgets
Add a way to set wm_class on statusicons
Updates
Minor doc fix
Doc additions
2.19.4
Bump version
Make DND work better with shaped windows
Allow running without any im context
Fix a refcounting issues in GtkPlug
Avoid a crash when setting a tooltip on a GtkCalendar
Avoid overlap of scale marks
Add some more goddamn accessors
Updates
2.19.5
bump version
Drop duplicate declarations
Fix a compatibility problem
Add a missing introspection annotation for gdk_screen_get_default_colormap
Add some missing introspection annotations
Fix incorrect string
Only look at x11 backend for gtk-doc comments for now
Add some padding in tool buttons
Clarify the docs for gtk_info_bar_set_default_response
Fix a segfault in gtk_assistant_set_current_page
Handle out-of-bounds parameters in gtk_assistant_get_nth_page
Prevent a crash in the TGA loader
Protect against X errors when clearing the DND cache
Correct annotations for gtk_tree_view_get_path_at_pos
Fix gdk_windowing_window_at_pointer in the directfb backend
Fix a crash at startup in the directfb backend
Catch directfb errors in gdk_colormap_new
Simplify the DirectFBInit call
Fix a memory leak in gdk_display_open in the directfb backend
Init gdk in the same order as other backends
Add 2.20 index for gdk docs
doc fixes
Add some missing docs
Some forgotten docs
Updates
2.19.6
Bump version
Fix an infinite loop in gtk_dialog_map()
Don't scroll to insert after middle-click paste
Add introspection annotations to gtk_drag_(source|dest)_set
Add accessible alternatives to entry icon functionality
Remove obsolete translator comments
Minor doc clarification for gdk_drag_begin
Add missing colons
Fix file chooser refcounting issues
Add some more annotation to the DND api
fix file permissions
Add some keysyms missing from keysyms.txt
Updates to the compose-parse.py script
Regenerated compose tables
Remove conflicting legacy compose sequences in favour of X.org sequences
Updates
2.19.7
Bump version
updates
Fix gdk_window_set_icon_name
Recompute label contents when the buffer changes
Fix tests
Update release notes
Improve the behaviour of automatic mnemonics
Require a new-enough glib
Don't crash in DND when the X server doesn't support SHAPE
Make menu scrolling work with auto mnemonics
Avoid spurious notifications from GtkEntry
Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
Updates
Minor doc cleanup
Another small doc cleanup
Set version to 2.20.0
Bump required version of glib in INSTALL.in, too
2.20.0
Bump version to 2.20.1
Add notes about gobject-introspection
Fix a 64bit issue
Don't use gio-unix on win32
Mattias Põldaru (5):
Updating Estonian translation
Updating Estonian translation
Updating Estonian translation
Estonian translation updated
Estonian translation updated
Maxim V. Dziumanenko (3):
Update Ukrainian translation
Updated Ukrainian translation
Updated Ukrainian translation
Michael Natterer (8):
Some fixes in gtkoffscreenwindow.h
Bug 607082 - Add accessors for sealed GtkRange members
Bug 607778 - Add accessors for GtkEntry's windows
Bug 608993 - Add gtk_widget_style_attach()
gtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()
Allow calling gtk_widget_style_attach() only when realized
Bug 548026 - No accessor for GtkWidget.requisition
gtk: remove begin-user-action/end-user-action around copying
MiloÅ¡ PopoviÄ? (1):
Updated Serbian translations
Murray Cumming (4):
GtkToolPalette: docs: Minor English corrections.
GtkToolPalette: Use GtkToolItemGroup* instead of GtkWidget* for setter parameters.
GtkToolPalette: Change gtk_tool_palette_get_drop_group() return.
GtkToolPalette: Fix a compiler warning introduced in my last commit.
Nguy�n Thái Ng�c Duy (1):
vi.po: Updated Vietnamese translation
Nils-Christoph Fiedler (12):
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Updated Low German translation
Updated Low German translation
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Updated LowGerman translation
Patrick Bernaud (1):
Move documentation to inline comments: GtkPlug
Paul Davis (1):
Small memory fix
Pavol Å imo (1):
Updated Slovak translation
Petr Kovar (4):
Update Czech translation
Update Czech properties translation
Update Czech translation
Update Czech translation
Piotr DrÄ?g (4):
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Rafal Luzynski (1):
Use g_strcmp0 where it makes sense
Richard Hughes (2):
Add color management support to gdk_pixbuf_save
Add icc-profile option to gdk-pixbuf for the TIFF image format
Rimas Kudelis (1):
Updated Lithuanian translation
Runa Bhattacharjee (2):
Updated Bengali India Translation
Updated Bengali India Translation
Russell Kyaw (2):
Added Burmese translation
Added Burmese translation for gtk+ properties
Ryan Lortie (1):
Update release HOWTO
Shankar Prasad (1):
Made couple of translation changes in kn.po
Simos Xenitellis (1):
Added Burmese (my) to po/LINGUAS
Sjoerd Simons (1):
Prevent the destruction of the menu label on page removal
Stefan Kost (2):
widget: don't check before setting to avoid costly type checks
widget: ensure boolean before comparing
Steffen Macke (1):
Fix menu bar problem in ms-windows theme engine on Windows 7
Steven Harms (4):
Update gtkvscale documentation for in code comments. Removed template document
Move documentation to inline comments: GtkVScrollbar
Move documentation to inline comments: GtkVSeparator
Move documentation to inline comments: GtkVBox
Sweta Kothari (2):
Updated Gujarati Translations
Updated Gujarati translations
Theppitak Karoonboonyanan (4):
Updated Thai translation.
Updated Thai translation.
Updated Thai translation.
Updated Thai translation.
Timo Jyrinki (1):
One-line fix to a noticiable translation bug.
Tomas Bzatek (1):
search: update for tracker 0.8 API
Tomeu Vizoso (1):
Add a few more annotations to GtkIconTheme
Tommi Vainikainen (1):
Updated Finnish translation
Tor Lillqvist (9):
Remove unused functions and variables
Make the gdk/win32 event debug printing function non-static
Make more GdkAtom variables visible in all gdk/win32 files
Work on OLE2-based generic DND
Add copyright note and comment for merged old code
Make the OLE2 DND code selectable at run-time instead of compile-time
Add gdk_keymap_map_virtual_modifiers() implementation
Use correct processorArchitecture for x86_64 in manifest file
Check for __MINGW64__ and not __MINGW64
Torsten Schoenfeld (1):
[docs] Add some 'Since: 2.4' tags
Tristan Van Berkom (49):
Refixed patch for bug 612505.
Added missing break statement to mutator: gtk_tool_item_group_set_property()
Added missing default events in realize() implementations
Fixed possible devision by zero in size negotiations
Fixed GtkCellRendererText invalid pointer access.
Applied Jan Arne Petersen's patch for GtkScrolledWindow
Partially fixed GtkTreeview for extended layout
Fixed invalid pointer access in gtk_tree_view_column_get_desired_size()
Removed casing of GTK_IS_EXTENDED_LAYOUT() from GtkViewport.
Fixed extended layout implementors to not call ->get_desired_size() directly
Fixed internal native layout algorythm wrt size-request singals/implementations.
Refixed merge conflicts for GTK_WIDGET_MAPPED/GTK_WIDGET_VISIBLE
Making function private in gtktreeviewcolumn to pass the abi test.
Fixed GtkBox to not call get_desired_size() on a child when no child is present.
Changed initial values for requisition from -1 to 0.
Fixed do_size_request() to start with a 0 base requisition instead of -1
Fixed 2 bugs in gtk_box_size_allocate()
Revert "Implement extended layout for GtkBin"
Make GtkWidget a prerequisite of extended layout
Call the ->get_desired_size() method directly on the vtable
Fixed classes to call gtk_extended_layout_get_desired_size_again()
Remove gtk_widget_get_desired_size()
Add new GtkExtendedCell interface
Added GtkExtendedCell interface (last commit)
Added gtk_tree_view_column_get_desired_size() as its a corner case that does not fall under the two categories.
Use new gtk_tree_view_column_get_desired_size()
Implement GtkExtendedCell on GtkCellRendererText
Implemented GtkExtendedLayout on GtkViewport
Implement GtkExtendedLayout on Alignment
Implement GtkExtendedLayout on GtkButton
Some extended layout fixes for GtkCellView
GtkCellView refactoring for extended layout
Added gtk_cell_view_get_size_of_row() to gtk.symbols
Simplified code in GtkSizeGroup, fixes minimum natural size.
Added assertions
Deprecated gtk_widget_size_request and gtk_widget_get_child_requisition()
Implemented GtkExtendedLayout on GtkComboBox.
Fixed gtk_box_size_allocate() for homogeneous boxes
Fixed regression in GtkImage size requests
Reimplemented GtkExtendedLayout on GtkBin
Fixing height-for-width wrapping of GtkLabel
Added get_height_for_width/get_width_for_height implementation to GtkBox.
Adding tests ported over from the old branch by Matthias.
Fixed wrapping labels to show up correctly aligned inside their allocations.
Fixed warnings due to missing GTK_WIDGET (cellview) casting.
Added gtk_extended_layout_is_height_for_width()
Fixed gtkbin.c:parent_extended_layout_iface to be static.
Implemented gtk_extended_layout_is_height_for_width() and added another guess algorithm
Constrain the window to the minimum width for the natural height
Viktor Pracht (1):
[Annotations] Add array length for GtkTreeStore
Wouter Bolsterlee (1):
Dutch translation updated by Tino Meinen
Xandru Armesto Fernandez (4):
Updated asturian language
Updated asturian translations
Updated asturian translations
Updated asturian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]