2009-06-09 |
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-08 |
cheesesucker |
* Really fixed proper support for non-ascii filenames for FileBrowser
|
2009-06-08 |
mvbarracuda |
* Mirrored selection tool icon (looks better this way)
|
2009-06-08 |
cheesesucker |
Proper decoding of file names for filebrowser
|
2009-06-08 |
cheesesucker |
* Cursor will now respect image shift values when drawing the cursor
|
2009-06-08 |
cheesesucker |
* Fixed HistoryManager to work with linear undo
|
2009-06-08 |
cheesesucker |
Merged editor_rewrite branch to trunk.
|
2009-06-03 |
nihathrael |
* Fixed a small unicode bug for the dropdown menu
|
2009-05-08 |
nihathrael |
* Added patch by MadMonk that exposes the guichan focus functions to pychan
|
2009-04-29 |
nihathrael |
Added christoph's patch to add support for newer boost versions
|
2009-03-27 |
phoku |
Documentation cross reference fixes.
|
2009-03-26 |
phoku |
Extension widgets 'namespace' created.
|
2009-03-26 |
phoku |
Further split up the containers.py; bugfix.
|
2009-03-26 |
phoku |
widgets.py split up.
|
2009-03-25 |
phoku |
More documentation.
|
2009-03-25 |
phoku |
Documentation for the World
|
2009-03-25 |
phoku |
Fixed second camera in rio.
|
2009-03-25 |
phoku |
'Fixed' segfault in rio de hola. Font system in FIFE is odd.
|
2009-03-25 |
phoku |
Switched to FreeSans for rio de hola.
|
2009-03-25 |
phoku |
Switched default font in the editor to FreeSans.
|
2009-03-25 |
phoku |
Made add/removeChildren also accept a single iterable as
|
2009-03-24 |
phoku |
Removed unused TimerListener.
|
2009-03-24 |
phoku |
Removed some weird stubs.
|
2009-03-24 |
phoku |
Removed HelpText from C++.
|
2009-03-24 |
cheesesucker |
Fix error when no object namespaces were loaded
|
2009-03-24 |
phoku |
Added removeAllChildren method. (untested)
|
2009-03-24 |
phoku |
Added the 'position_techinque' attr, so it can be used from XML.
|
2009-03-23 |
cheesesucker |
Workaround for a crash on Win32 when trying to print an event.
|
2009-03-23 |
chewie |
- small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()
|
2009-03-23 |
cheesesucker |
Memory leak fix for pychan
|
2009-03-21 |
cheesesucker |
Case-insensitive multi-word search
|
2009-03-21 |
cheesesucker |
Incremental search for object selector
|
2009-03-21 |
cheesesucker |
* Search functionality for object selector
|
2009-03-21 |
phoku |
Merged unicode-support back into trunk.
|
2009-03-20 |
cheesesucker |
* Happy birthday, LinuxDonald! *
|
2009-03-20 |
phoku |
Removed stale pychan.manager import.
|
2009-03-20 |
cheesesucker |
Implemented selection and hover highlighting for ObjectItems
|
2009-03-19 |
cheesesucker |
* First version of previewmode icons in ObjectSelector
|
2009-03-19 |
phoku |
Forgot that manager.py was removed and replaced by internal.py
|
2009-03-19 |
phoku |
PyChan: Now Widgets may _in principle_ receive key events.
|
2009-03-19 |
phoku |
Free mouse from GUI if no widget is dragged.
|
2009-03-19 |
phoku |
Pass mouseWheelMovedUp and mouseWheelMovedDown events to pychan.
|
2009-03-19 |
phoku |
Moved the removal of deletelistener in instance.cpp to finalizeAction to assure that no duplicate addDeleteLstener
|
2009-03-19 |
phoku |
Added selection_color, and darkened the default for it a bit.
|
2009-03-19 |
cheesesucker |
* More compact ObjectSelector dialog
|
2009-03-17 |
chewie |
- changed autoselection once a layer is toggled invisible, now an exception is thrown because we also deselect the layer in the mapedit module
|
2009-03-17 |
chewie |
- added indicator for the active layer (no color indication, unfortunately pychan can't style widgets once they were stylized(), which is true for the editor application)
|
2009-03-17 |
cheesesucker |
Added svn:eol-style on files that didn't already have that property.
|
2009-03-16 |
chewie |
- yet another fix for the "funny typo" - of course it should be RGBA, not RBGA ...
|
2009-03-16 |
chewie |
- guess the plugin works even better if it has an xml file for the gui (sorry, forgot this one -.-)
|
2009-03-16 |
chewie |
- updated objectedit plugin, should work much better now
|
2009-03-16 |
icelus |
Remove mutable from m_deletelisteners
|
2009-03-15 |
mvbarracuda |
* Applying icelus' "leader is not around anymore" patch from #350
|
2009-03-15 |
phoku |
Rejoice. PyChan debug messages removed.
|
2009-03-15 |
phoku |
PyChan: Meaningful error if a font wasn't loaded.
|
2009-03-14 |
phoku |
Fix: pychan/compat.py should not depend on pythonize.
|
2009-03-14 |
phoku |
* PyChan event handling rework (part I)
|
2009-03-14 |
phoku |
Fix for broken unit test.
|
2009-03-14 |
vtchill |
making header files self-sufficient so they can be compiled in isolation.
|
2009-03-13 |
vtchill |
fixed bug where the root directory path name was being added to the filename twice. It was initially added in the listFiles/listDirectories functions and then added again in the private function list. I modified the code so it is only added in the list function now.
|