summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: wnckprop requires -lX11gtk3Diego Escalante Urrelo2011-01-101-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639041
* Fixed build replacing deprecated functions (#638201)David Ronis2010-12-291-3/+6
| | | | | | | gdk_text_property_to_utf8_list and gdk_xid_table_lookup have been deprecated. Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
* ::draw doesn't own the cairo_t, so don't cairo_destroy itChristian Persch2010-12-031-2/+0
|
* Fix build after size-request removalChristian Persch2010-12-032-6/+65
|
* Version bumpChristian Persch2010-10-261-1/+1
|
* Fix Requires:Christian Persch2010-10-261-1/+1
|
* Make gtk3 version parallel-installableChristian Persch2010-10-267-27/+26
| | | | Fix pkg-config, library, gtk-doc and gir versioning.
* tasklist: Reorganize how the glow button worksBenjamin Otte2010-10-061-155/+61
| | | | | | | | | Instead of screenshotting twice and blending the two screenshots in a timeout handler, we now do the blending in the draw handler and only compute the glow factor in the timeout handler. This way we ensure that drawing only happens in the draw handler. Also, the code looks much nicer now.
* Port to GTK3Benjamin Otte2010-10-066-327/+141
| | | | | Includes some surgery in the Tasklist widget to make the glow effect use gtk_widget_draw() instead of fake expose events.
* pager: Let the expose function create the cairo_tBenjamin Otte2010-10-061-14/+16
| | | | | --- and pass around the cairo_t to the functions that do rendering. Also update the dnd icon code to create the cairo_t up front.
* pager: Use Cairo for drawingBenjamin Otte2010-10-061-24/+15
|
* Adapt to GtkObject removal in GTK3Javier Jardón2010-09-301-6/+4
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630970
* tests: Do not mark strings as translatableVincent Untz2010-09-294-21/+12
| | | | | | | | The tests don't get installed, so there is no point in translating the strings. As a side-effect, this fixes: https://bugzilla.gnome.org/show_bug.cgi?id=630904
* release: post-release bump to 2.30.6Vincent Untz2010-09-271-1/+1
|
* release: 2.30.5LIBWNCK_2_30_5Vincent Untz2010-09-2713-1/+56
|
* misc: Rename --enable-deprecations to --enable-deprecation-flagsVincent Untz2010-09-271-6/+6
| | | | | | This is a better name for this configure option, since it's really about enabling the use of the deprecation flags, not allowing the use of deprecated API.
* introspection: Associate .gir with pkg-config fileVincent Untz2010-09-271-0/+1
|
* Initial translation to KazakhBaurzhan Muftakhidinov2010-09-272-0/+1242
|
* [core] Initialize LayoutManager::displayTheppitak Karoonboonyanan2010-09-211-0/+1
| | | | | | Uninitialized value caused problem with multi-row pager. https://bugzilla.gnome.org/show_bug.cgi?id=630229
* build: Update all Makefile.am to more recent standardsVincent Untz2010-09-202-87/+74
|
* misc: Update instructions for commit messagesVincent Untz2010-09-201-5/+8
| | | | We're switching to "tag:" instead of "[tag]".
* Updated Japanese translationTakayuki KUSANO2010-09-201-309/+333
|
* release: post-release bump to 2.30.5Vincent Untz2010-09-141-1/+1
|
* release: 2.30.4LIBWNCK_2_30_4Vincent Untz2010-09-142-1/+17
|
* [core] Use _wnck_error_trap_push/pop instead of gdk_error_trap_push/popVincent Untz2010-09-131-2/+2
| | | | There was one instance where this was not the case.
* [core, wnckprop] Stop using gdk_displayVincent Untz2010-09-116-125/+241
| | | | | | The gdk_display variable is deprecated. See https://bugzilla.gnome.org/show_bug.cgi?id=629344
* [misc] Update READMEVincent Untz2010-09-083-12/+48
| | | | | | | Nothing new, but make sure this is up-to-date. Also tweak a bit autogen.sh and Makefile.am to make them look similar in all my modules.
* [misc] Update license files to latest textVincent Untz2010-09-081-13/+9
| | | | | Note that this doesn't change the license. The license text was updated for the latest FSF address, for example.
* [build] Rename configure.in to configure.acVincent Untz2010-09-082-1/+1
|
* Updated Indonesian translationDirgita2010-09-011-535/+554
|
* [release] post-release bump to 2.30.4Vincent Untz2010-08-041-1/+1
|
* [release] 2.30.3LIBWNCK_2_30_3Vincent Untz2010-08-042-1/+21
|
* [screen] Wrap gtk-doc commentsVincent Untz2010-08-041-19/+20
|
* Add introspection annotationsTomeu Vizoso2010-07-294-46/+50
|
* Updated the Kannada translationsShankar Prasad2010-07-261-13/+14
|
* Updated Slovenian translationMatej Urbančič2010-07-141-44/+36
|
* Fix failure to build outside source treeTheppitak Karoonboonyanan2010-07-063-3/+3
| | | | | Use gobject-introspection 0.6.14, where introspection sources can be referenced via VPATH. Also fix distcheck failure in doc subdir.
* [pager] And really use the right version for gseal checkVincent Untz2010-06-221-1/+1
|
* Oops, use the right version checkFederico Mena Quintero2010-06-221-1/+1
|
* bgo#612490 - Use gtk_accessible_set_widget() for the GSEAL()ed fieldFederico Mena Quintero2010-06-221-0/+4
| | | | | | This requires GTK+ 2.22.0. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* [release] post-release bump to 2.30.3Vincent Untz2010-06-221-1/+1
|
* [release] 2.30.2LIBWNCK_2_30_2Vincent Untz2010-06-222-2/+22
|
* Revert "[build] Fix build when building out of source tree"Vincent Untz2010-06-221-5/+2
| | | | | | This reverts commit fbc16c75f97eea84f9fe1d742ee63c9033486786. It breaks distcheck.
* [build] Do not dist gir_DATAYaakov Selkowitz2010-06-221-2/+2
| | | | | | | GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621611 for rationale. https://bugzilla.gnome.org/show_bug.cgi?id=621728
* [build] Fix build when building out of source treeTheppitak Karoonboonyanan2010-06-221-2/+5
|
* Added Norwegian bokmål translationKjartan Maraas2010-06-201-40/+42
|
* Updated Galician translationsFran Diéguez2010-06-201-22/+22
|
* Updated Latvian translation.Rudols Mazurs2010-06-131-72/+1202
|
* [all] More GSeal workVincent Untz2010-06-014-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612490
* updated breton translationDenis ARNAUD2010-05-261-23/+24
|