[gtk+] Created tag 3.1.2



The unsigned tag '3.1.2' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Wed Apr 13 18:14:22 2011 -0400

    3.1.2

Changes since the last tag '3.0.2':

Abduxukur Abdurixit (1):
      Added UG translation

Alexander Larsson (186):
      [broadway] Copy X backend to broadway
      Remove event translators
      Remove X based dnd
      Remove X use from broadway backend
      [broadway] Keep track of all (toplevel) windows
      [broadway] Track dirty windows
      [broadway] Implement window translation
      [broadway] Send MAP/UNMAP events for impl windows
      [broadway] Rename X11 -> Broadway in all code
      [broadway] Import broadway lib
      Track last_surface properly
      [broadway] Copy regions on last_surface during translations too
      [broadway] Ensure gdk_ref_cairo_surface object can be destroyed
      [broadway] Fix up nvisuals handling
      [broadway] Initial hookup of broadway client
      Add broadway javascript and html part
      Add initial http server
      Add makerules to turn client.html and broadway.js into #include files
      Flesh out http server to handle client.html and broadway.js
      Don't put output on stdin, instead do it on http connection
      Initial sketch of websockets support
      Send mouse events from js
      [brodway] Don't send 0x0 deltas, they confuse the client
      [broadway] don't sync the root window
      [broadway] remove some spew
      [broadway] Initial work on mouse events
      Fix button numbers in events (starts with 1, not 0)
      Remove unneeded copy of region
      [broadway] Allow loading client.html as "/" only
      [broadway] Send event timestamps from client
      [broadway] clean up input sending js
      [broadway] Missed a place to use event time
      [broadway] Track window<->id mapping
      [broadway] Send and use canvas ids in events
      [broadway] Send diffs as bilevel rgba instead of true diff
      Fix some type warnings
      [broadway] Fix x/y mismatch in canvas position
      [broadway] Track last mouse position
      [broadway] Implement _gdk_windowing_window_at_device_position
      [broadway] Handle window moves
      [broadway] Fix up scrolling
      [broadway] Add realloc wrapper
      [broadway] Switch autocrop to smarter rectangle search
      [broadway] Add some fuzz to rectangle scanner
      [broadway] NULL out ref_surface on resize too
      [broadway] Implement window resize
      [broadway] Hack up window placement for demo
      Move global window list to per-display
      [broadway] Initialize masks to zero everywhere to avoid valgrind warnings
      [broadway] Fix warning in demo
      Rename BroadwayClient to BroadwayOutput
      [broadway] Keep track of the GSocketConnection for the output
      [broadway] Convert broadway.c to use glib stuff
      [broadway] Fix typo in assignment
      [broadway] Track errors in BroadwayOutput
      Handle output errors correctly
      Move event generation to gdkeventsource.c
      [broadway]  Fix warning
      [broadway] Avoid crash if mask is NULL
      [broadway] Remove old unused declarations
      Save current input request
      Move send_error up
      [broadway] Only open one websocket for input!
      [broadway] Handle errors in input nicer
      [broadway] Only allow one input session
      [broadway] Don't have mouse_in_toplevel point to hidden or destroyed window
      [broadway] Only change window positioning for toplevels not e.g. menus
      [broadway] Disable context menu so rmb works
      [broadway] Hook mousewheel scrolling
      [broadway] Don't return undefined counts in keymap calls
      [broadway] Add initial keyboard event support
      Merge branch 'master' into broadway
      [broadway] Update to the new drawable-less APIs
      [broadway] Remove unneeded _gdk_window_impl_get_type call
      [broadway] Remove unnecessary backend-specific function
      Merge branch 'master' into broadway2
      [broadway] Make broadway build with new gdk-backend setup
      [broadway] Remove all leftover _gdk_windowing_ functions
      [broadway] Remove unused input window stuff
      [broadway] Remove gdk_set_locale
      [broadway] Prefix internal functions with broadway
      [broadway] Remove unused grab_count from GdkBroadwayDisplay
      Merge branch 'master' into broadway
      [broadway] Update to new library name
      [broadway] Update to new GDK backend APIs
      Remove support for GDK_NATIVE_WINDOWS
      Merge branch 'gtk-3-0' into broadway
      broadway: Clean up protocol message writing a bit
      broadway: Add serial tracking and roundtripping
      broadway: Change input handling to use polling rather than async reads
      broadway: Call device vfunc to get device state
      broadway: Implement gdk_display_flush
      broadway: Break out websockets parsing and message processing
      broadway: Add _gdk_broadway_display_block_for_input
      broadway: Implement pointer query_status
      broadway: Move event coordinate calculation to browser side
      broadway: Fix up a bunch of js style issues
      broadway: Split out getPositionsFromAbsCoord from getPositionsFromEvent
      broadway: Get query_state window coords from browser side
      broadway: Fix typo that broke window hiding
      broadway: Add debug logging framework for js
      broadway: Remove debug code and fix whitespace issues
      broadway: Fix some window coordinate reporting issues
      broadway: Implement pointer grabs
      broadway: Fix time in ungrab
      broadway: Track button state
      broadway: Fix up grab events, its "mode" not "detail" we send
      broadway: Fix various typos in mouse button event reporting
      broadway: Report right coordinates on ungrab enter
      broadway: Make broadway port configurable with BROADWAY_DISPLAY
      broadway: Start windows transparent rather than black
      broadway: Fix undefined variable error in js
      broadway: Do copy rects with compositing mode "copy"
      broadway: Ensure we begin a path when clipping
      broadway: Implement gdk_broadway_device_window_at_position
      broadway: Don't crash if output is NULL
      broadway: double buffer window updates
      broadway: Fix flicker when resizing windows
      broadway: Use camelCase for all js code
      broadway: Fix up whitespace and indentation for js code
      broadway: Enable TCP_NODELAY for output socket
      Merge branch 'broadway'
      Ensure we always grab the gdk lock in async callbacks
      [broadway] Parse broadway input messages earlier
      [broadway] Save last event time seen
      [broadway] Make pointer grabs not roundtrip
      [broadway] Break out _gdk_broadway_display_read_all_input_nonblocking
      [broadway] Keep track of current real cursor window (sans grabs)
      [broadway] Add helper for processing input at idle
      [broadway] Track future pointer events locations during parsing
      [broadway] Add _gdk_broadway_display_consume_all_input
      [broadway] Don't roundtrip for getting current pointer location
      [broadway] Remove unused query pointer message
      [broadway] Track transient_for
      [broadway] Track window type in browser
      [broadway] Centralize surface creation code in js
      [broadway] Make the surface object a plain js object, not the context
      [broadway] Break out all command handling to separate functions
      [broadway] Remove unused grab.time on browser side
      [broadway] Break out document setup into its own function
      [broadway] Fixup ungrab reference to old time variable
      [broadway] Add experimental toplevel window mode
      [broadway] Add configure event for browser-side geometry changes
      [broadway] Report right root coors in toplevel mode
      [broadway] Wire up the delete event
      [broadway] Fix all unnecessary warnings
      [broadway] Report mouse pointer coordinates right
      [broadway] Track and report last and future state
      [broadway] Handle screen size
      [broadway] Fix typo in implicit grab support
      [broadway] Serialize event times
      [broadway] Add gdkbroadway.h public header
      [broadway] Fix up header guards to not refer to gdkx.h
      [broadway] Add gdk_broadway_display_get_last_seen_time
      Make gtkclipboard.c:clipboard_get_timestamp multi-backend safe
      [broadway] Remove unused hashtables
      [broadway] Implement selections
      [broadway] Enable useToplevelWindow by default for now
      [broadway] Use the right doctype for html5
      [broadway] Fix some typos in the js code
      [broadway] Add some initial work for in-window frames
      [broadway] Move window to top when moving
      [broadway] Fix up toplevel content visibility in useToplevel mode
      [broadway] Position non-popup windows ourselves
      [broadway] Make the toplevel mode a url parameter
      [broadway] Remove expensive transparency effects from css
      [broadway] Fix up frame size calculation
      [broadway] Fix css typo
      [broadway] Set transient-for before showing window
      [broadway] Store surface, not id in stackingOrder list
      [broadway] Restack on window show to ensure all zIndexes are right
      [broadway] Clean up js side surface handling
      [broadway] Correctly track remote visible state
      [broadway] Don't cache surface.transientToplevel as that might change at various times
      [broadway] Update window geometry after showing window
      [broadway] Parse x/y as signed
      [broadway] Use mozInnerScreenX & co to get window position
      [broadway] More complete handling of transient parent
      [broadway] When resyncing, first create all windows then set attributes
      [broadway] Always send configure events from browser
      [broadway] Add stacktrace debugging functions
      [broadway] Fix various js warnings
      [broadway] Combine window move and resize into one op
      [broadway] Fix typo
      [broadway] Fix canvas resize when resizing browser window
      [broadway] Cancel key events after seeing them

Alexander Shopov (2):
      Updated Bulgarian translation
      Updated Bulgarian translation

Amitakhya Phukan (2):
      Updated Assamese translations
      Updated Assamese translations

Andika Triwidada (1):
      Updated Indonesian translation of gtk+ properties

Aron Xu (4):
      Merge Simplified Chinese translation from branch gtk-3-0.
      Update Simplified Chinese translation.
      Revert "Update Simplified Chinese translation." it commits po-properties translations to po.
      Update Simplified Chinese po-properties translation.

Ask H. Larsen (3):
      Updated Danish translation
      Updated Danish translation
      Updated Danish translation

Bastien Nocera (1):
      notebook: Don't set notebook style with hidden tabs

Benjamin Otte (49):
      x11: Copy from actual window, not parent
      gdk: Add GDK_RENDERING environment variable
      gdk: Use CAIRO_OPERATOR_SOURCE when painting double-buffered buffer
      gtk: Queue a resize after state changes
      paned: Remove unused variable
      style: Move private function into private header
      widget: Queue a resize when setting widget to insensitive.
      widget: Fix typo in docs
      widget: Don't override state data when recursing to children
      gtk: Make region argument to gtk_widget_queue_draw_region() const
      dnd: Use G_N_ELEMENTS()
      widgetpath: Sanitize pos argument for iters correctly
      gtk: Reset children styles when changing name
      Revert "Ensure GtkWidget::style-updated is emitted before first size negociation"
      widget: Don't create the style context if not necessary
      widget: Reshuffle code for style context getter
      notebook: Only reset style on tab labels when it actually changes
      combobox: Don't set the menu's name twice
      widget: Widgets always have a style, so no need to check for NULL
      widget: Use a priv variable
      docs: Make clear that gtk_widget_set_style() does not do anything
      widget: Don't call gtk_style_attach() and gtk_style_detach() anymore
      widget: Create the widget's style lazily
      widget: Emit initial style-set signal in the same situations as GTK2
      API: Add gtk_widget_path_to_string()
      widget: Call the non-deprecated function
      widget: Don't duplicate style context updates
      widget: Update path unconditionally in gtk_widget_reset_style()
      widget: Don't invalidate style context in its invalidate callback
      widget: Only reemit style-set signal after gtk_widget_get_style()
      docs: Fixes for icon renaming
      docs: Update the drawing model description for GTK 3
      tracker: Include gdk.h
      progressbar: remove needless is_drawable() check before queue_resize()
      tests: Make test_init() not check for gdk-pixbuf anymore
      label: Add internal gtk_label_get_measuring_layout() and use it
      label: Don't recreate the layout just for measuring
      label: Remove unused boolean argument from ensure_layout()
      label: Add optimization for a common special case
      label: Only get font metrics if we have to
      label: Factor out layout size setting into a separate function
      label: Move function to a better location
      label: Factor out layout size measuring into its own function
      label: Move ellipsized layout width computation
      label: Don't create the layout in size_allocate() if not needed
      label: Add another special case for measuring
      label: Remove dead code
      widget: Get rid of parent_sensitive flag
      widget: Propagate the right states to the widget when setting the parent

Bruce Cowan (2):
      Updated British English properties translation
      Updated British English translation

Bruno Brouard (1):
      Updated French translation

Carlos Garcia Campos (4):
      themingengine: Use render_background_internal() to render handle background
      gtkentry: Add hinting to GtkEntry
      gail: Implement AtkObject::get_attributes() in GailEntry
      gtk-demo: Add placeholder text to search entry demo

Carlos Garnacho (9):
      cssprovider: return immediately if there's remaining data behind a parsed value
      cssprovider: plug two more leak fixes
      cssprovider: Reset the scope before skipping to the next rule after an error happens.
      gtksettings: plug a leak
      Ensure GtkWidget::style-updated is emitted before first size negociation
      theming: Avoid boxed struct copies throughout the default engine
      theming: Implement non-uniform border-width in the theming engine.
      theme: Fix prelight on selected rows' expanders
      GdkDevice: Remove duplicate private function

Changwoo Ryu (2):
      Updated Korean translation
      Updated Korean translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation (Hong Kong and Taiwan)

Chun-wei Fan (2):
      Update README.win32
      Update VS property sheet

Claude Paroz (1):
      Updated French translation of po-properties

Cosimo Cecchi (31):
      stylecontext: add a raised style class
      notebook: add an 'initial-gap' style property
      paned: don't set the "pane-separator" style class to all the container
      notebook: make GtkNotebook respect the focus-padding style property
      broadway: fix a build warning
      widget: reset widget style after applying style classes from GtkBuilder
      range: allow stepper-spacing > 0 and trough-under-steppers = TRUE
      styleproperties: don't force replacing the font description
      stylecontext: add an inline-toolbar style class
      filechooser: add the inline-toolbar style class to the bottom toolbar
      stylecontext: add a sidebar style class
      treeview: add the separator style class to the tree view separator lines
      notebook: don't forget to reset the style after setting show-tabs
      switch: fix boundaries for the switch motion
      radiobutton: build the new state flags from the previous flags on click
      radiobutton: exclude states we set manually from the previous state
      filechooserdefault: fix a build warning
      themingengine: don't hardcode white to draw insensitive labels shadow
      Revert "styleproperties: don't force replacing the font description"
      gtksettings: unset attributes set to normal from font description
      switch: hardcode a smaller font size for the switch label
      calendar: make sure to call gtk_style_context_restore()
      separator: call gtk_style_context_restore() after drawing
      themingengine: don't set a line width before saving the cairo context
      button: make gtk_button_get_props() return the padding too
      button: don't use the border values for padding
      combobox: don't add the button style class to the whole widget
      combobox: don't use the border as a padding
      combobox: allocate the right border to the arrow and not to the label
      combobox: rename border->padding for code clarity
      combobox: always give the full allocation to the button in menu mode

Dan Winship (3):
      GdkDeviceManagerXI2: process send_event core events
      GdkDeviceManagerXI2: don't set user_time on ButtonRelease
      gtk_window_present_with_time: fix when window is not initially visible

Daniel Korostil (3):
      Uploaded Ukranian
      Uploaded Ukranian
      Uploaded Ukranian

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (4):
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation

Djavan Fagundes (1):
      Updated Brazilian Portuguese translation

Duarte Loreto (1):
      Updated Portuguese translation

Erdal Ronahi (2):
      Updated Kurdish translation
      Updated Kurdish translation

Federico Mena Quintero (4):
      [filechooser] Don't add extra ref to file, as it it comes from gtk_tree_model_get()
      [filechooser] Don't leak a GFile
      [filechooser] Unref cancellables we got from the model, not the ones that come into the callback
      [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get()

Florian Müllner (2):
      window: Export theme variant to X11
      window: Use settings from screen rather than default

Fran Diéguez (1):
      Updated Galician translations

Friedel Wolff (1):
      Update translation for Afrikaans (af)

Frédéric Péters (1):
      Update properties POTFILES

Gabor Kelemen (3):
      Updated Hungarian translation
      Updated Hungarian translation
      Updated Hungarian translation

Gabriel F. Vilar (1):
      Updated Brazilian Portuguese translation

Garrett Regier (2):
      Free the motion hint infos in GdkDisplay
      Fix leaking calls to gdk_device_manager_list_devices()

George Stefanakis (1):
      l10n: Updated Greek translation for gtk+

Gil Forcada (1):
      [l10n]Updated Catalan translation

Gintautas Miliauskas (1):
      Updated Lithuanian translation.

Jamil Ahmed (1):
      Updated Bengali translation

Jasper St. Pierre (2):
      gdkkeyuni: Fix DEL for binary search
      Don't only use ch != 0 to check if a character is a control char.

Javier Jardón (26):
      Move documentation to inline comments: GtkImageMenuItem
      Move documentation to inline comments: GtkMisc
      Move documentation to inline comments: GtkCellRendererProgress
      Move documentation to inline comments: GtkInvisible
      Move documentation to inline comments: GtkHPaned
      Move documentation to inline comments: GtkCellRendererToggle
      Move documentation to inline comments: GtkFontButton
      Remove unneded template: gtkimcontext.sgml
      Move documentation to inline comments: GtkHScrollbar
      Move documentation to inline comments: GtkCellRendererAccel
      Move documentation to inline comments: GtkHScale
      Move documentation to inline comments: GtkFileChooserWidget
      Move documentation to online comments: GtkCellRendererSpin
      Move documentation to inline comments: GtkHSeparator
      Move documentation to inline comments: GtkCellRendererCombo
      Move documentation to inline comments: GtkCellRendererPixbuf
      Move documentation to inline comments: GtkTearoffMenuItem
      Move documentation to inline comments: GtkFrame
      Move documentation to inline comments: GtkHButtonBox
      Move documentation to inline comments: GtkStatusIcon
      Move documentation to inline comments: GtkTable
      Move documentation to inline comments: GtkCheckButton
      Move documentation to inline comments: GtkCheckMenuItem
      Move documentation to inline comments: GtkClipboard
      docs: Fix a typo: gtk_style_get_context -> gtk_style_has_context
      Move documentation to inline comments: GtkColorSelectionDialog

John (J5) Palmieri (1):
      [gi] add Virtual annotation for gtk_container_forall vfunc

John Ralls (1):
      Finish making the GtkSettings object identical on all backends so that it doesn't assert on non-X11 backends

Jordi Serratosa (2):
      [l10n]Fixes on Catalan translation
      [l10n]Fixes on Catalan translation

Juan Pablo Ugarte (2):
      * gtk/gtktreeselection.c:        Added missing GtkTreeSelection:mode property.        Closes bug #645960 "GtkTreeSelection has no property to set mode"
      Added GtkEntry:completion property

Klemen Košir (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Kristian Høgsberg (45):
      Add Wayland backend
      Dont iterate the display if there's nothing to write
      Remove copy of grab enum that's now in wayland core
      Create and attach buffer at process_updates time
      Invalidate window on configure
      Implement GdkKeymap using libxkbcommon
      Hook up xkb_keysym_to_string and xkb_string_to_keysym
      Remove leftover _gdk_windowing_set_cairo_surface_size()
      Clean up buffer handling a bit
      Track 2.99.3 API changes
      wayland: Use wayland-egl
      wayland: Support setting cursors
      wayland: Consolidate device and devicemanager implementation
      wayland: Clear modifier mask before restoring from keyboard_focus value
      wayland: Handle blank cursor
      wayland: Actually return device in _gdk_wayland_device_get_device()
      wayland: Copy translate_keyboard_string() form x11 backend
      wayland: Pretend selection works, print debug message
      wayland: Set event screen
      wayland: Use GDK_NOTE for logging event debug messages
      wayland: Unref the keyboard focus surface when losing keyboard focus
      wayland: Fix indentation
      wayland: Send visibility event after map
      wayland: Return surface coordinates and mask in window_at_position
      gtkwidget: Only call X GDK functions when the window is an X window
      wayland: Add a few more cursors
      wayland: Adjust the hw keycode in key events for min_key_code
      wayland: Copy gdk_wayland_keymap_translate_keyboard_state from X11 backend
      wayland: Port over missing xkb functionality from X11 backend
      wayland: Keep a reference to the surface we last attached
      wayland: Fix hiding and withdrawing surfaces
      wayland: Remove some fprintf debug messages
      wayland: Fix resizing from other corners than just botton-right
      wayland: Drop GdkToplevelWayland and gdkwindow-wayland.h
      wayland: Drop empty gdkscreen-wayland.h
      wayland: Trim some unused struct fields
      wayland: There's only one screen
      wayland: Remove window cursor hash
      wayland: Only set x, y, and modifiers if the pointers are non-NULL
      wayland: Map transient surfaces as such
      Merge remote-tracking branch 'origin/master' into gdk-backend-wayland
      wayland: Add another cursor (left-ptr)
      wayland: Add modifier masks for meta, hyper and super keys
      Merge branch 'gdk-backend-wayland'
      wayland: Remove non-existing gdkscreen-wayland.h from SOURCES

Kristian Rietveld (1):
      Include gdkquartz.h so GDK_IS_QUARTZ_SCREEN is actually defined

Lucian Adrian Grijincu (1):
      Updated Romanian translation

Marek Kasik (1):
      Check whether a resolution has been set in GtkPrintSettings

Mario Blättermann (3):
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German translation

Matthias Clasen (67):
      Bump version
      GtkAboutDialog: keep toggle button state in sync
      Formatting fixes
      Fix annotations for gtk_accelerator_parse
      Add annotations to gtk_window_get_position
      Make gdk_keyval_to_unicode return more codes
      Fix portability issues in configure
      Make selectable labels work again
      GtkGrid: Add forgotten RTL flipping
      Make GtkWidget::halign RTL-save
      Call _exit instead of exit from X error handlers
      Fix some refcounting issues in the print dialog
      GtkAppChooserButton: avoid some leaks
      Keymap: properly initialize lock state
      Make gdk_x11_window_set_theme_variant do nothing for non-toplevels
      GtkColorButton: Don't leak references
      Avoid a warning out of the print dialog
      Fix some possible crashes if the default display is NULL
      Free the translate queue when closing a display
      GtkWindow: rearrange private struct to fill some holes
      GdkCursor: Struct packing improvements
      GdkDisplay: Struct packing improvements
      GdkWindow: Struct packing improvements
      GdkScreen: Struct packing improvements
      GdkX11DeviceXI: Struct packing improvements
      GdkX11DragContext: Struct packing improvements
      GdkX11Screen: Struct packing improvements
      GdkWindowImplX11: Struct packing improvements
      GtkAccelLabel: Improve struct packing
      GtkAppChooserButtonPrivate: Improve struct packing
      GtkAppChooserWidgetPrivate: Improve struct packing
      GtkBoxPrivate: Improve struct packing
      GtkButtonPrivate: Improve struct packing
      GtkCellAreaBoxPrivate: Improve struct packing
      GtkCellRendererAccelPrivate: Improve struct packing
      GtkCellRendererPixbufPrivate: Improve struct packing
      GtkCellRendererTextPrivate: Improve struct packing
      GtkCellViewPrivate: Improve struct packing
      GtkEntryBufferPrivate: Improve struct packing
      GtkIconThemePrivate: Improve struct packing
      GtkIconViewPrivate: Improve struct packing
      GtkImagePrivate: Improve struct packing
      GtkLabelPrivate: Improve struct packing
      GtkListStorePrivate: Improve struct packing
      GtkMenuItemPrivate: Improve struct packing
      GtkNumerableIconPrivate: Improve struct packing
      GtkPanedPrivate: Improve struct packing
      GtkProgressBarPrivate: Improve struct packing
      GtkRangePrivate: Improve struct packing
      GtkScrolledWindowPrivate: Improve struct packing
      GtkSpinButtonPrivate: Improve struct packing
      GtkStyleContextPrivate: Improve struct packing
      GtkTextBTreeNode: Improve struct packing
      GtkTextBufferPrivate: Improve struct packing
      GtkTextViewPrivate: Improve struct packing
      GtkToolbarPrivate: Improve struct packing
      GtkToolItemPrivate: Improve struct packing
      GtkToolItemGroupPrivate: Improve struct packing
      GtkTreeModelFilterPrivate: Improve struct packing
      GtkWidgetPrivate: Improve struct packing
      Fix a link in README
      Updated NEWS
      GtkMenuShell: always 'activate' menu shells
      Add a bug ref
      Add new symbols to the docs
      Add new symbols
      Fix make dist in gdk/broadway

Michael Kotsarinis (1):
      l10n: Updated Greek translation for gtk+

Michael Natterer (3):
      Bug 643805 - Allow GtkExpander to resize the toplevel upon expanding/collpasing
      configure: bump version to 3.1.0
      gtk: add "Since: 3.2" to gtk_widget_path_to_string()

Miroslav NikoliÄ? (1):
      Updated Serbian translation

Olav Vitters (1):
      Add DOAP file

Paolo Borelli (2):
      Do not leak list when drawing notebook.
      Small cleanup in statusbar

Petr Kovar (2):
      Update Czech translation
      Update Czech translation

Piotr DrÄ?g (1):
      Updated LINGUAS

Rajesh Ranjan (2):
      hindi updated
      hindi updated

Rodolfo Ribeiro Gomes (1):
      Updated Brazilian Portuguese translation

Ryan Lortie (1):
      GtkStatusIcon: support fixed-sized icons

Takayoshi OKANO (1):
      Updated Japanese translation.

Tristan Van Berkom (10):
      Fixed GtkTreeModel::row-deleted documentation
      Fixed GtkTreeModel::row-deleted documentation
      Fixed gdk_window_beep() to pass the toplevel instance to the toplevel's implementation vfunc.
      Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
      Reduce memory consumption of the size request cache.
      Cache heights-for-range-of-widths instead of height for every width.
      Fixed possible segmentation fault while freeing size request caches.
      Fixed warning catch in gtk_window_compute_hints().
      Fixed bug in GtkSizeRequest code where the cache is not reset properly
      Fix some crashes caused by unimplemented functions in GdkOffscreenWindow

William Jon McCann (2):
      set initial pane position
      filechooser: use the sidebar style class for the file chooser sidebar

Wouter Bolsterlee (1):
      Updated Dutch translation by Wouter Bolsterlee

Yuri Kozlov (3):
      Updated Russian translation
      Updated Russian translation
      Updated Russian translation

Yuri Myasoedov (1):
      Revert "Updated Russian translation"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]