summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.6.110.6.11Ignacio Casal Quinteiro2015-12-171-0/+4
* Fix regression in cr_tknzr_consume_chars()Florian Müllner2015-12-171-1/+1
* Fix comparison warningMarek Chalupa2015-12-151-2/+2
* Post release version bumpIgnacio Casal Quinteiro2015-12-131-1/+1
* Release 0.6.100.6.10Ignacio Casal Quinteiro2015-12-131-0/+3
* Fix unused status variable in main()Руслан Ижбулатов2015-11-011-1/+1
* Fix unused status variable in evaluate_selectors()Руслан Ижбулатов2015-11-011-8/+32
* Fix unused status variable in set_prop_position_from_value()Руслан Ижбулатов2015-11-011-1/+1
* Fix unused status variable in cr_utils_utf8_to_ucs1()Руслан Ижбулатов2015-11-011-3/+1
* Fix unused status variable in cr_utils_ucs1_to_utf8()Руслан Ижбулатов2015-11-011-8/+2
* Fix cr_tknzr_consume_chars() to set *a_nb_char before returningРуслан Ижбулатов2015-11-011-2/+6
* Fix cr_input_consume_white_spaces to behave as documentedРуслан Ижбулатов2015-11-011-0/+2
* Fix improper use of g_ascii_strup()Руслан Ижбулатов2015-11-011-2/+1
* Derive pointer to have appropriate typeРуслан Ижбулатов2015-11-011-2/+1
* Fix typosMarkus Engel2015-10-312-2/+2
* Fix typo in logical conditionBoris Egorov2015-10-311-1/+1
* Post release version bumpIgnacio Casal Quinteiro2015-10-311-1/+1
* Release 0.6.90.6.9Ignacio Casal Quinteiro2015-10-311-1/+1
* Add -I m4 to ACLOCAL_AMFLAGSIgnacio Casal Quinteiro2015-10-311-0/+2
* Renew autogen to not use gnome-autogenIgnacio Casal Quinteiro2015-10-311-19/+27
* configure: specify config macro dirIgnacio Casal Quinteiro2015-10-311-0/+1
* configure: bump the prereqIgnacio Casal Quinteiro2015-10-311-1/+1
* configure: generate xz on distcheckIgnacio Casal Quinteiro2015-10-311-1/+2
* Some style fixes in Makefile.amIgnacio Casal Quinteiro2015-10-311-83/+83
* Replace deprecated INCLUDES with CPPFLAGSIgnacio Casal Quinteiro2015-10-312-26/+27
* build: Ensure croco[.vs10].headers is removedChun-wei Fan2015-10-312-6/+6
* Update NEWS for upcoming releaseIgnacio Casal Quinteiro2015-10-301-0/+6
* Plug memory leaksMarkus Engel2015-10-302-3/+3
* Fix variables set but not usedIgnacio Casal Quinteiro2015-10-302-12/+4
* doap: Remove myselfChristian Persch2015-09-271-7/+0
* MSVC Builds: "Add" Visual Studio 2015 ProjectsChun-wei Fan2015-09-256-15/+57
* Build: Make Makefile.msvcproj A Bit More GenericChun-wei Fan2015-09-251-2/+6
* MSVC Builds: Rename "Install" Projectbaserock/0.6.8-30-g9207f34Chun-wei Fan2015-07-298-29/+29
* MVSC 2008 Builds: Fine Tune .lib "Installation"Chun-wei Fan2015-07-291-1/+1
* Build: Clean Up MSVC Project GenerationChun-wei Fan2015-07-2711-227/+251
* Update Visual Studio Property SheetsChun-wei Fan2015-07-272-2/+5
* MSVC 2010+ Builds: Update .pdb GenerationChun-wei Fan2015-07-271-0/+4
* MSVC Builds: Add CopyDir to Property SheetsChun-wei Fan2015-07-272-0/+8
* Fix MSVC 2012/2013 Project File GenerationChun-wei Fan2015-07-272-16/+20
* build/Makefile-newvs.am: Use Pattern RulesChun-wei Fan2015-07-141-24/+24
* MSVC Builds: Add Simple Support for MSVC 2012/2013Chun-wei Fan2014-12-195-1/+114
* cr-fonts: Fix a bad copy/paste errorJasper St. Pierre2014-08-131-1/+1
* cr-additional-sel: Fix some bad copy/paste errorsJasper St. Pierre2014-08-131-2/+2
* MSVC Builds: Split up the Property SheetsChun-wei Fan2014-08-0817-309/+465
* MSVC Builds: Use Custom Build StepsChun-wei Fan2014-08-087-54/+121
* MSVC Builds: Don't Build The Test ProgramsChun-wei Fan2014-08-0825-3170/+2
* Canonicalize the spacing around if statements and g_return_* invocationsРуслан Ижбулатов2014-08-053-0/+19
* Fix the unused arguments warningsРуслан Ижбулатов2014-08-053-0/+13
* char/xmlChar castingРуслан Ижбулатов2014-08-059-35/+35
* gchar/guchar types and castingРуслан Ижбулатов2014-08-0524-150/+149