[gtk+] Created tag 3.1.6a
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Created tag 3.1.6a
- Date: Mon, 13 Jun 2011 12:03:39 +0000 (UTC)
The unsigned tag '3.1.6a' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Mon Jun 13 08:02:44 2011 -0400
This is the 3.1.6.
I messed up the first time around and forgot to bump the version.
Changes since the last tag '3.1.4':
Alexander Saprykin (1):
gtkeditable.c: Remove unused variable in example code
Bastien Nocera (1):
gdk: Update keysyms list from latest X.org headers
Benjamin Otte (276):
arrow: Don't include padding in computation of alignment
reftests: Actually add toplevel vs popup testcase
reftests: Add misc-alignment test to Makefile
reftests: Modify test to ensure identical output
reftests: Add CSS file for alignment test
paned: Create a GDK window for every child
paned: Ensure children aren't underallocated
reftests: Add test for undersized children of GtkPaned
paned: Be careful about showing windows
themingengine: Set current point to 0,0 when rendering rotated layout
reftests: Add a test for the label fix
reftests: Add a shell script to create tests
cssprovider: Store cssprovider in scanner's user data
cssprovider: Add a function for signalling errors
API: gtk: Add gtk_symbolic_color_to_string()
gtk: Add _gtk_animation_description_to_string()
API: Add gtk_gradient_to_string()
API: gtk: Add gtk_css_provider_to_string()
cssprovider: Ignore empty rules
tests: Add a test for the CSS parser
tests: Add two simple css tests
tests: Add CSS test checking that we don't need a semicolon
cssprovider: Automatically add final closing bracket to last rule
tests: Add test for auto-closing at end of file
cssprovider: Have a private error variable
cssprovider: Provide better API to set errors
cssprovider: Handle errors completely via new error functions
API: cssprovider: Make error a signal
API: cssprovider: Add more error codes
cssprovider: Change declaration parsing for error reporting
cssprovider: use INVALID_SYNTAX for unexpected token error
tests: Change the way the code does diffs
tests: Check errors in css test
tests: Make CSS parser pass NULL as error.
cssprovider: Remove scanner_report_warning() function
cssprovider: Remove now useless variables
css: Overhaul value parsing
test: Add a bunch of default properties to the CSS parser
tests: (Try to) print the actual enum value in the errors file
cssprovider: Don't fail with invalid syntax when parsing a value
tests: Add test for booleans to CSS tests
tests: Add CSS integer parsing tests
cssprovider: Rework declaration parsing loop
cssprovider: Clean up declaration parser to conform to more tests
tests: Add new test checking weird behavior for declarations
tests: Add a test for border parsing
tests: Make css-parser test take files as argument
cssprovider: No need to set user data anymore
cssprovider: Pass the scanner explicitly to parse_stylesheet()
cssprovider: Add a custom gtk_css_scanner_destroy() function
cssprovider: Add a private structure to the scanner
cssprovider: track state in the scanner
cssprovider: Update the scope modifying functions
cssprovider: Pass scanner argument explicitly to error functions
cssprovider: Use scanner variable instead of priv->scanner
cssprovider: Store current properties and selectors in scanner
cssprovider: No need to restore after @import parsing
cssprovider: Emit a g_warning() when a css file is erroneous
cssprovider: Do error handling differently
cssprovider: Keep track of passed in error differently
cssprovider: Get rid of gtk_css_provider_reset_parser()
cssprovider: Don't store scanner in the struct
cssprovider: Move properties to scanner constructor
cssprovider: Keep base url in the scanner
tests: Order files by name before adding them as tests
cssprovider: Add a load_internal function that all loads chain to
cssprovider: More error handling into load_internal()
cssprovider: Introduce gtk_css_provider_take_error_full()
cssprovider: Make load_internal() load the contents
cssprovider: Make @import use the new load_internal() func
cssprovider: Reimplement gtk_css_provider_load_from_path()
cssprovider: Don't fail if an import doesn't work
cssprovider: Allow storing the parent stylesheet
cssprovider: Add recursion checks for @import
cssprovider: Parse strings as identifiers when parsing property values
cssprovider: Add support for strings
cssprovider: Don't hardcode strings anymore
tests: Add test for recursively importing an identical file
tests: Add tests for cyclic imports
tests: Add a test for importing nonexistant files
css: Rewrite the parser
tests: Make the parser fail without assertions
tests: Add parsing test from the css spec
tests: Add another parsing test from the css spec
tests: Add test that ensures we properly parse the color red
tests: Be more verbose in error messages.
cssprovider: Remove a bunch of commented-out code
css: Rewrite selectors
css: No more special code for regions
tests: Add a test for all selector combination
tests: Add a test to ensure we handle unknown pseudo-classes correctly
reftests: Add test to check that matching by type works
reftests: Add a test for matching by subtype
reftests: Add a test for matching by name
reftests: Add a test for matching by class
css: Raised SYNTAX error when enum value can't be parsed
tests: Add a test for enum values
reftests: Add a check for matching regions only once
reftests: Unset background-image in CSS of test
reftests: Add a test that checks that * matches regions
reftests: Add a test for descendant CSS selectors match
reftests: Add a test ensuring selectors don't match children
css: Don't query type for regions
cssprovider: Speed up gtk_widget_style_get() property lookups
API: Add API to set style properties to be inherit
styleproperties: Mark "color" and "font" as inherit
cssprovider: Simplify code
css: Make _gtk_css_selector_matches() take a path length
styleproperties: Use the pspec as the hash table key
styleproperties: Speed up style_property_lookup()
styleproperties: Speed up by not optimizing
css: Refactor code to do property lookups earlier
reftests: Check style property order
css: Implement inherit properties
cssprovider: Rename "SelectorStyleInfo" to "Ruleset"
cssprovider: Refactor code to have a gtk_css_ruleset_matches()
cssprovider: Refactor handling of rulesets
cssprovider: Add a new setter for rulesets
cssprovider: Keep two hash tables per ruleset
cssprovider: Cache if rulesets have inheritable style properties
symboliccolor: Allow props == NULL when resolving
cssstringfuncs: Read colors as symbolic colors always
css: Move binding set parsing to strfuncs
css: Make property parsing functions take a css parser
cssprovider: Don't propagate deprecation messages to passed-in error
cssprovider: When loading themes, don't pass in an error
keys.css: Remove semicolons at end of rules
mac keys: Add a missing semicolon
tests: Add missing CSS test
menu: Only realize menu if it isn't realized yet
docs: Add missing <row>
tests: Add forgotten file
styleproperties: Rename the storage struct for style pspecs
styleproperties: constify gtk_style_property_lookup()
styleproperties: Init the default properties when they're needed
styleproperties: Class ref no longer necessary
styleproperties: Put gtk_style_property_lookup() in private header
cssprovider: Use _gtk_style_property_lookup()
stringfuncs: Remove _gtk_css_parse_url() from header
css: Rename gtkcssstrfuncs file to gtkstyleproperty
styleproperties: Move the style property handling code
styleproperties: Adapt _gtk_style_properties_peek_property()
styleproperties: Use peek_property in get_property
styleproperties: Remove needless check
styleproperties: Validate values when setting them
styleproperties: Use peek_property() in get_valist()
styleproperties: Add _gtk_style_properties_set_property_by_property()
stylepropertis: Use set_by_property() in set_valist()
style: Add support for shorthand properties
style: Convert border-width to a shorthand
tests: Add parser test for shorthands
label: Account for y-translation when rotating
themingeninge: Handle translations properly
shadow: Redo shadow implementation for rotations
reftests: Add label-shadows test
reftests: Add a reftest to check shorthands do work
reftests: sort EXTRA_DIST in Makefile
style: Make padding a shorthand
style: Make margin a shorthand
cssparser: Fix typo where we used "uint" for a type
window: Only draw resize grip if its window exists
cssprovider: Use right hash table when printing
cssprovider: Don't convert widget style properties to CSS
tests: Add simple CSS test for widget style properties
paned: More fixes to keep windows in sync with widgets
menu: Realize window before positioning
menuitem: Position submenus properly
menuitem: Fix copy/paste error
styleproperty: Fix memleak in unpacking code
menuitem: Remove unused variable
widgetpath: Make includes absolute
css: Constify path argument to _css_selector_matches()
tests: Make forcing of class registers work without gcc warnings
tests: Remove unused variables
gtk-demo: Remove unused variable for text tags
gtk-demo: Don't store anchor in an unused variable
docs: Remove unused variables in shooter example
button: Remove unused variables
treeview: Remove unused variables
styleproperties: Remove unused priv variables
liststore: Replace macro with an inline function
tests: Make variable const to silence gcc
notebook: Include arrow size in tab size computation
notebook: Remove uneeded function declaration
notebook: Compute tab width in a simpler way
notebook: Split out tabs size computation into its own function
notebook: Rewrite size request function for wfh
notebook: Implement height_for_width and width_for_height getters
API: Add gtk_widget_path_append_for_widget()
API: Change semantics of gtk_container_get_child_path()
reftests: Test new pseudo-class support in GtkBox
css: Change to_string() to print()
styleproperty: Change _css_value_to_string()
css: Rename struct variable
css: Rename function to _gtk_style_property_parse_value()
css: Move property parsing into styleproperty file
styleproperty: Rename ParseFunc and PrintFunc typedefs
styleproperty: Allow passing in a parse func and a print func
styleproperty: Make keybindings use custom parse/print functions
styleproperty: Add a helper function for printing doubles
css: Add all border-radius properties
themingengine: Add support for the border-radii
widgetpath: Make structure refcounted
widgetpath: Use ref/unref in boxed function
widgetpath: Factor out the element copy function
docs: Fix typo
API: Add support for siblings to widget paths
box: Only emit pack-type notify if the pack type really changed
box: Add support for siblings in widget paths of box children
css: Match pseudo-classes for siblings
stylecontext: Don't crash when colors are "none"
css: We want to unescape backslashes, not slashes
css: Don't infloop when resyncing over a slash
tests: Add CSS test for the last two bugs
reftests: Add a reftest setting all colors to "none"
box: Add RTL support for sibling paths
tests: Add a cute demo and test app for the new box css
cssprovider: Remove colors when resetting
tests: Add a test for border-radius handling
styleproperties: use property, not pspec as key
styleproperty: Move default value setting to styleproperty.c
tests: Add tests for font-family
styleproperty: Factor out the string print function
css: Make font property a shorthand
themingengine: Improve junction handling code
stylecontext: Implement the color getters using the regular API
styleproperty: Add _gtk_style_property_is_inherit()
styleproperties: Rename enum value
styleproperty: Add flags
styleproperty: Use the new flags for inheritance
Revert "API: Add API to set style properties to be inherit"
styleproperty: Move resolving code
docs: There is no font-name style property
Revert "css: Make font property a shorthand"
paned: Properly hide panes that were set to invisible
widget: Update the font at the right place
toolpalette: Remove composite support
gdk: Don't set backgrounds on input-only windows
gdk: Make background changes queue a repaint
borderimage: No need to resolve
border-image: Don't use NEAREST filtering
border-image-repeat: Fix order of hrepeat and vrepeat
border-image: Redo border-image rendering
reftests: Add border-image-repeat
themingengine: Don't modify pattern
reftests: ADd test for overlapping border-image slices
gail: Remove unreachable code
gail: Fix scrollbar index_in_parent() implementation
gail: Fix for new box handling
testgtk: Fix deprecation
testtreeview: Don't use deprecated classes to make things interesting
cups: Fix unused variable warning when not using colord
reftests: Remove unused file from EXTRA_DIST
themingengine: Remove unnecessary optimization
themingengine: background applies to full border
reftests: Add background-area reftest
themingengine: remove unused variable
themingengine: Get rid of extra variables
gtk: Add GtkRoundedBox
themingengine: Do pattern merging smarter
themingengine: Use GtkRoundedBox for drawing backgrounds
themingengine: Draw border with GtkRoundedBox
styleproperty: Parse shadow options in any order
themingengine: Render inset box shadow on top of backgrounds
reftests: Add a test for inset box-shadow
styleproperty: Add a default value func for border-image-width
styleproperty: Fall back to default values, instead of recursing
reftests: Add reftest for unresolvable properties
styleproperty: Resolve NULL RGBAs to pink
roundedbox: Handle shrinking to zero
themingengine: Fix inset/outset drawing
themingengine: Reduce border to 0 on hidden sides
themingengine: Add magic to draw inset/outset properly
default theme: fix tooltip colors
default theme: fix menuitem selections
default theme: Fix menuitem check/radio colors
Carles Ferrando (2):
[l10n]Updated Catalan (Valencian) translation
[l10n]Updated Catalan (Valencian) translation
Carlos Garnacho (13):
button: Fix typo in keyboard grab's evmask
gdk: Move XGetEventData() call to GdkEventSource
gdk: Add _gdk_x11_event_translator_get_window()
gdk: Get the right filter window for XI2 events
gdk: Document gdk_window_add_filter()+XGenericEvents behavior
gdk: do not fallback to event->xany.window in GdkEventTranslator
configure: Check for XGetEventData()
gtkcssprovider: Use g_slice_dup() to copy GValues around
gtkstyleproperties: zero GValue out before using G_VALUE_COLLECT_INIT()
gtkstyleproperty: Plug two leaks
gtkcssprovider: plug several leaks
gtkcssprovider: Free shorthand border GValues in the right place
xi2: Handle XIM modules that replace events
Chun-wei Fan (2):
Update Visual C++ README.txt
Update Windows Resource template information
Colin Walters (2):
gdk_display_get_pointer: Screen out parameter is (transfer none)
Explicitly declare internal reserved bits in GdkModifierType
Cosimo Cecchi (46):
all: avoid boxed structs copying where possible
menu: don't use the border as a padding value
raleigh: clear up menu handling in the fallback CSS
treeview: render a frame around the rows, after drawing their background
treeview: don't arbitrairly add 2 to the expander size
reftests: Check that inherited properties work
assistant: remove an useless gtk_widget_reset_style() call
assistant: pack the sidebar in a frame instead of an event box
shadow: add a GtkShadow private type
css: add a parser for GTK_TYPE_SHADOW properties
styleproperties: add a "text-shadow" style property
styleproperties: resolve properties of type GTK_TYPE_SHADOW
shadow: add a method to paint the shadow for a PangoLayout
themingengine: use the text-shadow property to render text shadow
gtk-demo: don't use a non-existent icon name
lockbutton: ensure the lock symbolic icon is rendered 16x16px
border-image: change Gtk9Slice to GtkBorderImage
styleproperty: turn border-image into a shorthand property
reftests: add reftests for border-image with gradient and url sources
border-image: ensure image->resolved is set when resolving the gradient
docs: expand the docs for border-image
border-image: don't cache the cairo_surface_t in GtkBorderImage
border-image: move private types to gtkcsstypes.c
border-image: don't try to unpack values from a NULL border-image
spinbutton: don't remove the entry style class while rendering arrows
spinbutton: don't render an additional background below arrows
border-image: fix a horizontal/vertical index typo
styleproperties: add an 'icon-shadow' style property
shadow: add _gtk_icon_shadow_paint()
themingengine: add gtk_theming_engine_render_icon()
themingengine: use cairo image surfaces to render state effects
stylecontext: add gtk_render_icon()
image: use gtk_render_icon()
cellrendererpix: use gtk_render_icon()
entry: use gtk_render_icon()
stylecontext: add an "image" style class
entry: use GTK_STYLE_CLASS_IMAGE when rendering the entry icon
entry: use the current state when rendering symbolic icons
shadow: render icon-shadow for spinners
border-image: add support for border-image-width too
cellrendererpix: make the icon render properly again
border-image: unpack the GtkGradient if there's one
shadow: add _gtk_box_shadow_render()
styleproperty: register the box-shadow property
cssprovider: add a doc paragraph about box-shadow
themingengine: set the right coordinates for the rounded box rect
Daniel Drake (1):
gtkdnd: Don't bind/unbind keycodes that couldn't be determined
Daniel Mustieles (2):
Updated Spanish translation
Updated Spanish translation
Diego Celix (18):
gtk/gtkstatusbar: gtk_misc_set_alignment replacing
gtk/gtkfilechooserbutton: gtk_misc_set_alignment
gtkcustompaperunixdialog: gtk_misc_set_alignment
gtk/gtknotebook: gtk_misc_set_alignment replacing
gtk/gtkcolorsel: gtk_misc_set_alignment replacing
gtk/gtkmenuitem: gtk_misc_set_alignment replacing
gtk/gtkradiomenuitem: gtk_misc_set_alignment
gtk/gtkmountoperation: gtk_misc_set_alignment
gtk/gtkmessagedialog: gtk_misc_set_alignment
gtkcellrendereraccel: gtk_misc_set_alignment
gtkfilechooserdefault: gtk_misc_set_alignment
gtkpagesetupunixdialog: gtk_misc_set_alignment
gtkprintbackend: gtk_misc_set_alignment replacing
gtkprintunixdialog: gtk_misc_set_alignment replace
gtk/gtkassistant: gtk_misc_set_alignment replacing
gtk/gtkfontsel: gtk_misc_set_alignment replacing
gtkprinteroptionwidget: gtk_misc_set_alignment
gtktoolitemgroup: gtk_misc_set_alignment replacing
Florian Müllner (1):
configure: Fix build of pixbuf-demo
Fran Diéguez (1):
Updated Galician translations
Friedel Wolff (1):
Fix two small translation bugs
Ignacio Casal Quinteiro (2):
textview: do not destroy the layout in unrealize
overlay: add initial version of gtkoverlay
Javier Jardón (30):
tests: avoid boxed structs copying where possible
all: avoid boxed structs copying where possible (and 2)
configure.ac: Use AS_HELP_STRING instead deprecated AC_HELP_STRING
gtkaccelgroup.c: Do not use GET_PRIV macro
gtkaccellabel: Do not use GET_PRIV macro
Replace gtk_misc_set_padding() with GtkWidget:margin properties
gtkwidget: Move private functions to private header
gtkbutton: Move private functions to private header
gtkcontainer: Move private functions to private header
docs: building: gz is not used anymore, but xz instead
docs:building: re-order list of dependencies
docs: dependencies: Split the list of dependencies
docs: building: Update links to the location of tarballs
docs: building: Update links to the location of tarballs
docs: building: Fix links to the location of tarballs
gail: use const instead G_CONST_RETURN
gail/tests: Use const instead G_CONST_RETURN
docs: Make "migrating to GtkStyleContext" a separate chapter
gail: Use GdkRGBA instead GdkColor
gtk[h/v]box: Recommend the use of GtkGrid.
gtk: Clean some includes
docs: Improve crossreferences
gdk: Use const instead G_CONST_RETURN
docs: Do not use G_CONST_RETURN
gtk: Use const instead G_CONST_RETURN
gailtextcell: Fix typo
gtk.symbols: Add missing api
gtk-demo/colorsel.c: Do not use GtkAlignment
tests: use GdkRGBA instead GdkColor
configure.ac: Use aux directory to store autogenerated files
John Stowers (1):
Add missing gtk_widget_override_* annotations
Jorge González (4):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Juan Pablo Ugarte (1):
Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT properties"
Kazuki Iwamoto (1):
Avoid a crash in gtk_im_context_ime_reset
Kjartan Maraas (2):
Updated Norwegian bokmål translation
Updated Norwegian bokmål translation
Kjell Ahlstedt (1):
bgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
Klemen Košir (1):
Updated Slovenian translation
Kristian Høgsberg (1):
wayland: Track wayland API changes
Kristian Rietveld (2):
quartz: fix a typo
quartz: actually register gdk_quartz_display_dispose
Kristjan SCHMIDT (1):
Updated Esperanto translation
Marc-André Lureau (1):
build: fix win32 configure checks
Marek KaÅ¡Ãk (1):
Trivial optimisation in GtkPrinterOptionWidget
Matej UrbanÄ?iÄ? (5):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Matthias Clasen (98):
Post-release bump
Fix a arrow positioning
Fix up the misc-alignment test
Dueling arrow positioning fixes...
GtkAssistant: make the content expand
Add some reftests comparing aspects of grid and box spacing
Another grid spacing reftest
Add an initial migration chapter for GtkGrid
Flesh out the GtkGrid migration chapter some more
Add shortcuts for the !children case
Allow NULL permissions
Remove unused function attributes from symbol files
Simplify GtkLockButton
Remove an incomplete, dead copy of testgtk
Remove no-longer-needed pixbuf_init hack
And actually delete it
Move demos around
Cut deadwood
Sort GtkApplication windows by most-recently-focused
GtkApplication: Add window-added/-removed signals
Make cross-references to gio docs work
GtkAppChooser: improve docs
GtkEntryCompletion: add a sanity check
GtkEntry: don't forget to disconnect idles
GtkIconTheme: a small optimization
Add annotations to gtk_css_provider_load_from_data
Make tracker search engine less verbose
GtkSearchEngineTracker: avoid an unused variable warning
Add tests for GtkTreePath
Change GtkTreePath to grow exponentially
Fix an example
Trivial NULL vs 0 confusion
GtkLabel: Make selection behave more similar to GtkEntry
Silence a theme parser error
GtkCustomUnixPaperDialog: use an inline toolbar
gtk-demo: Add an app chooser button demo
gail: Add back get_name for menu items
Hacky support for combo boxes
GtkCustomUnixPaperDialog: don't use a GtkAlignment
GtkUnixPrintDialog: Don't use GtkAlignment
GtkAboutDialog: Don't use an alignment
GtkGrid: Fix a size allocation problem
GtkMountOperation: don't use a GtkAlignment
GtkPathBar: don't use a GtkAlignment
Remove an unneeded include
GtkPrintUnixDialog: remove an unneeded include
GtkPageSetupUnixPrintDialog: remove an unneeded include
Remove an unneeded include
Don't include gtk.h here
GtkColorSel: derive from GtkBox, not GtkVBox
GtkFontSelection: derive from GtkBox, not GtkVBox
GtkRecentChooserWidget: derive from GtkBox, not GtkVBox
GtkRecentChooserDefault: derive from GtkBox, not GtkVBox
GtkFileChooserWidget: derive from GtkBox, not GtkVBox
GtkFileChooserDefault: derive from GtkBox, not GtkVBox
Add a missing include
Use boxes instead of vboxes
Use boxes instead of vboxes
Use boxes instead of vboxes
tests: Use boxes instead of vboxes
docs: fix parameter name mismatches
GtkFileChooserButton: derive from GtkBox, not GtkHBox
GtkInfoBar: derive from GtkBox, not GtkHBox
GtkPrinterOptionWidget: derive from GtkBox, not GtkHBox
GtkStatusbar: derive from GtkBox, not GtkHBox
Use boxes instead of hboxes
Use boxes instead of hboxes
Clean up more includes
More include cleanups
More include cleanups
More include cleanups
More include cleanups
Use separators instead of hseparators
Deprecate h/v buttonbox subclasses
Deprecate h/v subclasses of GtkSeparator
Deprecate h/v subclasses of GtkScrollbar
Deprecate h/v subclasses of GtkPaned
Deprecate h/v variants of GtkScale
Deprecate h/v variants of GtkBox
Drop unneeded includes: gtkalignment.h
Use buttonboxes instead of hbuttonboxes
GtkFileChooserEntry: don't use a GtkAlignment
Don't use a GtkAlignment
Don't use GtkAlignments
Don't size-allocate invisible headers
GtkDialog: avoid underallocations
GtkTreeView: Don't short-circuit header-height calculation
Add API to get x position of treeview columns
Don't rely on button allocations for invisible headers
Avoid underallocations in the custom paper dialog
Expand migration hints for h/v boxes
One more change
Update compose-parse.py
Update gtkimcontextsimpleseqs.h
Revert "gtk/gtkmenuitem: gtk_misc_set_alignment replacing"
Update for 3.1.6
Remove broken font-family css test
Forgotten file
Micah Carrick (1):
Fix annotation for Gtk.TreeView.enable_model_drag_source
Michal Suchanek (1):
bgo#652045 - Initialize local_only in GtkFileChooserEntry
Murray Cumming (2):
gtkcssprovider.h: Remove a trailing comma.
Box, etc: Improve docs after H* and V* deprecations.
Richard Hughes (5):
Add a GtkPrinterOptionWidget type of INFO to just show informational text from the print backend
Fix 93957459d8613eeb9413b4e5a32d4ccec6036160
Add a 'value' GObject property to GtkPrinterOption so that it can be used with g_object_bind_property()
Add optional colord support to the CUPS print module
If --enable-colord or --disable-colord is not used when configuring, autodetect the presence of colord
Vincent Untz (1):
gtksearchenginetracker: Use non-case sensitive search for non-fts search
Yaron Shahrabani (4):
Update Hebrew translation.
Update Hebrew translation.
Updated GLib Translations.
Updated Hebrew translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]