Age | Commit message (Expand) | Author | Files | Lines |
2007-10-28 | Separated auto-resizing into two categories: "set" and "add". Removed useless... | Guillaume Melquiond | 6 | -31/+59 |
2007-10-28 | Fixed coordinates in the debug window and updated project file. | Eugenio Favalli | 3 | -2/+17 |
2007-10-28 | Fixed a windows compilation problem caused by a define macro of the Windows A... | Philipp Sehmisch | 2 | -0/+8 |
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for convert... | Guillaume Melquiond | 9 | -199/+407 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 33 | -42/+95 |
2007-10-25 | I'll try not to forget the timestamps next time. | Bjørn Lindeijer | 1 | -19/+16 |
2007-10-25 | Merged revisions 3608-3613,3615-3618,3620-3621,3623-3627,3629-3632,3634-3641 ... | Bjørn Lindeijer | 1 | -1/+20 |
2007-10-25 | Blocked revisions 3587-3588,3606,3628,3633,3675-3676,3681 via svnmerge | Bjørn Lindeijer | 0 | -0/+0 |
2007-10-25 | Initialized merge tracking via "svnmerge" with revisions "1-3585" from | Bjørn Lindeijer | 0 | -0/+0 |
2007-10-24 | Small typo fix. | Bjørn Lindeijer | 1 | -1/+1 |
2007-10-24 | Some small fixes to the German translation. | Bjørn Lindeijer | 2 | -4/+5 |
2007-10-24 | Completed Dutch translation. | Bjørn Lindeijer | 2 | -62/+66 |
2007-10-22 | Added Layout source files to CMake list. | Bjørn Lindeijer | 2 | -2/+8 |
2007-10-22 | Plugged memory leak. Simplified code. Removed annoying reset of text fields. ... | Guillaume Melquiond | 3 | -65/+25 |
2007-10-22 | Not sure how I was able to mess this one. | Guillaume Melquiond | 1 | -4/+5 |
2007-10-22 | Plugged memory leak. Cleaned code. | Guillaume Melquiond | 3 | -7/+12 |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 3 | -8/+8 |
2007-10-22 | Plugged memory leak in connection dialog box. | Guillaume Melquiond | 3 | -25/+21 |
2007-10-22 | Plugged memory leak in particle engine. | Guillaume Melquiond | 2 | -0/+7 |
2007-10-21 | Fixed invisible text in dropboxes and shopboxes. | Guillaume Melquiond | 3 | -0/+3 |
2007-10-21 | Converted sell dialog box to layout handler. Removed some useless code from b... | Guillaume Melquiond | 4 | -72/+21 |
2007-10-21 | Converted dialog box to layout handler. | Guillaume Melquiond | 3 | -62/+18 |
2007-10-21 | Changed to use default values when restoring missing settings. | Guillaume Melquiond | 3 | -11/+13 |
2007-10-21 | Fixed missing pixels at bottom and right. | Guillaume Melquiond | 2 | -6/+4 |
2007-10-21 | Added persistent positioning. | Guillaume Melquiond | 2 | -0/+3 |
2007-10-21 | Added back a Lua script for testing. | Guillaume Melquiond | 1 | -0/+1 |
2007-10-21 | Fixed double-free of sprite actions. | Guillaume Melquiond | 2 | -8/+4 |
2007-10-21 | Plugged memory leak in equipment sound. | Guillaume Melquiond | 3 | -12/+7 |
2007-10-21 | Plugged memory leak in quit dialog. | Guillaume Melquiond | 2 | -0/+6 |
2007-10-21 | Plugged memory leak in sprites. | Guillaume Melquiond | 2 | -0/+17 |
2007-10-21 | Messed a bit: beings cannot be removed from no map. | Guillaume Melquiond | 2 | -3/+3 |
2007-10-21 | Plugged memory leak in database reader. | Guillaume Melquiond | 2 | -0/+3 |
2007-10-21 | Removed redundant destructor. | Guillaume Melquiond | 3 | -19/+2 |
2007-10-21 | Fixed current map not deleted on server change. | Guillaume Melquiond | 3 | -0/+12 |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 8 | -35/+65 |
2007-10-21 | Converted inventory window to layout handler. | Guillaume Melquiond | 3 | -51/+20 |
2007-10-21 | Added automatic layout reflowing on window resize. | Guillaume Melquiond | 2 | -1/+12 |
2007-10-21 | Allowed for decreasing sizes in layout. | Guillaume Melquiond | 2 | -2/+4 |
2007-10-21 | Removed redundant resizable flag. Factored moving/resizing code, so that even... | Guillaume Melquiond | 3 | -39/+46 |
2007-10-20 | Set FILL as default size in layout. Converted server selection dialog to layo... | Guillaume Melquiond | 4 | -37/+36 |
2007-10-20 | Improved layout manager. Reworked layout of character selection dialog box. | Guillaume Melquiond | 4 | -97/+163 |
2007-10-20 | Centered sprite inside selection box. | Guillaume Melquiond | 2 | -1/+6 |
2007-10-20 | Added a few comments. | Guillaume Melquiond | 1 | -6/+20 |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. Fix... | Guillaume Melquiond | 7 | -70/+365 |
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ... | Guillaume Melquiond | 18 | -213/+170 |
2007-10-19 | Marked buy and sell dialog boxes as translatable. | Guillaume Melquiond | 4 | -33/+43 |
2007-10-19 | Allowed dragging of already selected items. | Guillaume Melquiond | 3 | -22/+52 |
2007-10-19 | Commented a DoS weakness of the browser box. | Guillaume Melquiond | 1 | -0/+4 |
2007-10-19 | Fixed key special values. Reduced amount of spurious item deselections. | Guillaume Melquiond | 3 | -30/+31 |
2007-10-19 | Fixed invalid item ID. | Guillaume Melquiond | 2 | -1/+2 |