summaryrefslogtreecommitdiff
path: root/champlain-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools-based build and all the related filesJiří Techet2019-03-051-92/+0
|
* meson: Remove unneeded parametersJan Alexander Steffens (heftig)2019-02-231-5/+0
| | | | These are already implicit.
* meson: Fix G_LOG_DOMAINsJan Alexander Steffens (heftig)2019-02-231-1/+1
| | | | autotools uses "libchamplain" as the log domain and we should keep that.
* meson: Split lib includedirsJan Alexander Steffens (heftig)2019-02-231-4/+6
|
* meson: Add proper Requires to pc filesJan Alexander Steffens (heftig)2019-02-231-4/+8
| | | | | | | Make a correction to the Requires specified in the autotools build: - champlain requires cairo Fixes https://gitlab.gnome.org/GNOME/libchamplain/issues/46
* Eliminate glib-mkenums call from champlain-gtkJiří Techet2019-02-214-96/+0
| | | | | champlain-gtk is just a thin wrapper around ClutterEmbed and doesn't (and probably never will) define any enumerations.
* Use generic marshaller for signals and drop use of glib-genmarshalJiří Techet2019-02-213-23/+2
|
* Don't version-control or distribute generated vapi filesJiří Techet2019-02-082-18/+4
|
* Remove unnecessary comparisonsJiří Techet2019-02-071-2/+2
|
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-061-7/+2
|
* Port to meson build systemMartin Blanchard2019-02-041-0/+148
| | | | | | | | | | The meson build system focuses on speed an ease of use, which helps speeding up the software development. https://bugzilla.gnome.org/show_bug.cgi?id=794324 https://gitlab.gnome.org/GNOME/libchamplain/issues/37 Closes #37
* Don't use deprecated gtk_style_context_get_background_color()Jiří Techet2019-02-021-2/+14
|
* champlain_renderer_set_data: use guint8, not gcharJames Westman2019-01-211-0/+1
| | | | | | | This makes the function properly introspectable in languages like Vala, since they no longer think the argument is a null-terminated string. Fixes #42.
* Revert "meson: add meson build system"Jiří Techet2018-07-131-91/+0
| | | | | | Commit by mistake. This reverts commit 5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33.
* meson: add meson build systemwip/tintou/mesonCorentin Noël2018-07-101-0/+91
|
* build: Add pangocairo and cogl-pango-1.0 to *_gir_PACKAGESMatthias Clasen2017-03-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779542
* Update deprecated gdk_cursor methodNayan Deshmukh2016-04-021-2/+4
| | | | | | | Update the deprecated gdk_cursor_new() method with the gdk_cursor_new_for_display() method https://bugzilla.gnome.org/show_bug.cgi?id=763909
* gtk-champlain-embed: avoid runtime warningsCosimo Cecchi2016-02-011-3/+9
| | | | | | | | We need to set the state on the GtkStyleContext these days, to avoid GTK emitting runtime warnings. This change is retro-compatible with older versions of GTK. https://bugzilla.gnome.org/show_bug.cgi?id=761178
* Whitespace changeJiří Techet2014-10-201-4/+2
|
* GtkChamplainEmbed: Propagate key-press to viewJonas Danielsson2014-10-201-0/+38
| | | | | | | | Make sure the GtkChamplainEmbed widget gives focus to the GtkClutterEmbed widget. And also propagates the key press events to the ChamplainView actor. https://bugzilla.gnome.org/show_bug.cgi?id=738849
* Fix some compilation warnings in automakeJiří Techet2014-09-171-1/+1
|
* Do not depend on libsoup-gnome-2.4Jonas Danielsson2014-02-261-1/+1
| | | | | | Everything in libsoup-gnome is deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=725126
* Use sane color selection values when the obtained one aren'tJiří Techet2013-05-071-0/+28
|
* Use more neutral default background colorJiří Techet2013-05-021-7/+0
|
* Update most of libchamplain to Clutter API 1.12Jiří Techet2013-04-111-3/+3
|
* Revert "Post release version bump"Jiří Techet2012-03-121-2/+2
| | | | | | | This reverts commit 94dbdd4fc64abcd4754b047ea7caec28cd23b5cd. There is no API break at the moment so it's not necessary to change the library version.
* Call vapigen with --pkg cogl-pango-1.0Alexandre Rostovtsev2012-02-051-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669378
* It's the time of the year again...Jiří Techet2011-12-291-1/+1
|
* Add other dependencies CFLAGS to champlain-gtk AM_CPPFLAGSJiří Techet2011-11-181-1/+1
|
* Post release version bumpJiří Techet2011-09-181-2/+2
|
* Revert "vapi files shouln't be normally cleaned"Jiří Techet2011-09-031-1/+2
| | | | This reverts commit 3ea5f67d7aa64e5518e2a3acc6fd095a1d8bcd72.
* Regenerate vapi filesJiří Techet2011-09-031-8/+4
|
* Add dependency on pangocairo for vapi generationJiří Techet2011-08-211-1/+1
| | | | Thanks to Dominique Leuenberger
* vapi files shouln't be normally cleanedJiří Techet2011-04-111-2/+1
|
* Version control the vapi filesJiří Techet2011-04-101-0/+17
| | | | | They are now installed automatically and the installation would fail if people just cloned the git repo and didn't generate them manually.
* Always install vapi filesJiří Techet2011-04-101-3/+3
|
* Rename GTK_TYPE_CHAMPLAIN_EMBED to GTK_CHAMPLAIN_TYPE_EMBEDJiří Techet2011-04-102-8/+8
| | | | Thanks to Lorenzo Masini
* Post release version bump to 0.11Jiří Techet2011-04-041-1/+1
|
* Fixes in champlain-gtk Makefile.amJiří Techet2011-04-031-3/+8
| | | | | include-uninstalled should be enough for gir generation (otherwise we get errors whn libchamplain is not yet installed in the system)
* Use the built library for the gir scanner instead of the system oneJiří Techet2011-04-031-1/+1
|
* Don't export PKG_CONFIG_PATH in makefileJiří Techet2011-04-031-3/+2
| | | | Thanks to Danilo Segan
* Fix make distcheckJiří Techet2011-04-011-1/+1
|
* GIR dependency for vapi generation.Lorenzo Masini2011-03-311-2/+2
|
* Added GIR-based vala bindings generaton.Lorenzo Masini2011-03-311-0/+14
|
* Other fix in GIRs generation.Lorenzo Masini2011-03-311-1/+1
|
* Now the g-ir-scanner can find the not yet installed pkg-config files.Lorenzo Masini2011-03-311-0/+4
|
* Fixed library name in GIRs export packages.Lorenzo Masini2011-03-311-1/+1
|
* Generate good GIRs (See https://bugzilla.gnome.org/show_bug.cgi?id=635330)Lorenzo Masini2011-03-311-0/+2
|
* Don't use deprecated symbolsJiří Techet2011-03-261-8/+43
|
* Add missing docstringsJiří Techet2011-03-261-0/+8
|