summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.10.1LIBCHAMPLAIN_0_10_1libchamplain-0-10Jiří Techet2011-09-183-3/+12
|
* autogen.sh: Use gnome-autogen instead custom codeJavier Jardón2011-09-181-497/+12
|
* Add icons for marker demo as they have been removed from system directories ↵Jiří Techet2011-09-175-6/+6
| | | | by some distros
* Add API change index for 0.10 into docsJiří Techet2011-09-031-0/+4
|
* Add check for clutter_init() return value in demosJiří Techet2011-09-036-6/+13
|
* build: link against libmFrédéric Péters2011-09-032-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657760
* Make dist should be in xz nowJiří Techet2011-09-031-1/+1
|
* Revert "vapi files shouln't be normally cleaned"Jiří Techet2011-09-032-2/+4
| | | | This reverts commit bc1e48c02dfd4a8fe6a4d6556c9f388e446267c2.
* Add dependency on pangocairo for vapi generationJiří Techet2011-08-212-2/+2
| | | | Thanks to Dominique Leuenberger
* Use CLUTTER_PRIORITY_REDRAW for all idle functionsJiří Techet2011-08-217-9/+8
| | | | | | | Clutter uses CLUTTER_PRIORITY_REDRAW for all its animations so we have to use at least this priority in order to avoid starvation in certain situations. There doesn't seem to be any need for other priorities at the moment.
* fix typo, time vs time_Andreas Henriksson2011-08-211-1/+1
| | | | | ./champlain-tile.c: In function ‘champlain_tile_set_modified_time’: ./champlain-tile.c:791:3: warning: the comparison will always evaluate as ‘true’ for the address of ‘time’ will never be NULL [-Waddress]
* vapi files shouln't be normally cleanedJiří Techet2011-04-112-4/+2
|
* Version control the vapi filesJiří Techet2011-04-103-1/+770
| | | | | 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-102-6/+6
|
* Update .gitignoreJiří Techet2011-04-101-16/+4
|
* 0.10.0LIBCHAMPLAIN_0_10_0Jiří Techet2011-04-033-4/+14
|
* Vala demos should be buildable even if vapi generation disabledJiří Techet2011-04-031-4/+0
| | | | The necessary vapi's are distributed with libchamplain anyway
* 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
* Remove all actors from container as it's more efficient than removing by oneJiří Techet2011-04-031-1/+1
|
* Keep pointer to the last element in ChamplainGroup to speedup actor additionsJiří Techet2011-04-031-45/+65
|
* Prepend elements of the list instead of appending them in markers and pathsJiří Techet2011-04-032-9/+12
|
* Fix make distcheckJiří Techet2011-04-012-2/+2
|
* Update the info at the end of configureJiří Techet2011-04-011-12/+12
|
* Enable Vala and Memphis for distcheckJiří Techet2011-04-011-1/+1
|
* Fix the javascript demoJiří Techet2011-04-011-4/+5
|
* Fix Vala demos and rename them to avoid clash with C demosJiří Techet2011-04-013-15/+17
|
* Cosmetic change in configure.acJiří Techet2011-03-311-2/+2
|
* Removed bindings directory and moved vala demos into demos directory.Lorenzo Masini2011-03-3133-763/+13
|
* GIR dependency for vapi generation.Lorenzo Masini2011-03-311-2/+2
|
* Added GIR-based vala bindings generaton.Lorenzo Masini2011-03-313-6/+54
|
* 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
|
* Removed gtk as champlain dependency and added champlain-memphis to the ↵Lorenzo Masini2011-03-311-3/+4
| | | | exported packages.
* Fixed library name in GIRs export packages.Lorenzo Masini2011-03-312-2/+2
|
* Generate good GIRs (See https://bugzilla.gnome.org/show_bug.cgi?id=635330)Lorenzo Masini2011-03-312-0/+4
|
* 0.9.1LIBCHAMPLAIN_0_9_1Jiří Techet2011-03-282-2/+21
|
* Some fixes of the demosJiří Techet2011-03-272-4/+4
|
* Add people who contributed patches into AUTHORSJiří Techet2011-03-271-0/+4
| | | | Thanks!
* Add minimal python demoJiří Techet2011-03-272-1/+21
|
* Don't use the GET_PRIVATE macro when not necessaryJiří Techet2011-03-263-17/+17
|
* Don't use deprecated symbolsJiří Techet2011-03-261-8/+43
|
* Add missing docstringsJiří Techet2011-03-2631-2/+244
|
* Whitespace and alignment cleanupsJiří Techet2011-03-2623-143/+289
|
* Make custom implementation of pick for ChamplainPointJiří Techet2011-03-241-2/+11
|
* Add new functions to docsJiří Techet2011-03-241-0/+8
|
* Add missing property change notificationsJiří Techet2011-03-2410-37/+81
|
* Make custom pick method of ChamplainLabel to pick only the drawn areaJiří Techet2011-03-241-15/+39
|
* Fix dispose of ChamplainView to really dispose the actorsJiří Techet2011-03-234-39/+28
| | | | Also fix crash caused by ChamplainMarker destruction.