summaryrefslogtreecommitdiff
Commit message (Expand)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 b...Jiří Techet2011-09-175-6/+6
* 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
* 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
* Add dependency on pangocairo for vapi generationJiří Techet2011-08-212-2/+2
* Use CLUTTER_PRIORITY_REDRAW for all idle functionsJiří Techet2011-08-217-9/+8
* fix typo, time vs time_Andreas Henriksson2011-08-211-1/+1
* vapi files shouln't be normally cleanedJiří Techet2011-04-112-4/+2
* Version control the vapi filesJiří Techet2011-04-103-1/+770
* 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
* Fixes in champlain-gtk Makefile.amJiří Techet2011-04-031-3/+8
* 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
* 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 export...Lorenzo Masini2011-03-311-3/+4
* 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
* 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