]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoprinting: Increase reference count for user data
Marek Kasik [Mon, 12 Mar 2012 11:36:50 +0000 (12:36 +0100)]
printing: Increase reference count for user data

Increase reference count for data passed to colord's callbacks (#671419).

12 years agoUpdated Gujarati Translations
Sweta Kothari [Mon, 12 Mar 2012 09:17:51 +0000 (14:47 +0530)]
Updated Gujarati Translations

12 years agoUpdated Gujarati Translations
Sweta Kothari [Mon, 12 Mar 2012 09:04:32 +0000 (14:34 +0530)]
Updated Gujarati Translations

12 years agoAdd some docs for the wayland backend
Matthias Clasen [Sun, 11 Mar 2012 18:23:53 +0000 (14:23 -0400)]
Add some docs for the wayland backend

This commit also includes some tweaks to the other backend-specific
docs.

12 years agoTrivial rewording
Matthias Clasen [Sun, 11 Mar 2012 04:54:43 +0000 (23:54 -0500)]
Trivial rewording

12 years agoAdd a short Broadway section to the docs
Matthias Clasen [Sun, 11 Mar 2012 04:48:03 +0000 (23:48 -0500)]
Add a short Broadway section to the docs

12 years agoDrop support for pre-R6 X
Matthias Clasen [Sun, 11 Mar 2012 04:27:21 +0000 (23:27 -0500)]
Drop support for pre-R6 X

X11 R6 was released in 1995 - time to let go.

12 years agoDrop unused automake condition for XI2
Matthias Clasen [Sun, 11 Mar 2012 04:15:12 +0000 (23:15 -0500)]
Drop unused automake condition for XI2

We fail the build if XI2 is not present, nowadays.

12 years agoDrop unneeded XI2 defines
Matthias Clasen [Sun, 11 Mar 2012 04:10:55 +0000 (23:10 -0500)]
Drop unneeded XI2 defines

The X headers don't use these defines anywhere.

12 years agoUpdated Serbian translation
Мирослав Николић [Sat, 10 Mar 2012 22:01:59 +0000 (23:01 +0100)]
Updated Serbian translation

12 years agoExplicitely mention -1 in the insert_with_values docs
Paolo Borelli [Sat, 10 Mar 2012 18:32:56 +0000 (19:32 +0100)]
Explicitely mention -1 in the insert_with_values docs

-1 means "append". Spell it out like we do for ListStore docs.

12 years agoscrolledwindow: take into account border/padding for junction
Cosimo Cecchi [Sat, 10 Mar 2012 16:43:53 +0000 (11:43 -0500)]
scrolledwindow: take into account border/padding for junction

When the scrolled window has a frame (and the scrollbar is within the
bevel), we should take into account the CSS border/padding of the frame
and offset the scrollbars junction rendering with it.

12 years agowin32: Finish making query_state() vfunc a void vfunc
Kalev Lember [Sat, 10 Mar 2012 11:37:34 +0000 (13:37 +0200)]
win32: Finish making query_state() vfunc a void vfunc

Commit 114b45c converted all the backends but missed a few details in
gdkdevice-win32. This fixes it up.

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sat, 10 Mar 2012 07:39:45 +0000 (08:39 +0100)]
Updated Esperanto translation

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Fri, 9 Mar 2012 22:01:36 +0000 (23:01 +0100)]
Updated Esperanto translation

12 years agogdk: clean up logic error
Benjamin Otte [Fri, 9 Mar 2012 17:36:11 +0000 (12:36 -0500)]
gdk: clean up logic error

Fallout from previous query_state() cleanups.

12 years agoUpdated British English translation
Bruce Cowan [Fri, 9 Mar 2012 15:59:23 +0000 (15:59 +0000)]
Updated British English translation

12 years agowin32: Fix text color on XP
Alexander Larsson [Fri, 9 Mar 2012 15:41:47 +0000 (16:41 +0100)]
win32: Fix text color on XP

Use a different base text color as the old one leads to
white on white on XP.

12 years agoFix rendering of theme parts on Windows XP
Alexander Larsson [Fri, 9 Mar 2012 15:37:11 +0000 (16:37 +0100)]
Fix rendering of theme parts on Windows XP

It seems XP doesn't handle drawing non-alpha theme parts
on alpha destinations. We fix this by using alpha bitmaps only when
needed.

However this means any non-drawn area by the theme part is now draw
black, so we must take more care to only draw where the theme part draws,
so we find the theme part size when available.

12 years agogdk: Make query_state() vfunc a void vfunc
Benjamin Otte [Fri, 9 Mar 2012 12:20:41 +0000 (13:20 +0100)]
gdk: Make query_state() vfunc a void vfunc

... and make sure the backends implement it that way.

query_state() return value was ignored in all of GDK and caused crashes
when it failed.

12 years agoa11y: Only care about GtkOrientable::orientation
Benjamin Otte [Fri, 9 Mar 2012 12:18:52 +0000 (13:18 +0100)]
a11y: Only care about GtkOrientable::orientation

There are other widgets (like PanelToplevel) that aren't a GtkOrientable
but still have that property.

12 years agowidget: Set up signals after initializing style context
Benjamin Otte [Fri, 9 Mar 2012 11:35:58 +0000 (12:35 +0100)]
widget: Set up signals after initializing style context

Otherwise, signals would be emitted on semi set up style context which
would then cause crashes when the signal handlers tried to use them.

https://bugzilla.gnome.org/show_bug.cgi?id=662023

12 years agoxi2: Don't reset scroll valuators too often
Matthias Clasen [Fri, 9 Mar 2012 03:35:43 +0000 (22:35 -0500)]
xi2: Don't reset scroll valuators too often

According to XInput gurus, a motion event without valuators
does not invalidate the stored value, so we should keep it.

https://bugzilla.gnome.org/show_bug.cgi?id=671659

12 years agoMerge branch 'wip/cssvalue'
Alexander Larsson [Thu, 8 Mar 2012 16:33:18 +0000 (17:33 +0100)]
Merge branch 'wip/cssvalue'

12 years agoAdd some more types to GtkCssValue
Alexander Larsson [Thu, 8 Mar 2012 15:49:13 +0000 (16:49 +0100)]
Add some more types to GtkCssValue

Seems these types were used in the parser tests, so we need to
handle them.

12 years agoDon't use GValue in GtkCssValue
Alexander Larsson [Thu, 8 Mar 2012 15:20:03 +0000 (16:20 +0100)]
Don't use GValue in GtkCssValue

We now have complete coverage in the GtkCssValue API for type
handling, so drop the GValue from internal storage and just create
new ones when needed.

12 years agoUse GtkCssValue in symbolic color resolving
Alexander Larsson [Thu, 8 Mar 2012 13:52:10 +0000 (14:52 +0100)]
Use GtkCssValue in symbolic color resolving

We now store the symbolic colors as a GtkCssValue which means that
we can reuse the color when resolving and storing the color in
the computed values in the style context.

Additionally we keep a last_resolved GtkCssValue cache in the
GtkSymbolicColor, and if resolving the color returns the same as
last time we reuse the old value. This further increases sharing
of Css Values.

12 years agoAssamese translation completed
Nilamdyuti Goswami [Thu, 8 Mar 2012 11:54:39 +0000 (17:24 +0530)]
Assamese translation completed

12 years agoAssamese translation completed
Nilamdyuti Goswami [Thu, 8 Mar 2012 11:32:03 +0000 (17:02 +0530)]
Assamese translation completed

12 years agogtkwidget.c: Use G_VA_COPY instead of va_copy()
Chun-wei Fan [Thu, 8 Mar 2012 10:56:32 +0000 (18:56 +0800)]
gtkwidget.c: Use G_VA_COPY instead of va_copy()

va_copy() is not universally available, and we already have a G_VA_COPY
macro that emulates the behaviour of va_copy() when it's not available, or
simply calls va_copy() if it's there

12 years agoAdd singletons for small ints and numbers
Alexander Larsson [Thu, 8 Mar 2012 10:01:22 +0000 (11:01 +0100)]
Add singletons for small ints and numbers

These represents the majority of int values in use (thousands in use
in a simple app). There is no need to keep multiple instances of
these around.

12 years agocss: Use GtkCssValues instead of GValue in the css machinery
Alexander Larsson [Tue, 6 Mar 2012 13:16:32 +0000 (14:16 +0100)]
css: Use GtkCssValues instead of GValue in the css machinery

Also, in places where we're computing a new CssValue based on an
old one, make sure that if nothing changes we're returning a reference
to the old one, rather than creating a new identical instance.

12 years agocss: Add GtkCssValue, an immutable refcounted css value
Alexander Larsson [Tue, 6 Mar 2012 13:16:08 +0000 (14:16 +0100)]
css: Add GtkCssValue, an immutable refcounted css value

12 years agoUpdate VS property sheets
Chun-wei Fan [Thu, 8 Mar 2012 09:51:10 +0000 (17:51 +0800)]
Update VS property sheets

"Install" the newly-introduced headers.

12 years agocolorchooser: Drop the ::response handler altogether
Matthias Clasen [Thu, 8 Mar 2012 03:06:22 +0000 (22:06 -0500)]
colorchooser: Drop the ::response handler altogether

This makes it safe for users to destroy the dialog in response
to ::response.

12 years agocolorchooser: Do less in ::response
Matthias Clasen [Thu, 8 Mar 2012 02:42:28 +0000 (21:42 -0500)]
colorchooser: Do less in ::response

Some people destroy their widgets in ::response, so trying
to access dialog internals from the class handler that is
running afterwards has the potential to cause problems.
Instead, we can reset the ::show-editor property every
time we map the dialog.

12 years agocolorchooser: Fix default palette orientation
Matthias Clasen [Thu, 8 Mar 2012 02:12:32 +0000 (21:12 -0500)]
colorchooser: Fix default palette orientation

The switch from boolean to orientation failed to account
for the default palette.

12 years agox11: Avoid spurious focus events on grabs
Benjamin Otte [Mon, 19 Dec 2011 11:39:53 +0000 (12:39 +0100)]
x11: Avoid spurious focus events on grabs

We want to avoid handling focus events for the private focus window,
otherwise the keyboard grab taken by for example buttons will cause a
spurious FOCUS_OUT/FOCUS_IN on the toplevel.

The code that did this seems to have been lost in the XI2 transition for
GTK3.

This patch reapplies db4a6040afd3d1cabbb306037e811f37d62e2e76 which was
backed out in 18406b7b04da088f8a3efe7cca5ac1647080dc0b to give
developers a chance to get their X servers fixed. As we want to get this
bugfix in for 3.4, we need to commit it now.

https://bugzilla.gnome.org/show_bug.cgi?id=657578

12 years agoUpdated Galician translations
Fran Diéguez [Wed, 7 Mar 2012 12:09:53 +0000 (13:09 +0100)]
Updated Galician translations

12 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 7 Mar 2012 04:38:38 +0000 (06:38 +0200)]
Updated Bulgarian translation

12 years agoreftests: Fix css-match-regions tests
Benjamin Otte [Wed, 7 Mar 2012 03:50:33 +0000 (04:50 +0100)]
reftests: Fix css-match-regions tests

Make it conform to the current behavior - that is, we allow selectors
for regions multiple times in a row.

12 years agocss: Fix * selector to also match regions
Benjamin Otte [Wed, 7 Mar 2012 02:47:19 +0000 (03:47 +0100)]
css: Fix * selector to also match regions

Fixes css-match-region-matches-star.ui reftest.

12 years agoGrr, complete the test removal removals
Benjamin Otte [Wed, 7 Mar 2012 02:30:12 +0000 (03:30 +0100)]
Grr, complete the test removal removals

12 years agoRevert "Remove broken css-match-region-matches-star reftest"
Benjamin Otte [Wed, 7 Mar 2012 02:18:26 +0000 (03:18 +0100)]
Revert "Remove broken css-match-region-matches-star reftest"

This reverts commit 14d70722243703add659184153242f64d5aeea3a.

12 years agoRevert "Remove broken css-match-regions reftest"
Benjamin Otte [Wed, 7 Mar 2012 02:13:25 +0000 (03:13 +0100)]
Revert "Remove broken css-match-regions reftest"

This reverts commit 7b962c852111369f5ca93a8ae725f04aa10b5a33.

12 years agoAPI: colorchooser: Use GtkOrientation for orientation
Benjamin Otte [Wed, 7 Mar 2012 02:07:02 +0000 (03:07 +0100)]
API: colorchooser: Use GtkOrientation for orientation

Unfortunately, this swaps the values from the previous state.
But it's definitely a nicer API.

12 years agotests: Fix gcc warning
Benjamin Otte [Wed, 7 Mar 2012 01:59:30 +0000 (02:59 +0100)]
tests: Fix gcc warning

12 years agoUodate documentation references screenshots (second part)
Baptiste Mille-Mathias [Tue, 6 Mar 2012 21:37:24 +0000 (22:37 +0100)]
Uodate documentation references screenshots (second part)

12 years agoUpdate documentation reference screenshots
Baptiste Mille-Mathias [Tue, 6 Mar 2012 21:33:39 +0000 (22:33 +0100)]
Update documentation reference screenshots

12 years agowayland: Add some useful comments explaining the cairo surface behaviour
Rob Bradford [Tue, 6 Mar 2012 21:24:20 +0000 (21:24 +0000)]
wayland: Add some useful comments explaining the cairo surface behaviour

12 years agowayland: Add NULL warning check to _gdk_wayland_window_set_device_grabbed
Rob Bradford [Mon, 5 Mar 2012 19:41:11 +0000 (19:41 +0000)]
wayland: Add NULL warning check to _gdk_wayland_window_set_device_grabbed

12 years agowayland: Don't try and reset the pointer window grab if there wasn't one
Rob Bradford [Mon, 5 Mar 2012 19:35:38 +0000 (19:35 +0000)]
wayland: Don't try and reset the pointer window grab if there wasn't one

12 years agoAdd smooth-scroll to GtkTextView event mask
Daniel Stone [Tue, 6 Mar 2012 15:52:38 +0000 (15:52 +0000)]
Add smooth-scroll to GtkTextView event mask

Without any extra supporting code, just adding GTK_SMOOTH_SCROLL_MASK to
the event mask for GtkTextView makes GEdit do the right thing and scroll
smoothly.  Lovely.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
https://bugzilla.gnome.org/show_bug.cgi?id=671488

12 years agoconfigure.ac: Improve the checks for XInput 2.2
Matthias Clasen [Tue, 6 Mar 2012 12:45:04 +0000 (07:45 -0500)]
configure.ac: Improve the checks for XInput 2.2

Check for the XIScrollClassInfo struct in addition to the existing
check for XIAllowTouchEvents() because Ubuntu Oneiric seems to
have an incomplete backport which has one but not the other.

Based on a patch by Murray Cumming,
https://bugzilla.gnome.org/show_bug.cgi?id=671453

12 years agowin32: Remove some unused input stuff to make win32 build again
Alexander Larsson [Tue, 6 Mar 2012 11:03:13 +0000 (12:03 +0100)]
win32: Remove some unused input stuff to make win32 build again

Input events doesn't quite seem to work though, so it needs some fixing.

12 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Tue, 6 Mar 2012 10:37:54 +0000 (11:37 +0100)]
Updated Basque language

12 years agoreftests: fix misc-alignment reftest
Cosimo Cecchi [Mon, 5 Mar 2012 22:49:23 +0000 (17:49 -0500)]
reftests: fix misc-alignment reftest

Add it back.

12 years agoRevert "Remove broken misc-alignment reftest"
Cosimo Cecchi [Mon, 5 Mar 2012 22:48:03 +0000 (17:48 -0500)]
Revert "Remove broken misc-alignment reftest"

This reverts commit 6416385e47ebc1c4dcd2d1f744c67145f60cbc24.

12 years agoreftests: fix label-sizing reftest
Cosimo Cecchi [Mon, 5 Mar 2012 22:47:11 +0000 (17:47 -0500)]
reftests: fix label-sizing reftest

Add it back fixed.

12 years agoRevert "Remove broken label-sizing reftest"
Cosimo Cecchi [Mon, 5 Mar 2012 22:43:17 +0000 (17:43 -0500)]
Revert "Remove broken label-sizing reftest"

This reverts commit 168300cb63406dde40461708753e5d81051de285.

12 years agoreftests: fix quit-mnemonic reftest
Cosimo Cecchi [Mon, 5 Mar 2012 22:42:33 +0000 (17:42 -0500)]
reftests: fix quit-mnemonic reftest

And add it back

12 years agoRevert "Remove broken quit-mnemonic reftest"
Cosimo Cecchi [Mon, 5 Mar 2012 23:36:13 +0000 (18:36 -0500)]
Revert "Remove broken quit-mnemonic reftest"

This reverts commit 563eff4dfbbf9894f6c003682431eba832ce699b.

12 years agoBump version
Matthias Clasen [Mon, 5 Mar 2012 22:13:12 +0000 (17:13 -0500)]
Bump version

12 years ago3.3.18
Matthias Clasen [Mon, 5 Mar 2012 22:12:26 +0000 (17:12 -0500)]
3.3.18

12 years agoGrr, complete the test removals
Matthias Clasen [Mon, 5 Mar 2012 21:34:15 +0000 (16:34 -0500)]
Grr, complete the test removals

12 years agoUpdate expected result for the infobar a11y dump
Matthias Clasen [Mon, 5 Mar 2012 20:55:01 +0000 (15:55 -0500)]
Update expected result for the infobar a11y dump

12 years agoRemove broken css-match-regions reftest
Matthias Clasen [Mon, 5 Mar 2012 20:51:24 +0000 (15:51 -0500)]
Remove broken css-match-regions reftest

12 years agoRemove broken quit-mnemonic reftest
Matthias Clasen [Mon, 5 Mar 2012 20:37:49 +0000 (15:37 -0500)]
Remove broken quit-mnemonic reftest

12 years agoRemove broken misc-alignment reftest
Matthias Clasen [Mon, 5 Mar 2012 20:36:50 +0000 (15:36 -0500)]
Remove broken misc-alignment reftest

12 years agoRemove broken label-sizing reftest
Matthias Clasen [Mon, 5 Mar 2012 20:35:35 +0000 (15:35 -0500)]
Remove broken label-sizing reftest

12 years agoRemove broken css-match-region-matches-star reftest
Matthias Clasen [Mon, 5 Mar 2012 20:34:46 +0000 (15:34 -0500)]
Remove broken css-match-region-matches-star reftest

12 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 5 Mar 2012 16:47:52 +0000 (17:47 +0100)]
Updated Slovenian translation

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Mon, 5 Mar 2012 13:18:09 +0000 (21:18 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoBump glib dep to 2.31.20
Matthias Clasen [Mon, 5 Mar 2012 13:15:54 +0000 (08:15 -0500)]
Bump glib dep to 2.31.20

Needed for --valist-marshallers

12 years agoFix symbol lists
Matthias Clasen [Mon, 5 Mar 2012 12:17:59 +0000 (07:17 -0500)]
Fix symbol lists

12 years agoAdd custom va_marshallers in some places
Alexander Larsson [Mon, 5 Mar 2012 11:39:09 +0000 (12:39 +0100)]
Add custom va_marshallers in some places

This is a slight performance optimization in the common case.

12 years agoUpdate for 3.3.18
Matthias Clasen [Mon, 5 Mar 2012 11:07:02 +0000 (06:07 -0500)]
Update for 3.3.18

12 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 5 Mar 2012 09:55:10 +0000 (10:55 +0100)]
Updated Spanish translation

12 years agogdk: Remove an unused enumeration
Matthias Clasen [Mon, 5 Mar 2012 01:05:08 +0000 (20:05 -0500)]
gdk: Remove an unused enumeration

We don't have any API using the GdkExtensionMode enumeration, so
no point in carrying it in the headers.

12 years agoscrolledwindow: Fix scroll event handling
Matthias Clasen [Mon, 5 Mar 2012 00:20:10 +0000 (19:20 -0500)]
scrolledwindow: Fix scroll event handling

Rewrite the code that deals with smooth scroll events to
be in terms of 'scroll units' as well.

12 years agorange: Straighten the wheel delta calculation
Matthias Clasen [Mon, 5 Mar 2012 00:15:32 +0000 (19:15 -0500)]
range: Straighten the wheel delta calculation

Scroll events report normalized deltas in terms of an abstract
'scroll unit' now, so our job is to determine a suitable scroll
unit here. Since we are changing the value of the adjustment,
the allocation of the widget does not factor into this at all.

12 years agoxi2: Normalize scroll deltas
Matthias Clasen [Mon, 5 Mar 2012 00:12:27 +0000 (19:12 -0500)]
xi2: Normalize scroll deltas

XI2 provides us with an increment for each scroll valuator,
and by dividing the delta by the increment, we obtain normalized
values in some abstract 'scroll unit'.

For mouse wheels, the evdev driver reports an increment of -1,
so doing this division fixes the inverted scrolling with wheels
that we've seen recently.

12 years agogrid: Work harder for tight homogeneous allocation
Matthias Clasen [Sun, 4 Mar 2012 22:19:16 +0000 (17:19 -0500)]
grid: Work harder for tight homogeneous allocation

When doing homogeneous allocation in the presence of
overlapping spanning children, we need to avoid uneven
line allocations, otherwise, the final homogenization
will blow up the size request of the grid.

https://bugzilla.gnome.org/show_bug.cgi?id=671170

12 years agoUpdated Polish translation
Piotr Drąg [Sun, 4 Mar 2012 21:39:03 +0000 (22:39 +0100)]
Updated Polish translation

12 years agoUpdated POTFILES.in
Piotr Drąg [Sun, 4 Mar 2012 21:35:26 +0000 (22:35 +0100)]
Updated POTFILES.in

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 4 Mar 2012 19:11:23 +0000 (20:11 +0100)]
Updated Galician translations

12 years agoUpdated Slovenian translation
Martin Srebotnjak [Sun, 4 Mar 2012 19:06:29 +0000 (20:06 +0100)]
Updated Slovenian translation

12 years agoUpdated Slovenian translation
Martin Srebotnjak [Sun, 4 Mar 2012 19:06:11 +0000 (20:06 +0100)]
Updated Slovenian translation

12 years agoFree the resource file string.
Paolo Borelli [Sun, 4 Mar 2012 16:51:07 +0000 (17:51 +0100)]
Free the resource file string.

12 years agocolorscale: Select for touch events
Matthias Clasen [Sun, 4 Mar 2012 16:22:44 +0000 (11:22 -0500)]
colorscale: Select for touch events

We use long touches to trigger the popup.

12 years agocolorplane: Select for touch events
Matthias Clasen [Sun, 4 Mar 2012 16:21:36 +0000 (11:21 -0500)]
colorplane: Select for touch events

We now use long touches to trigger the popup.

12 years agogtk: Be more careful when ignoring touch events
Matthias Clasen [Sun, 4 Mar 2012 16:20:02 +0000 (11:20 -0500)]
gtk: Be more careful when ignoring touch events

12 years agogdk: Don't drop the emulating_pointer flag
Matthias Clasen [Sun, 4 Mar 2012 16:17:30 +0000 (11:17 -0500)]
gdk: Don't drop the emulating_pointer flag

When manually copying touch events, we must not forget the
emulating_pointer flag.

12 years agoUpdated Korean translation
Changwoo Ryu [Sun, 4 Mar 2012 09:46:36 +0000 (18:46 +0900)]
Updated Korean translation

12 years agoUpdated Korean translation
Changwoo Ryu [Sun, 4 Mar 2012 09:22:13 +0000 (18:22 +0900)]
Updated Korean translation

12 years agox11: Simplify XI2 mods state
Bastien Nocera [Wed, 29 Feb 2012 16:18:57 +0000 (16:18 +0000)]
x11: Simplify XI2 mods state

https://bugzilla.gnome.org/show_bug.cgi?id=671070

12 years agox11: Correct GroupSwitch mask
Bastien Nocera [Wed, 29 Feb 2012 16:15:10 +0000 (16:15 +0000)]
x11: Correct GroupSwitch mask

base | latched | locked is incorrect for the group mask,
and the clamping has already been applied.

https://bugzilla.gnome.org/show_bug.cgi?id=671070

12 years agoUpdated Bulgarian translation
Alexander Shopov [Sun, 4 Mar 2012 06:01:00 +0000 (08:01 +0200)]
Updated Bulgarian translation

12 years agocolorchooser: Allow removing the palettes again
Christian Persch [Sun, 4 Mar 2012 05:28:08 +0000 (00:28 -0500)]
colorchooser: Allow removing the palettes again

https://bugzilla.gnome.org/show_bug.cgi?id=671057

12 years agoBreak out press-and-hold code as its own object
Matthias Clasen [Sun, 4 Mar 2012 04:42:54 +0000 (23:42 -0500)]
Break out press-and-hold code as its own object

https://bugzilla.gnome.org/show_bug.cgi?id=671057