graph
- * _ListItem in HistoryManager will now return a string object in __str__2009-06-13, by cheesesucker
- * Fixed a bug where resizing a listbox with non-ascii characters would give errors2009-06-13, by cheesesucker
- Fixed a bug in the OpenGl renderer where the last chunk of images would not be displayed when image_height % chunk_size was 0.2009-06-11, by cheesesucker
- Fix for buildscripts, so linux mint will detect Xcursor. Thanks to chewie for patch2009-06-09, by cheesesucker
- A workaround for a bug in SDL which makes the cursor jump when SDL_ShowCursor() is called. This patch does not completely fix the problem, but at least makes the editor usable in fullscreen mode.2009-06-09, by cheesesucker
- * Really fixed proper support for non-ascii filenames for FileBrowser2009-06-08, by cheesesucker
- * Mirrored selection tool icon (looks better this way)2009-06-08, by mvbarracuda
- Proper decoding of file names for filebrowser2009-06-08, by cheesesucker
- * Cursor will now respect image shift values when drawing the cursor2009-06-08, by cheesesucker
- * Fixed HistoryManager to work with linear undo2009-06-08, by cheesesucker
- Merged editor_rewrite branch to trunk.2009-06-08, by cheesesucker
- * Fixed a small unicode bug for the dropdown menu2009-06-03, by nihathrael
- * Added patch by MadMonk that exposes the guichan focus functions to pychan2009-05-08, by nihathrael
- Added christoph's patch to add support for newer boost versions2009-04-29, by nihathrael
- Documentation cross reference fixes.2009-03-27, by phoku
- Extension widgets 'namespace' created.2009-03-26, by phoku
- Further split up the containers.py; bugfix.2009-03-26, by phoku
- widgets.py split up.2009-03-26, by phoku
- More documentation.2009-03-25, by phoku
- Documentation for the World2009-03-25, by phoku
- Fixed second camera in rio.2009-03-25, by phoku
- 'Fixed' segfault in rio de hola. Font system in FIFE is odd.2009-03-25, by phoku
- Switched to FreeSans for rio de hola.2009-03-25, by phoku
- Switched default font in the editor to FreeSans.2009-03-25, by phoku
- Made add/removeChildren also accept a single iterable as2009-03-25, by phoku
- Removed unused TimerListener.2009-03-24, by phoku
- Removed some weird stubs.2009-03-24, by phoku
- Removed HelpText from C++.2009-03-24, by phoku
- Fix error when no object namespaces were loaded2009-03-24, by cheesesucker
- Added removeAllChildren method. (untested)2009-03-24, by phoku