2009-04-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleQuadrilaterals.cs: Fixes issue reported by K. Janke
	* MemoryGames/MemoryFacts.cs: Remove unused var

2009-04-05 Jordi Mas <jmas@softcatala.org>

	* GameSession.cs: Use const and style fixes
	* GameDrawingArea.cs: Use const and style fixes
	* Dialogs/PlayerHistoryDialog.cs: Use const and style fixes
	* Dialogs/CustomGameDialog.cs: Use const and style fixes
	* MemoryGames/MemoryCountDots.cs: Use const and style fixes
	* MemoryGames/MemoryIndications.cs: Use const and style fixes
	* gbrainy.cs: Use const and style fixes
	* CairoContextEx.cs: Use const and style fixes
	* PuzzleGames/PuzzleFigures.cs: Use const and style fixes
	* PuzzleGames/PuzzleCoverPercentage.cs: Use const and style fixes
	* PuzzleGames/PuzzleClocks.cs: Use const and style fixes
	* PuzzleGames/PuzzleMostInCommon.cs: Use const and style fixes
	* PuzzleGames/PuzzleDivideCircle.cs: Use const and style fixes
	* PuzzleGames/PuzzleCounting.cs: Use const and style fixes
	* PuzzleGames/PuzzleTriangles.cs: Use const and style fixes	
	* PuzzleGames/PuzzleCirclesRectangle.cs: Use const and style fixes	
	* PuzzleGames/PuzzleCube.cs: Use const and style fixes
	* PuzzleGames/PuzzleFigurePattern.cs: Use const and style fixes
	* PuzzleGames/PuzzleBalance.cs: Use const and style fixes
	* PuzzleGames/PuzzlePeopleTable.cs: Use const and style fixes
	* PuzzleGames/PuzzleLargerShape.cs: Use const and style fixes
	* CalculationGames/CalculationArithmetical.cs: Use const and style fixes
	* CalculationGames/CalculationFractions.cs: Use const and style fixes
	* CalculationGames/CalculationOperator.cs: Use const and style fixes
	* Memory.cs: Use const and style fixes

2009-04-04 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade:Fullscreen mode support
	* gbrainy.cs: Fullscreen mode support
	* GameDrawingArea.cs: Fullscreen mode support

2009-02-14 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleCounting.cs: Fix bug reported by Wolfgang Stoeggl

2009-01-21 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleCounting.cs: Add indications for translators

2009-01-19 Jordi Mas <jmas@softcatala.org>

	* MemoryGames/MemoryFacts.cs: Give more time to the user for this
	 test since it requires understanding text.	

2009-01-18 Jordi Mas <jmas@softcatala.org>
	
	* src/GameDrawingArea.cs: Use new drawing image functions
	* src/Dialogs/AboutDialog.cs: Give credit to artists
	* src/CairoContextEx.cs: New drawing image functions
	* src/PuzzleGames/PuzzleCounting.cs: New logic puzzle
	* src/SVGImage.cs: Load from assembly function
	* src/GameManager.cs: New logic puzzle
	* src/Makefile.am: New logic puzzle

2009-01-15 Jordi Mas <jmas@softcatala.org>
	
	* mono-addins-strings.xml: Add some additional required strings

2009-01-07 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: New memory game
	* MemoryGames/MemoryFacts.cs: New memory game
	* Makefile.am: New memory game

2009-01-06 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs:Allow next on memory games
	* gbrainy.cs: Allow next on memory games
	* GameSession.cs: Allow next on memory games
	* Dialogs/AboutDialog.cs: Update copyright year

2009-01-02 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Add new calculation game
	* Makefile.am: Add new calculation game
	* CalculationGames/CalculationPrimes.cs: New calculation game

2008-12-30 Jordi Mas <jmas@softcatala.org>

	* Move dialog classes to Dialogs subdirectory

2008-12-30 Jordi Mas <jmas@softcatala.org>
	
	* CalculationGames/CalculationWhichNumber.cs: Numbers should have at 
	 least one digit.

2008-12-29 Jordi Mas <jmas@softcatala.org>

	* src/PuzzleGames/PuzzleHandshakes.cs: New logic puzzle
	* GameManager.cs: New logic puzzle
	* src/Makefile.am: New logic puzzle

2008-12-28 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Make UI elements sensitive to playing. Activate resume
	* gbrainy.glade: Name elements to be able to reference them
	* GameDrawingArea.cs: New memory tip

2008-12-23 Jordi Mas <jmas@softcatala.org>

	* src/mono-addins-strings.xml: Mono-addins strings for translation
	* src/Makefile.am: Include mono-addins-strings.xml

2008-12-23 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Support for extensions
	* GameMananger.cs: Support for extensions
	* src/Makefile.am: Support for extensions
	* sample_extensions/: Sample extensions

2008-12-23 Jordi Mas <jmas@softcatala.org>

	*  gbrainy.glade: Fixes GtkSpinButton warnings

2008-12-23 Jordi Mas <jmas@softcatala.org>

	* AboutDialog.cs: Fixes close button

2008-12-22 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleLines.cs: Fixes bug on line counting

2008-11-15 Jordi Mas <jmas@softcatala.org>

	* AboutDialog.cs: Move dlg box code to his own class
	* GtkDialog.cs: gbrainy.cs: Move out dlg about code

2008-11-11 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Use ResponseType instead of numbers for dlg results
	* GtkDialog.cs: Use ResponseType instead of numbers for dlg results

2008-10-19 Jordi Mas <jmas@softcatala.org>

	* CairoContextEx.cs: Dispose not used objects

2008-09-10 Jordi Mas <jmas@softcatala.org>

	* src/gbrainy.cs: give focus to Next button after answering 
         (Ermengol's suggestion)

2008-09-01 Jordi Mas <jmas@softcatala.org>

	* src/Makefile.am: Pass compiler flags
	* src/CairoContextEx.cs: Support for GTK < 2.10

2008-08-30 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Handle exception in case that there are no SVGs
	* SVGImage.cs: Better error handling when libraries not present

2008-08-30 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: A bit more space between controls at the button bar

2008-08-29 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Better support for low resolutions

2008-08-29 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Use SVG graphics in the Welcome screen

2008-08-28 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Fixes numbering formatting display for some locales due
	  Mono bug #420468

2008-08-28 Jordi Mas <jmas@softcatala.org>

	* Makefile.am: Installs gbrainy.exe.config

2008-08-25 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: New API signature
	* gbrainy.cs: Load saved difficulty
	* CairoContextEx.cs: Allow text rotation
	* PuzzleGames/PuzzleBuildTriangle.cs: More space between both puzzles
	* PuzzleGames/PuzzleCirclesRectangle.cs: 

2008-08-23 Jordi Mas <jmas@softcatala.org>

	*  CalculationGames/CalculationTwoNumbers.cs: Centers the question

2008-08-22 Jordi Mas <jmas@softcatala.org>

	*  CalculationGames/CalculationFractions.cs: Shows 0 also when it is a
          result

2008-08-20 Jordi Mas <jmas@softcatala.org>

	*  PuzzleGames/PuzzleLargerShape.cs: Fixes puzzle logic

2008-08-19 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleOstracism.cs: Configurable answers
	* MemoryGames/MemoryFiguresNumbers.cs: Remove unnecessary spaces
	* PuzzleGames/PuzzleLargerShape.cs: Remove unnecessary spaces
	* GameDrawingArea.cs: Make message more clear

2008-08-18 Jordi Mas <jmas@softcatala.org>

	*  MemoryGames/MemoryIndications.cs: Configurable answers
	*  MemoryGames/MemoryFiguresNumbers.cs: Configurable answers
	*  MemoryGames/MemoryColouredFigures.cs: Configurable answers
	*  PuzzleGames/PuzzleFigures.cs: Configurable answers
	*  PuzzleGames/PuzzlePencil.cs: Configurable answers
	*  PuzzleGames/PuzzleClocks.cs: Configurable answers
	*  PuzzleGames/PuzzleMostInCommon.cs: Configurable answers
	*  PuzzleGames/PuzzleBuildTriangle.cs: Configurable answers
	*  PuzzleGames/PuzzleMissingSlice.cs: Configurable answers
	*  PuzzleGames/PuzzleSquareDots.cs: Configurable answers
	*  PuzzleGames/PuzzleExtraCircle.cs: Configurable answers
	*  PuzzleGames/PuzzleTetris.cs: Configurable answers
	*  PuzzleGames/PuzzleQuadrilaterals.cs: Configurable answers
	*  PuzzleGames/PuzzleFigurePattern.cs: Configurable answers
	*  PuzzleGames/PuzzleMissingPiece.cs: Configurable answers
	*  PuzzleGames/PuzzleNextFigure.cs: Configurable answers
	*  PuzzleGames/PuzzleLargerShape.cs: Configurable answers
	*  CalculationGames/CalculationWhichNumber.cs: Configurable answers
	*  Game.cs: Configurable answers

2008-08-18 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: More spacing between controls and drawing area

2008-08-05 Jordi Mas <jmas@softcatala.org>

	* src/GameDrawingArea.cs: More space between the graphic and the text
	* src/MemoryGames/MemoryIndications.cs: Missing Stroke ()
	* src/PuzzleGames/PuzzleSquares.cs: Fixes typo

2008-08-04 Jordi Mas <jmas@softcatala.org>

	* MemoryGames/MemoryNumbers.cs: New memory game
	* GameManager.cs: Include new game
	* Makefile.am: Include new game

2008-08-03 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Adds RTL layout support
	* CairoContextEx.cs: RTL support for font drawing functions

2008-08-03 Jordi Mas <jmas@softcatala.org>

	* MemoryGames/MemoryNumbers.cs renamed to MemoryFiguresNumbers.cs

2008-08-01 Jordi Mas <jmas@softcatala.org>

	* CairoContextEx.cs: Cache the background image
	* GameDrawingArea.cs: Call Destroy() for images

2008-07-31 Jordi Mas <jmas@softcatala.org>

	* ./*.cs: Pango font support
	* PuzzleGames/*.cs: Pango font support
	* CalculationGames/*.cs: Pango font support
	* MemoryGames/*.cs: Pango font support

2008-07-22 Jordi Mas <jmas@softcatala.org>

	* ColorPalette.cs: Change cyan by orange to avoid having two blues
	 in some puzzles

2008-07-22 Jordi Mas <jmas@softcatala.org>

	* PuzzleGames/PuzzleLargerShape.cs: new logic puzzle
	* GameManager.cs: Add new game
	* Makefile.am: Add new game

2008-07-21 Jordi Mas <jmas@softcatala.org>

	* Moved the games classes into CalculationGames, MemoryGames and
	 PuzzleGames to organize better the directories.
	* Makefile.am: New location for source files

2008-07-12 Jordi Mas <jmas@softcatala.org>

	* PuzzleCountSeries.cs: Remove unused bars

2008-07-01 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Better code organization (new classes)

2008-06-29 Jordi Mas <jmas@softcatala.org>

	* Game.cs: Move generic drawing operations to CairoContextEx
	* CairoContextEx.cs: Background drawing
	* SVGImage.cs: SVG image support
	* GameDrawingArea.cs: Use the same background always
	* Makefile.am: Adds SVGImage.cs
	* Puzzle*, Calculation*, Memory.cs: call base.Draw

2008-06-29 Jordi Mas <jmas@softcatala.org>

	*  MemoryFigures.cs: Better since in different difficulty levels

2008-06-17 Jordi Mas <jmas@softcatala.org>

	*  gbrainy.cs: Save toolbar on/off in the preferences
	*  Preferences.cs: Save toolbar on/off in the preferences

2008-06-17 Jordi Mas <jmas@softcatala.org>

	*  PuzzleEquation.cs: Show question mark at the end of the equation
	 (Albert Juhé suggestion)

2008-06-11 Jordi Mas <jmas@softcatala.org>

	*  CalculationWhichNumber.cs: Make sure that two equivalent fractions
         do not show up as valid answers.

2008-06-03 Jordi Mas <jmas@softcatala.org>

	*  GameManager.cs: Fixes to PDF generation
	*  CairoContextEx.cs: New constructor

2008-06-02 Jordi Mas <jmas@softcatala.org>

	*  MemoryIndications.cs: When showing the right answer, show the 
	  indications to memorize and the figure

2008-05-31 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Use Bold for the welcome text

2008-05-20 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigureLetter.cs: Allow answer with commas or spaces
	* PuzzleFigures.cs: Allow answer with commas or spaces
	* PuzzleBuildTriangle.cs: Allow answer with commas or spaces
	* Game.cs: New method TrimAnswer

2008-05-19 Jordi Mas <jmas@softcatala.org>

	* CalculationFractions.cs: Allow a double as an answer

2008-05-17 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: If there was a count down message in progress, cancel it.
	* GameDrawingArea.cs: EndDrawCountDown method

2008-05-16 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Better question
	* PuzzleCountSeries.cs: Better questions
	* PuzzleFigures.cs: Better question
	* PuzzlePencil.cs: Better question
	* PuzzleClocks.cs: Better question
	* PuzzleMostInCommon.cs: Better question
	* MemoryIndications.cs: Better question
	* PuzzleSquareDots.cs: Better question
	* PuzzleCountCircles.cs: Language fixes
	* PuzzleTetris.cs: Better question
	* PuzzleSquareSheets.cs: Better question
	* PuzzleFigurePattern.cs: True rectangle figure fix
	* PuzzleLines.cs: Better question
	* MemoryColouredFigures.cs: Better question
	* PuzzleBuildTriangle.cs: Better question
	* PuzzleEquation.cs: Better question
	* PuzzleMissingSlice.cs: Better question
	* PuzzleOstracism.cs: Better question
	* PuzzleExtraCircle.cs: Language fixes
	* PuzzleQuadrilaterals.cs: Fixes to equal length figure
	* PuzzleMissingPiece.cs: Better question
	* PuzzleNextFigure.cs: Better question
	* MemoryFigures.cs: Better question
	* PuzzleBalance.cs: New tip
	* CalculationFractions.cs: Better question

2008-05-15 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Use TextView instead of Label for Q&A
	* gbrainy.glade: Use TextView instead of Label for Q&A

2008-05-12 Jordi Mas <jmas@softcatala.org>

	* PuzzleCountSeries.cs: Better question
	* PuzzleFourSided.cs: New logic puzzle
	* Makefile.am: New logic puzzle
	* GameManager.cs: New logic puzzle

2008-05-10 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: A better randomize algorithm for 'All games'

2008-05-10 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Use generics
	* PuzzleFigures.cs: Use generics
	* PuzzlePencil.cs: Use generics
	* PuzzleMostInCommon.cs: Use generics
	* MemoryIndications.cs: Use generics
	* PuzzleSquareDots.cs: Use generics
	* PuzzleTetris.cs: Use generics
	* MemoryWords.cs: Use generics
	* MemoryColouredFigures.cs: Use generics
	* PuzzleMissingSlice.cs: Use generics
	* PuzzleOstracism.cs: Use generics
	* PuzzleExtraCircle.cs: Use generics
	* PuzzleSquaresAndLetters.cs: Use generics
	* PuzzleMissingPiece.cs: Use generics
	* CalculationWhichNumber.cs: Use generics
	* MemoryFigures.cs: Use generics
	* ArrayListIndicesRandom.cs: Use generics

2008-05-10 Jordi Mas <jmas@softcatala.org>

	* PuzzleCountSeries.cs: Use Catalog.GetString for getting strings

2008-05-10 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Fixes custom game's list
	* CalculationTwoNumbers.cs: Decreases difficulty. It was too hard.
	* CalculationOperator.cs: Explain better how to answer

2008-05-10 Jordi Mas <jmas@softcatala.org>

	*  Preferences.cs: Preferences directory creation
	*  PlayerHistory.cs: Move to Save Method preferences directory creation

2008-05-09 Jordi Mas <jmas@softcatala.org>

	* PlayerHistoryDialog.cs: Grid lines and clip lines
	* gbrainy.glade: Better player's history layout

2008-05-09 Jordi Mas <jmas@softcatala.org>

	* PlayerHistory.cs: New clean method and use preference settings
	* Preferences.cs: Player's history preferences
	* PreferencesDialog.cs: Player's history preferences
	* gbrainy.glade: Player's history preferences

2008-05-08 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: When playing all games, do a better selection less
         based on logic puzzles

2008-05-08 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Use new Preference object
	* Preferences.cs: Preferences serialization
	* PreferencesDialog.cs: Use new preferences object
	* Makefile.am: New preferences object
	* gbrainy.glade: OnOk handler

2008-05-06 Jordi Mas <jmas@softcatala.org>

	* GtkDialog.cs: New class that encapsulates functionality for dialogs
	* PlayerHistory.cs: Keeps player game history
	* gbrainy.cs: Keeps user history
	* PreferencesDialog.cs: Uses new GtkDialog
	* CustomGameDialog.cs: Uses new GtkDialog
	* PlayerHistoryDialog.cs: Shows player history
	* gbrainy.glade: New dialog
	* Makefile.am: New files

2008-05-06 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Use graphics when showing score results

2008-05-01 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: New logic game
	* PuzzleCountSeries.cs: New logic game
	* Makefile.am: New logic game

2008-04-29 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: New logic game
	* PuzzleExtraCircle.cs: New logic game
	* Makefile.am: New logic game

2008-04-28 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs:Standardize questions 
 	* PuzzlePencil.cs:Standardize questions 
	* PuzzleClocks.cs: Standardize questions 
	* PuzzleMostInCommon.cs:Standardize questions  
	* MemoryIndications.cs: Standardize questions 
	* MemoryColouredFigures.cs: Standardize questions 
	* PuzzleBuildTriangle.cs: Standardize questions  
	* PuzzleQuadrilaterals.cs: Standardize questions 
	* PuzzleMissingPiece.cs: Standardize questions 
	* CalculationWhichNumber.cs: Standardize questions 
	* MemoryFigures.cs: Standardize questions 

2008-04-22 Jordi Mas <jmas@softcatala.org>

	* Renames PuzzlePairs.cs into PuzzleTrianglesWithNumbers.cs
	* Renames PuzzleAlphabeticSequence.cs into PuzzleAlphabeticSequence.cs
	* GameManager.cs: Names change
	* PuzzleSquaresAndLetters.cs: Names change

2008-04-22 Jordi Irazuzta <irazuzta@gmail.com> and Jordi Mas

	* GameDrawingArea.cs: Use a square drawing area
	* CustomGameDialog.cs: Use a square drawing area
	* gbrainy.glade: Better expansion parameters

2008-04-15 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Use gradients
	* MemoryColouredFigures.cs: Use gradients
	* CairoContextEx.cs: Generic gradient function

2008-04-15 Jordi Mas <jmas@softcatala.org>

	*  PuzzleLines.cs: Better question and tip

2008-04-14 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Adds new game
	* CalculationFractions.cs: New calculation game
	* Makefile.am: Adds new game

2008-04-12 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Function to generate an output with all puzzles

2008-04-07 Jordi Mas <jmas@softcatala.org>

	* PuzzleEquations.cs:Same hight that other single line puzzles

2008-04-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleQuadrilaterals.cs: New logic puzzle
	* GameManager.cs: Add new logic puzzle
	* Makefile.am: Add new puzzle

2008-04-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleMatrixGroups.cs: Use gradients instead of the blue color
	* PuzzleCoverPercentage.cs: Use gradients instead of solid gray
	* CairoContextEx.cs: New member FillGradient
	* Memory.cs: Nicer red gradient

2008-04-02 Jordi Mas <jmas@softcatala.org>

	* PuzzleEquation.cs: New logic puzzle
	* GameManager.cs: Add new logic puzzle
	* Makefile.am: Add new puzzle

2008-04-04 Jordi Mas <jmas@softcatala.org>

	* CalculationGreatestDivisor.cs: Move Font functions to GC class
	* CairoContextEx.cs: Move Font functions to GC class
	* PuzzleNumericSequence.cs: Move Font functions to GC class
	* Game.cs: Move Font functions to GC class
	* PuzzleNumericRelation.cs: Move Font functions to GC class
	* CalculationOperator.cs: Move Font functions to GC class
	* PuzzleOstracism.cs: Move Font functions to GC class
	* CalculationTwoNumbers.cs: Move Font functions to GC class
	* CalculationArithmetical.cs: Move Font functions to GC class
	* CalculationWhichNumber.cs: Move Font functions to GC class

2008-04-03 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: Use gnome stock_item's

2008-04-02 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: More feedback to the player about her game

2008-04-02 Jordi Mas <jmas@softcatala.org>

	* PuzzleCountCircles.cs: New logic puzzle
	* GameManager.cs: Add new logic puzzle
	* Makefile.am: Add new puzzle

2008-03-28 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs: Adds gbrainy's license in the about box

2008-02-28 Jordi Mas <jmas@softcatala.org>

	* Game.cs: Different time scoring for different difficulty levels

2008-02-25 Jordi Mas <jmas@softcatala.org>

	* PuzzleMissingPiece.cs: Fix answer explanation by Wolfgang Stoeggl

2008-02-24 Jordi Mas <jmas@softcatala.org>

	* PuzzleLines.cs: Implement difficult levels in the game
	* MemoryIndications.cs: Implement difficult levels in the game
	* PuzzleDivideCircle.cs: Implement difficult levels in the game
	* PuzzleTriangles.cs: Implement difficult levels in the game
	* PuzzleNumericSequence.cs: Implement difficult levels in the game
	* PuzzleNumericRelation.cs: Implement difficult levels in the game
	* CalculationWhichNumber.cs: Implement difficult levels in the game
	* PuzzleSquares.cs:Implement difficult levels in the game

2008-02-24 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Suggest the use of the difficult levels

2008-02-24 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: make answer and question controls bigger

2008-02-22 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigureLetter.cs: Adds the figures name to make more clear the
	 sequence

2008-02-21 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigureLetter.cs: Unifies terminology

2008-02-21 Jordi Mas <jmas@softcatala.org>

	* PuzzleClocks.cs: Better logic challenge

2008-02-19 Jordi Mas <jmas@softcatala.org>

	* PuzzleClocks.cs: Adds new puzzle
	* Makefile.am: Add new logic puzzle
	* GameManager.cs: Add new logic puzzle

2008-02-18 Jordi Mas <jmas@softcatala.org>

	* CalculationOperator.cs: Use calculation instead of Math
	* gbrainy.cs: Use calculation instead of Math
	* CalculationGreatestDivisor.cs: Use calculation instead of Math
	* GameManager.cs: Use calculation instead of Math
	* CalculatioWhichNumber.cs: Use calculation instead of Math
	* GameSession.cs: Use calculation instead of Math
	* CalculationTwoNumbers.cs: Use calculation instead of Math
	* CalculationArithmetical.cs: Use calculation instead of Math
	* CalculationWhichNumber.cs: Use calculation instead of Math
	* Makefile.am: Use calculation instead of Math

2008-02-18 Jordi Mas <jmas@softcatala.org>

	* PuzzleCoverPercentage.cs: Standardize puzzle name capitalization
	* MemoryColouredFigures.cs: Standardize puzzle name capitalization
	* MathGreaterDivisor.cs: Standardize puzzle name capitalization	
	* PuzzleMatrixNumbers.cs: Standardize puzzle name capitalization
	* PuzzleSquareSheets.cs: Standardize puzzle name capitalization

2008-02-18 Jordi Mas <jmas@softcatala.org>

	* PuzzleAlphabeticSequence.cs: English fixes, style and more clarity
	* PuzzleDivideCircle.cs: English fixes, style and more clarity
	* MathGreaterDivisor.cs: English fixes, style and more clarity
	* PuzzleCirclesRectangle.cs: English fixes, style and more clarity
	* PuzzlePairs.cs: English fixes, style and more clarity
	* PuzzleFigurePattern.cs: English fixes, style and more clarity

2008-02-18 Jordi Mas <jmas@softcatala.org>

	* CairoContextEx.cs: Use Gdk.CairoHelper to create contexts
	* GameDrawingArea.cs: Use Gdk.CairoHelper to create contexts
	* CustomGameDialog.cs: Use Gdk.CairoHelper to create contexts

2008-02-18 Jordi Mas <jmas@softcatala.org>

	* PuzzleMatrixGroups.cs: English fixes, style and more clarity
	* PuzzleMoveFigure.cs: English fixes, style and more clarity
	* PuzzlePencil.cs: English fixes, style and more clarity
	* PuzzleLines.cs: English fixes, style and more clarity
	* PuzzleCoverPercentage.cs: English fixes, style and more clarity
	* MemoryColouredFigures.cs: English fixes, style and more clarity
	* PuzzleMostInCommon.cs: English fixes, style and more clarity
	* MemoryIndications.cs: English fixes, style and more clarity
	* CairoContextEx.cs: English fixes, style and more clarity
	* PuzzleTriangles.cs: English fixes, style and more clarity
	* PuzzleMissingSlice.cs: English fixes, style and more clarity
	* MemoryNumbers.cs: English fixes, style and more clarity
	* PuzzleNumericSequence.cs: English fixes, style and more clarity
	* Game.cs: English fixes, style and more clarity
	* PuzzleMatrixNumbers.cs: English fixes, style and more clarity
	* PuzzleNumericRelation.cs: English fixes, style and more clarity
	* GameDrawingArea.cs: English fixes, style and more clarity
	* PuzzleOstracism.cs: English fixes, style and more clarity
	* CustomGameDialog.cs: English fixes, style and more clarity
	* PuzzleTetris.cs: English fixes, style and more clarity
	* PuzzleSquareSheets.cs: English fixes, style and more clarity
	* PuzzleMissingPiece.cs: English fixes, style and more clarity
	* PuzzleNextFigure.cs: English fixes, style and more clarity
	* gbrainy.cs: English fixes, style and more clarity
	* PuzzleSquares.cs: English fixes, style and more clarity
	* PuzzleBalance.cs: English fixes, style and more clarity
	* gbrainy.glade: English fixes, style and more clarity
	* PuzzlePeopleTable.cs: English fixes, style and more clarity
	* Memory.cs: English fixes, style and more clarity
	* MemoryColouredText.cs: English fixes, style and more clarity

2008-02-17 Jordi Mas <jmas@softcatala.org>

	* CairoContextEx.cs: Groups all the context related primitives
	* DrawingHelpers.cs: Remove it

2008-02-14 Jordi Mas <jmas@softcatala.org>

	* PuzzleBuildTriangle.cs: Adds tip

2008-02-12 Jordi Mas <jmas@softcatala.org>

	* PuzzleBuildTriangle.cs: Standardizes memory question
	* Makefile.am: Add new logic puzzle
	* GameManager.cs: Add new logic puzzle
	* PuzzlePeopleTable.cs: Fixes English strings
	* PuzzleBuildTriangle.cs: New logic puzzle

2008-02-10 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Standardizes memory question
	* MemoryColouredFigures.cs: Standardizes memory question
	* MemoryIndications.cs: Standardizes memory question
	* MemoryNumbers.cs: Standardizes memory question
	* MemoryWords.cs: Standardizes memory question
	* MemoryFigures.cs: Standardizes memory question
	* Memory.cs: Standardizes memory question
	* MemoryColouredText.cs: Standardizes memory question

2008-02-06 Jordi Mas <jmas@softcatala.org>
 
 	* GameDrawingArea.cs: Fixes typo
	* Makefile.am: Add new logic puzzle
	* GameManager.cs: Add new logic puzzle
	* PuzzleMostInCommon.cs: New logic puzzle
	* ArrayListIndicesRandom.cs: New method, documentation

2008-02-03 Jordi Mas <jmas@softcatala.org>
 
 	* GameDrawingArea.cs: Fixes threading problem

2008-02-02 Jordi Mas <jmas@softcatala.org>
	
	* GameManager.cs: Only games for the current difficulty level

2008-01-31 Jordi Mas <jmas@softcatala.org>

	* MathGreaterDivisor.cs: Implement difficult levels in the game
	* MathTwoNumbers.cs: Implement difficult levels in the game
	* MathArithmetical.cs: Implement difficult levels in the game
	* MemoryFigures.cs: Implement difficult levels in the game
	* CustomGameDialog.cs: Use gbrainy icon in dialog
	* PreferencesDialog.cs: Use gbrainy icon in dialog
	* GameDrawingArea.cs: Two new tips and countdown does not show 0

2008-01-29 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Implement difficult levels in the game
	* MemoryColouredFigures.cs: Implement difficult levels in the game
	* MemoryNumbers.cs: Implement difficult levels in the game
	* MemoryColouredText.cs: Implement difficult levels in the game
	* PreferencesDialog.cs: Add difficulty levels options
	* GameManager.cs: Add difficult levels
	* Game.cs: Add difficulty levels
	* GameSession.cs: Difficulty levels for the game session
	* PuzzleCirclesRectangle.cs: Include level for the game (only master)
	* MemoryWords.cs: Add difficulty levels options
	* gbrainy.cs: Add difficulty level support
	* gbrainy.glade: New preferences options
	
2008-01-28 Jordi Mas <jmas@softcatala.org>

	* MathWhichNumber.cs: Removes not needed space at the end of question
	* MemoryWords.cs: More space between words for longer languages
	* MemoryColouredText.cs: More space between words for longer languages

2008-01-27 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Make some messages more I18N friendly
	* gbrainy.cs: New localizable text

2008-01-27 Jordi Mas <jmas@softcatala.org>

	* MathOperator.cs: Patch by Brandon Perry and Jordi Mas
	* GameManager.cs: Activate Math Operator game

2008-01-26 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Make some messages more I18N friendly

2008-01-21 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: fixes text, uses stock buttons.

2008-01-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleSquareDots.cs: Random right answer

2008-01-05 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: More clear text
	* GameDrawingArea.cs: More clear text

2008-01-05 Jordi Mas <jmas@softcatala.org>

	* PuzzleLines.cs: More clear text
	* GameManager.cs: Add MemoryIndications to the list of games
	* PuzzleMatrixNumbers.cs: Make text better localizable
	* PuzzleTetris.cs: More precise question
	* gbrainy.cs: Update copyright year

2008-01-02 Jordi Mas <jmas@softcatala.org>
	
	* MemoryIndications.cs: New memory puzzle
	* Makefile.am: Add new memory puzzle
	* GameManager.cs: Add memory puzzle
	* PuzzleMissingSlice.cs: Move method to DrawingHelper
	* DrawingHelpers.cs: New share method 

2007-12-30 Jordi Mas <jmas@softcatala.org>
	
	* PuzzleTetris.cs: New logic puzzle
	* PuzzleMissingPiece.cs: New logic puzzle
	* PuzzleLines.cs: New logic puzzle
	* Makefile.am: Add new logic puzzles
	* GameManager.cs: Add new logic puzzles

2007-12-27 Jordi Mas <jmas@softcatala.org>

	* PuzzleNextFigure.cs: Better i18n text
	* PuzzlePencil.cs: Better i18n text
	* PuzzleMissingSlice.cs: Better i18n text
	* MemoryNumbers.cs: Better i18n text
	* PuzzleSquareDots.cs: Better i18n text
	* GameDrawingArea.cs: Reduce repetitions in text
	* PuzzleFigurePattern.cs: Better i18n text


2007-12-26 Jordi Mas <jmas@softcatala.org>

	* PreferencesDialog.cs: New preferences dialog box
	* GameDrawingArea.cs: New tip
	* gbrainy.cs: Preferences dialog box integration
	* gbrainy.glade: Preferences dialog box
	* Makefile.am: New dialog box

2007-12-22 Jordi Mas <jmas@softcatala.org>
	
	* gbrainy.cs: SetProcessName based on code by Aaron Bockover

2007-12-22 Jordi Mas <jmas@softcatala.org>
	
	* PuzzleMissingSlice: New logic puzzle
	* Makefile.am: Add new puzzle
	* GameManager.cs: Add new puzzle

2007-12-20 Jordi Mas <jmas@softcatala.org>

	* MemoryNumbers.cs:Init vars
	* MemoryColouredFigures.cs: Init vars

2007-12-19 Jordi Mas <jmas@softcatala.org>

	* Makefile.am: Better gbrainy launch script
	* gbrainy.in: Better gbrainy launch script

2007-12-16 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: Fixes to the app layout
	* PuzzlePencil.cs: More precise question

2007-12-11 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Refactors and simplifies memory shading
	* MemoryColouredFigures.cs: Refactors and simplifies memory shading
	* MemoryNumbers.cs: Refactors and simplifies memory shading
	* MemoryWords.cs: Refactors and simplifies memory shading 
	* MemoryFigures.cs: Refactors and simplifies memory shading
	* Memory.cs: Refactors and simplifies memory shading
	* MemoryColouredText.cs: Refactors and simplifies memory shading

2007-12-11 Jordi Mas <jmas@softcatala.org>

	* MemoryFigures.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-12-11 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: Add support for count down drawing
	* gbrainy.cs: Add support for count down drawing
	* Memory.cs: Add support for start the timer after init.

2007-11-30 Jordi Mas <jmas@softcatala.org>

	* MathWhichNumber.cs: Remove unused variable
	* PuzzleSquareSheets.cs: More precise question
	* PuzzleNextFigure.cs:Remove unused variable
	* gbrainy.cs: Remove unused variable
	* gbrainy.in: Avoid changing the directory

2007-11-19 Jordi Mas <jmas@softcatala.org>

	* Defines.cs.in: new path for DATA_DIR

2007-11-15 Jordi Mas <jmas@softcatala.org>

	* PuzzleNextFigure.cs: Adds answer explanation

2007-11-13 Jordi Mas <jmas@softcatala.org>
	
	* GameSession.cs: End the game if the user starts a new one
	* gbrainy.cs: Bring the focus to the text entry widget

2007-11-12 Jordi Mas <jmas@softcatala.org>
	
	* GameDrawingArea.cs: Add GetString to the localizable text

2007-11-12 Jordi Mas <jmas@softcatala.org>
	
	* PuzzleOstracism.cs: Add tip
	* gbrainy.cs: Better game status control
	* ColorPalette.cs: A new set of soften colors.
	* GameSession.cs: Support for session status
	

2007-11-11 Jordi Mas <jmas@softcatala.org>
	
	* PuzzleOstracism.cs: Add tip
	* gbrainy.cs: New toolbar button 'All Games'
	* PuzzleBalance.cs: Fixes some bugs
	* Makefile.am: Adds new icon

2007-11-11 Jordi Mas <jmas@softcatala.org>
	
	* Game.cs: Lighter color for the background
	* GameDrawingArea.cs: New welcome string
	* Defines.cs.in: New define
	* gbrainy.cs: Adds toolbar management
	* gbrainy.glade: Adds toolbar
	* Makefile.am: Adds new file

2007-11-08 Jordi Mas <jmas@softcatala.org>
	
	* MathWhichNumber.cs: Standardize the use of font sizes
	* MathGreaterDivisor.cs: Standardize the use of font sizes
	* MathOperator.cs: Standardize the use of font sizes
	* PuzzleNumericSequence.cs: Standardize the use of font sizes
	* PuzzleNumericRelation.cs: Standardize the use of font sizes
	* PuzzleOstracism.cs: Standardize the use of font sizes
	* MathTwoNumbers.cs: Standardize the use of font sizes
	* MathArithmetical.cs: Standardize the use of font sizes
	* Game.cs: New font functions

2007-11-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigures.cs: Adds complete explanation.
	* GameDrawingArea.cs: Two new tips

2007-11-05 Jordi Mas <jmas@softcatala.org>

	* Fixes PuzzleCirclesRectangle.cs. Thanks to Andreas Hartmann and
	 Jordi Irazuzta for reporting and helping fixing this bug.

2007-11-04 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Standardize English spelling
	* PuzzleNumericRelation.cs: Avoid 0 as an option
	* PuzzleNextFigure.cs: Make the right solution random
	* gbrainy.cs: Disable text entry

2007-11-03 Jordi Mas <jmas@softcatala.org>

	* GameOverDialog.cs: Remove old game over dialog. We use the game 
	 drawing area now.
	* Game.cs: Add score system.
	* GameSession.cs: Add score system.
	* DrawingHelpers.cs: New common draw method.
	* gbrainy.cs: New score system and remove old game over dialog.
	* gbrainy.glade: Remove old game over dialog.
	* Makefile.am: Remove old game over dialog.

2007-11-03 Jordi Mas <jmas@softcatala.org>

	* GameSession.cs: Shorter status bar text
	* gbrainy.glade: Make gbrainy drawing area smaller
	* gbrainy.cs: Do not use bold for the questions (more space)

2007-11-02 Jordi Mas <jmas@softcatala.org>

	* GameDrawingArea.cs: New class to encapsulate the game area drawing
	* gbrainy.cs: remove dead code
	* Makefile.am: Add new class

2007-11-02 Jordi Mas <jmas@softcatala.org>
	
	* PuzzlePeopleTable.cs: New logic puzzle
	* Makefile.am: Add new puzzle
	* GameManager.cs: Add new puzzle

2007-11-02 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Standardize English spelling
	* MathWhichNumber.cs: Standardize English spelling
	* PuzzleCoverPercentage.cs: Standardize English spelling
	* MemoryColouredFigures.cs: Standardize English spelling
	* MemoryColouredText.cs: Standardize English spelling

2007-11-02 Jordi Mas <jmas@softcatala.org>

	* MemoryCountDots.cs: Use ColorPalete
	* MemoryColouredFigures.cs: Use ColorPalete
	* Makefile.am: Add ColorPalete 
	* MemoryColouredText.cs: Use ColorPalete
	* ColorPalette.cs: Add new class

2007-11-02 Jordi Mas <jmas@softcatala.org>

	* PuzzleOstracism.cs: Make sure that they not share other properties
	* PuzzlePairs.cs: Add tip
	* PuzzleFigurePattern.cs: Add tip and fixes

2007-11-01 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigures.cs: Use DrawingHelpers and get rid of local code
	* PuzzleBalance.cs: Use DrawingHelpers and get rid of local code

2007-11-01 Jordi Mas <jmas@softcatala.org>

	* DrawingHelpers.cs: New common drawing operations
	* PuzzleFigurePattern.cs: Add new puzzle
	* Makefile.am: Add new puzzle
	* GameManager.cs: Add new puzzle

2007-10-31 Brandon Perry <bperry.volatile@gmail.com>

	* MathOperator.cs: New Mental calculation game
	* GameManager.cs: Add new Mental calculation game
	* Makefile.am: Add new Mental calculation game

2007-10-31 Jordi Mas <jmas@softcatala.org>

	* DrawingHelpers.cs: Utility class for common drawing operations
	* MathArithmetical.cs: Aligns numbers properly instead of using spaces
	* Makefile.am: Add new class

2007-10-31 Siegfried-Angel <siggi.gevatter@gmail.com>

	* MemoryCountDots.cs: Fixes spelling mistake

2007-10-30 Javier M Mora <javiermm@gmail.com>

	* MemoryCountDots.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-10-29 Jordi Mas <jmas@softcatala.org>

	* PuzzleOstracism.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-10-29 Jordi Mas <jmas@softcatala.org>

	* PuzzlePairs.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle
	* MemoryWords.cs: Remove warnings

2007-10-23 Jordi Mas <jmas@softcatala.org>

	* MathWhichNumber: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-10-23 Javier M. Mora Merchan <jamarier@gmail.com>

	* PuzzleMatrixNumbers.cs: Includes also vertical logic in the puzzle

2007-10-21 Jordi Mas <jmas@softcatala.org>

	* PuzzleMatrixGroups.cs: Use default drawing colour
	* MemoryColouredFigures.cs: Add fading effect
	* MemoryNumbers.cs: Add fading effect
	* Game.cs: Add fading effect
	* MemoryWords.cs: Add fading effect
	* Memory.cs: Add fading effect and gradient time bar
	* MemoryColouredText.cs: Add fading effect

2007-10-14 Jordi Mas <jmas@softcatala.org>

	* gbrainy.in: Makes the binary dir where gbrainy is installed flexible
	* Makefile.am: Makes the binary dir where gbrainy is installed flexible

2007-10-14 Jordi Mas <jmas@softcatala.org>

	* CustomGameDialog.cs: Math -> Mental calculation (more precise)
	* gbrainy.glade: Math -> Mental calculation (more precise)

2007-10-14 Brandon Perry <bperry.volatile@gmail.com>

	* PuzzleCube.cs: Shorter question

2007-10-09 Jordi Mas <jmas@softcatala.org>

	* PuzzleMatrixGroups.cs: bug fix (wrong answer in certain cases)

2007-10-07 Jordi Mas <jmas@softcatala.org>

	* PuzzleBalance.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-10-07 Jordi Mas <jmas@softcatala.org>

	* PuzzleMoveFigure.cs: Give more precise instructions for the solution.
	* PuzzleTriangles.cs: Fixes and a new triangle in the same puzzle.
	* MathArithmetical.cs: Remove percentage operations. Too confusing.
	* PuzzleSquareSheets.cs: Make the question more precise.
	* PuzzleSquares.cs: More precise solution.

2007-10-03 Jordi Mas <jmas@softcatala.org>

	* PuzzleMatrixGroups.cs: New logic puzzle
	* GameManager.cs: Add new puzzle
	* Makefile.am: Add new puzzle

2007-10-02 Jordi Mas <jmas@softcatala.org>

	* PuzzleAlphabeticSequence.cs: Remove misleading tip
	* PuzzleNumericSequence.cs: Make the sequence more predictable
	* PuzzleCirclesRectangle.cs: Be more precise with the question
	* PuzzleSquares.cs: Be more precise with the tip

2007-10-02 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Adds MathTwoNumbers
	* MathTwoNumbers.cs: New maths puzzle
	* Makefile.am: Adds MathTwoNumbers

2007-09-30 Phil Bordelon <phil@thenexusproject.org>

	* PuzzleNumericRelation.cs: Fixes spelling mistakes

2007-09-29 Jordi Mas <jmas@softcatala.org>

	* MemoryColouredFigures.cs: avoid showing repeated answers
	* MemoryNumbers.cs: avoid showing repeated answers
	* PuzzleNumericRelation.cs: Make it more easy to understand
	* PuzzleCirclesRectangle.cs: Fixes typos
	* gbrainy.cs: Congratulate the user when she wins

2007-09-29 Jordi Mas <jmas@softcatala.org>

	* PuzzleTriangles.cs: Better explanation of how the answer works
	* MathGreaterDivisor.cs: New math puzzle MathGreaterDivisor
	* GameManager.cs: Adds MathGreaterDivisor puzzle
	* Makefile.am: Adds MathGreaterDivisor puzzle
	* gbrainy.glade: More space between buttons 
	* GameSession.cs: Leaves an additional space in the status bar msg
	* gbrainy.cs: Only accept answers when the answer button is active

2007-09-25 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigures.cs: Use Math.PI as PI number
	* PuzzleMoveFigure.cs: Use Math.PI as PI number
	* PuzzleNextFigure.cs: Use Math.PI as PI number
	* CustomGameDialog.cs: Shorter text
	* PuzzleDivideCircle.cs: New logic puzzle
	* GameManager.cs: Add new logic puzzle
	* Makefile.am: Add new logic puzzle

2007-09-24 Jordi Mas <jmas@softcatala.org>

	* GameType.cs: Moved as inner enum in classes
 	* GameManager.cs: Custom game support
	* Game.cs: Custom game and preview support
	* GameSession.cs: Custom game support
	* MathArithmetical.cs: Add Type property
	* CustomGameDialog.cs: New Dialog box
	* gbrainy.cs:  Custom game support
	* gbrainy.glade: New custom game dialog box
	* Makefile.am: Add CustomGameDialog.cs to the build
	* Memory.cs: Add Type property

2007-09-18 Jordi Mas <jmas@softcatala.org>

	* Makefile.am: use pre-calcultated dependencies

2007-09-18 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: New activate handler
	* MemoryWords.cs: Fix puzzle name
	* gbrainy.cs: Return accepts the answer

2007-09-15 Jordi Mas <jmas@softcatala.org>

	* gbrainy.glade: Add mnemonics to buttons

2007-09-12 Jordi Mas <jmas@softcatala.org>

	* PuzzleFigureLetter.cs: Keep sample in alphabetical order
	* MemoryColouredFigures.cs: Fixes typo
	* MemoryNumbers.cs:  Fixes typo
	* gbrainy.cs: Add tip for translators

2007-09-12 Stéphane Démurget <stephane.demurget@free.fr>

 	* src/PuzzleCirclesRectangle.cs: misc typo fixes.
	* src/PuzzleCube.cs: misc typo fixes.
	* src/PuzzleMatrixNumbers.cs: misc typo fixes.
	* src/PuzzleSquares.cs: misc typo fixes.
	* src/PuzzleSquareSheets.cs: misc typo fixes.
	* src/PuzzleTriangles.cs: misc typo fixes.

2007-09-11 Jordi Mas <jmas@softcatala.org>

	* AssemblyInfo.cs.in: Add AssemblyInfo
	* Defines.cs.in: Add copyright header
	* Makefile.am: Add AssemblyInfo.cs to the build

2007-09-11 Jordi Mas <jmas@softcatala.org>

	* gbrainy.cs gbrainy.glade: move main window from app widget to window 

2007-09-10 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Add PuzzleFigureLetter to the list of games
	* PuzzleFigureLetter.cs: New puzzle
	* Makefile.am: Add PuzzleFigureLetter to the build system
	* gbrainy.cs: If there is text in the answer field process it before go
	 going to the next puzzle

2007-09-09 Jordi Mas <jmas@softcatala.org>

	* PuzzleRectangles.cs: Remove duplicate puzzle (PuzzleSquares.cs)
	* Makefile.am: Remove PuzzleRectangles.cs

2007-09-08 Jordi Mas <jmas@softcatala.org>

	* GameManager.cs: Add MemoryWords to the list of games
	* MemoryWords.cs: New memory trainer
	* Makefile.am: Add MemoryWords to the build system

2007-09-06 Jordi Mas <jmas@softcatala.org>

	* PuzzleCube.cs: New logic puzzle
	* Makefile: Add PuzzleCube to the build system
	* GameManager.cs: Add PuzzleCube to the list of games
 
2007-09-05 Jordi Mas <jmas@softcatala.org>

	* PuzzleSquareDots.cs: Makes right answer no so obvious
	* MemoryNumbers.cs: Fixes spelling mistake
	* PuzzleNextFigure.cs: Indicates the answer's format in the question
	* gbrainy.cs: Fixes spelling mistake
	* PuzzleRectangles.cs: Fixes spelling mistake
	* GameSession.cs: Fixes average time calculation
	* MathArithmetical.cs: Make it more playable by humans

2007-08-26 Jordi Mas <jmas@softcatala.org>

	* MemoryColouredFigures: Added the first memory trainer
	* gbrainy.glade: Add new game options for new games

2007-08-25 Jordi Mas <jmas@softcatala.org>

        * GameSeesion.cs: Moved to this new class all the session details
 	* MathArithmetical.cs: Added the first math trainer test 
	* GnomeManager.cs: refactored
	* GameType.cs: New enum that defines the different kind of games

2007-08-21 Jordi Mas <jmas@softcatala.org>

        * PuzzleSquareSheets.cs: Added new puzzle
	* PuzzleTriangles.cs: Added tip 

2007-08-22 Ross Burton <ross@burtonini.com>

        * Makefile.am: Fixes make distcheck

2007-08-21 Jordi Mas <jmas@softcatala.org>

        * Initial release


