Summary Period: 2003-08-04 to 2003-06-29 (Commits 246-345 of 545)
|
kwizatz 04/08/03 20:32 |
Ran libtoolize under MSYS to get proper MinGW32 DLL |
| 6984 lines of code changed in: acinclude.m4 (+5483), config.guess (+14 -9), config.sub (+17 -5), ltmain.sh (+1470 -622) | |
|
srale 02/08/03 17:38 |
Added object loading code (taken from SDL source). |
| 162 lines of code changed in: include: Makefile.am (+1 -1), loadobj.h (new 4) src: Makefile.am (+1), aedThemeManager.cpp (+1), loadobj.cpp (new 155) | |
|
srale 01/08/03 18:28 |
Removed unnecessary font files. |
| 1 lines of code changed in: configure.in (-1), include/Makefile.am (+1 -1), src/Makefile.am (-1) src/fonts: Makefile.am (del), Vera.ttf (del), VeraBI.ttf (del), VeraBd.ttf (del), VeraIt.ttf (del), VeraMoBI.ttf (del), VeraMoBd.ttf (del), VeraMoIt.ttf (del), VeraMono.ttf (del), VeraSe.ttf (del), VeraSeBd.ttf (del) | |
|
srale 01/08/03 15:23 |
Added the aedSpinner widget. Got rid of unneeded redrawing in aedButton. Added a few more button types (BUTTON_ARROW_*). |
| 334 lines of code changed in: test/main.cpp (+3) include: aedButton.h (+13 -8), aedGui.h (+1), aedSpinner.h (new 66), aedTextBox.h (+4) src: Makefile.am (+1), aedButton.cpp (+19 -8), aedScrollBar.cpp (+4), aedSlider.cpp (+4 -2), aedSpinner.cpp (new 140), aedTextBox.cpp (+9 -4), drawlibs.cpp (+70 -8) | |
|
srale 01/08/03 05:51 |
Unified all buttons so there's now only one button class, the aedButton. It can handle both images and text, and it can also act as a toggle button (the behaviour is set via setToggleMode() function). aedFontManager no longer adds './fonts/' to default font search paths. Updated the TODO file. |
| 113 lines of code changed in: TODO (+1 -6), tools/Makefile.am (+1 -1) include: Makefile.am (+5 -6), aedButton.h (+10 -1), aedCheckBox.h (+2 -2), aedGui.h (-4), aedImageButton.h (del), aedStaticText.h (+1), aedTextButton.h (del), aedToggleButton.h (del), aedToggleTextButton.h (del) src: Makefile.am (-4), aedButton.cpp (+80 -16), aedCheckBox.cpp (+1), aedFontManager.cpp (+1 -2), aedImageButton.cpp (del), aedScrollBar.cpp (+1), aedTextButton.cpp (del), aedToggleButton.cpp (del), aedToggleTextButton.cpp (del) test: main.cpp (+7 -6), main.h (+1 -1), testsprite.cpp (+2 -2) | |
|
srale 31/07/03 07:50 |
Improved font2res utility and added a brief explanation of how to use memory fonts with aedGUI. Now the user can build font2res by running 'make tools'. |
| 93 lines of code changed in: tools: Makefile.am (+6), README (new 26), font2res.cpp (+61 -37) | |
|
eduardobrasao 30/07/03 22:35 |
Fixed some C++ typos on the code. When these people will learn to upgrade to gcc 3.x? :))) |
| 4 lines of code changed in: include/aedFontManager.h (+2 -2), src/aedFontManager.cpp (+2 -2) | |
|
srale 30/07/03 11:05 |
A few minor tweaks so 'make dist' should work as expected. |
| 5 lines of code changed in: NEWS (+4), test/Makefile.am (+1 -1) | |
|
srale 30/07/03 10:22 |
Merged the new font manager. Renamed eventManager to aedEventManager. Removed support for compiling font data into the library (--enable-font option is gone). Various small fixes. |
| 8727 lines of code changed in: configure.in (-4), VisualC7/aedgui.vcproj (+2 -2) include: Makefile.am (+1 -1), aedEventManager.h (new 0), aedFont.h (+2 -3), aedFontManager.h (+15 -21), aedGui.h (+1 -1), aedLog.h (+25 -5), aedThemeManager.h (-4), aedWindow.h (+1 -1), config.h.in (-3), eventManager.h (del) src: Makefile.am (+1 -1), aedEventManager.cpp (new 0), aedFont.cpp (+4 -5), aedFontManager.cpp (+185 -68), aedFrame.cpp (+4 -1), aedListBox.cpp (+5 -2), aedLog.cpp (+25 -11), aedStaticText.cpp (+3 -1), aedTextBox.cpp (+2 -1), aedThemeManager.cpp (+2 -31), eventManager.cpp (del), font.h (del), makefile-old (+1 -1) test: Vera.ttf (new 1415), font.h (new 6594), gltest.cpp (+1 -1), main.cpp (+99 -74), testsprite.cpp (+339 -317) | |
|
srale 30/07/03 07:51 |
Included VisualC7 and tools directories in the distribution. |
| 15 lines of code changed in: Makefile.am (+1 -1), configure.in (+10 -1), VisualC7/Makefile.am (new 3), tools/Makefile.am (new 1) | |
|
kwizatz 29/07/03 20:47 |
Some work on the VC++ projects and some small fixes |
| 54 lines of code changed in: include/rint.h (+2), src/aedImage.cpp (+2 -1) VisualC7: aedGUI.sln (+10 -18), aedgui.vcproj (+40 -36) | |
|
kwizatz 28/07/03 16:06 |
fixed configure.in to actually add -no-undefined to LDFLAGS for MinGW DLL Generation |
| 4 lines of code changed in: configure.in (+4 -5) | |
|
srale 28/07/03 13:57 |
Fixed the size of the "Passw mode?" checkbox. |
| 1 lines of code changed in: test/main.cpp (+1 -1) | |
|
srale 28/07/03 12:00 |
Minor cleanup of header files. Added rint.h which must be included by every cpp file that uses the rint function (rint.h MUST NOT be included by any header). |
| 199 lines of code changed in: configure.in (+1 -1), test/Makefile.am (+2) include: Makefile.am (+5 -2), aedCheckBox.h (-1), aedDialogBox.h (+1 -1), aedEvents.h (del), aedFrame.h (-2), aedImage.h (-1), aedImageButton.h (-1), aedJusts.h (del), aedListBox.h (-1), aedLog.h (+3 -4), aedObject.h (+35 -7), aedRadioButtonGroup.h (+21 -1), aedScrollBar.h (+20), aedSlider.h (+21), aedStaticText.h (-1), aedTextBox.h (+20 -2), aedThemeManager.h (-1), aedTimer.h (-1), aedToggleButton.h (+1 -1), aedWindow.h (+23 -14), drawlibs.h (+21 -2), eventManager.h (-3), rint.h (new 12) src: aedFrame.cpp (+1), aedImage.cpp (+1), aedListBox.cpp (+1), aedProgressBar.cpp (+2), aedScrollBar.cpp (+1), aedSlider.cpp (+1), aedStaticText.cpp (+1), aedTextBox.cpp (+2 -1), aedWindow.cpp (+3) | |
|
srale 28/07/03 05:05 |
Removed an entry from the todo list. Commented out AC_DISABLE_SHARED in configure.in to allow building of shared libraries. |
| 1 lines of code changed in: TODO (-2), configure.in (+1 -1) | |
|
eduardobrasao 27/07/03 22:41 |
Some fixing on aedImageButton. |
| 4 lines of code changed in: src: aedImageButton.cpp (+3 -3), aedStaticImage.cpp (+1) | |
|
eduardobrasao 27/07/03 16:53 |
Rolled all aedSignal chances back. aedFunctionPointer* remains on the tree. |
| 201 lines of code changed in: include: Makefile.am (+1 -4), aedGui.h (-3), aedObject.h (-2), aedScrollBar.h (-1), aedSignal.h (+150 -3) src: Makefile.am (+1 -6), aedObject.cpp (+1 -1), aedSignal.cpp (+48 -13) | |
|
eduardobrasao 27/07/03 11:46 |
Some fixing. |
| 4 lines of code changed in: include/aedCallBack.h (+4 -2) | |
|
eduardobrasao 27/07/03 11:29 |
Some fixing on aedSignal. |
| 0 lines of code changed in: include: aedCallBack.h (-1), aedFunctionPointer.h (-1), aedFunctionPointer1Arg.h (-1) | |
|
eduardobrasao 27/07/03 09:25 |
aedSignal is now split into different files. |
| 103 lines of code changed in: include: Makefile.am (+4 -1), aedCallBack.h (new 48), aedFunctionPointer.h (new 1), aedFunctionPointer1Arg.h (new 1), aedFunctionPointerBase.h (new 0), aedFunctionPointerManager.h (new 0), aedGui.h (+3), aedObject.h (+8 -2), aedScrollBar.h (+1), aedSignal.h (+3 -150) src: Makefile.am (+5 -1), aedCallBack.cpp (new 9), aedFunctionPointer.cpp (new 0), aedFunctionPointer1Arg.cpp (new 0), aedFunctionPointerManager.cpp (new 0), aedObject.cpp (+6 -3), aedScrollBar.cpp (+1 -2), aedSignal.cpp (+13 -48) | |
|
srale 27/07/03 07:22 |
Big cleanups in aedStaticText. Updated the NEWS file. |
| 126 lines of code changed in: NEWS (+6), include/aedStaticText.h (+8 -25) src: aedFont.cpp (+1 -1), aedStaticText.cpp (+111 -171) | |
|
srale 26/07/03 18:43 |
Moved static aedFontManager object out of the function. |
| 9 lines of code changed in: include/aedFontManager.h (+6 -7), src/aedFontManager.cpp (+3 -5) | |
|
srale 26/07/03 18:24 |
Fixed the segfault on program termination. |
| 3 lines of code changed in: src/aedFontManager.cpp (+3 -3) | |
|
srale 26/07/03 13:39 |
Minor changes in the test program. |
| 19 lines of code changed in: configure.in (+1 -1), src/aedWindow.cpp (+1), test/main.cpp (+17 -11) | |
|
kwizatz 25/07/03 20:30 |
added more stuff for using as a Shared library |
| 67 lines of code changed in: Makefile.am (+3), configure.in (+29 -2), src/Makefile.am (+31 -10) include: aedLog.h (+2 -1), config.h.in (-4), dllmacros.h (+2 -2) | |
|
kwizatz 25/07/03 16:27 |
added a line for dll compilation to configure.in fixed some STL includes on aedLog.h |
| 9 lines of code changed in: configure.in (+3) include: aedLog.h (+2), config.h.in (+4) | |
|
srale 25/07/03 09:10 |
Rewrote aedLog and added support for multiple log destinations (using ostreams). Corrected some error handling code. |
| 208 lines of code changed in: test/main.cpp (+1) include: aedGui.h (+1), aedLog.h (+50 -19), aedTimer.h (+9 -8) src: aedFontManager.cpp (+22 -25), aedLog.cpp (+84 -39), aedStaticText.cpp (+3 -5), aedTimer.cpp (+35 -35), drawlibs.cpp (+3 -6) | |
|
srale 25/07/03 05:37 |
Added forgotten files. |
| 3 lines of code changed in: docs/Makefile.am (new 3), src/fonts/Makefile.am (new 0) | |
|
srale 23/07/03 16:46 |
Changed aedTimer to use SDL's timer facility, instead of using wm_update approach. |
| 59 lines of code changed in: include/aedTimer.h (+15 -4), src/aedTimer.cpp (+44 -22), test/main.cpp (-1) | |
|
srale 22/07/03 14:39 |
Changed CXXFLAGS to AM_CXXFLAGS. Added docs/ to configure.in. |
| 6 lines of code changed in: Makefile.am (+1 -1), configure.in (+1 -1), src/Makefile.am (+3 -1), test/Makefile.am (+1 -1) | |
|
kwizatz 22/07/03 13:55 |
changed Makefile.am to use sdl-config instead of building the import libraries at run time |
| 65 lines of code changed in: include/aedTextBox.h (+1 -1), src/Makefile.am (+2 -2) VisualC7: aedGUI.sln (+7 -5), aedTest.vcproj (+17 -2), aedgui.vcproj (+33 -24) test: Makefile.am (+3 -3), main.cpp (+2 -2) | |
|
eduardobrasao 21/07/03 23:21 |
Fixed a VERY NASTY ENGLISH BUG! (Pointed out by Rodrigo!) |
| 40 lines of code changed in: include/aedObject.h (+1 -1) src: aedObject.cpp (+13 -13), aedSlider.cpp (+2), aedWindow.cpp (+24 -24) | |
|
srale 21/07/03 06:07 |
Removed an entry. :) |
| 0 lines of code changed in: TODO (-2) | |
|
srale 20/07/03 17:55 |
Added a few useful drawing functions: FloodFill(), DrawTriangle() and DrawArrow(). The last one could be used by a combo box widget, or a spin button... |
| 167 lines of code changed in: include/drawlibs.h (+13 -2) src: aedRadioButtonGroup.cpp (-2), drawlibs.cpp (+154 -5) | |
|
srale 20/07/03 12:56 |
Minor cleanups and cosmetic changes in the event manager. |
| 24 lines of code changed in: include/eventManager.h (+16 -16), src/eventManager.cpp (+7 -10), test/main.cpp (+1 -1) | |
|
srale 20/07/03 12:22 |
Hopefully fixed(?) some focus problems. Changed the test program to display various kind of labels. |
| 40 lines of code changed in: test/main.cpp (+38 -5) src: aedStaticText.cpp (-1), aedTextBox.cpp (+2 -1) | |
|
srale 20/07/03 09:04 |
Added getBorderColor() and setBorderColor() functions to aedWindow (previously they were in aedStaticText). Fixed a minor bug in border handling within the textbox widget. Added aedThemeManager::drawBox() function which fills a rectangle on the passed surface with the box background color (currently used only by aedTextBox) -- also takes care of the widget's border type so that the rounded border is nicely displayed. aedWindow::render() now does nothing. Changed the test program to manifest new border features. Phew... :) |
| 78 lines of code changed in: include: aedStaticText.h (+1 -15), aedTextBox.h (-2), aedThemeManager.h (+2 -1), aedWindow.h (+10 -1) src: aedSlider.cpp (+1 -1), aedStaticText.cpp (+1 -24), aedTextBox.cpp (+9 -17), aedThemeManager.cpp (+26 -15), aedWindow.cpp (+6 -11) test: main.cpp (+20 -19), main.h (+2 -2) | |
|
eduardobrasao 19/07/03 22:18 |
Brought aedSquareButton back, but this time hidden inside aedButton. ;) |
| 20 lines of code changed in: include/aedButton.h (+12 -1) src: aedButton.cpp (+6 -2), aedScrollBar.cpp (+2) | |
|
srale 19/07/03 07:46 |
Major changes. Removed aedPasswordBox, aedBox, aedSquareButton and aedEditableText(its functionality is now in aedTextBox). Introduced aedWindow::setBorder() function. Borders are disabled by default. Did some other minor cleanups. Some things still don't work (aedTextBox border, for example). |
| 560 lines of code changed in: test/main.cpp (+1 -1) include: Makefile.am (+3 -3), aedBox.h (del), aedEditableText.h (del), aedGui.h (-4), aedListBox.h (+2 -2), aedPasswordBox.h (del), aedProgressBar.h (+2 -2), aedScrollBar.h (+1 -2), aedSquareButton.h (del), aedTextBox.h (+42 -29), aedThemeManager.h (+1 -1), aedWindow.h (+18) src: Makefile.am (+3 -3), aedBox.cpp (del), aedButton.cpp (-1), aedEditableText.cpp (del), aedListBox.cpp (+1 -2), aedPasswordBox.cpp (del), aedProgressBar.cpp (+1 -2), aedScrollBar.cpp (+3), aedSquareButton.cpp (del), aedTextBox.cpp (+307 -2), aedThemeManager.cpp (+169 -145), aedWindow.cpp (+6 -1) | |
|
eduardobrasao 18/07/03 21:29 |
Fixed the transparency bug on aedWindow. |
| 8 lines of code changed in: src/aedWindow.cpp (+8 -9) | |
|
srale 18/07/03 18:38 |
aedTextBox now inherits aedEditableText. |
| 254 lines of code changed in: include: aedEditableText.h (+38 -24), aedTextBox.h (+4 -21) src: aedEditableText.cpp (+194 -178), aedTextBox.cpp (+5 -63) test: main.cpp (+12 -1), main.h (+1) | |
|
srale 18/07/03 06:40 |
Sliders and scrollbars now work. |
| 52 lines of code changed in: test/main.cpp (+3 -3) src: aedScrollBar.cpp (+31 -33), aedSlider.cpp (+18 -28) | |
|
srale 16/07/03 07:31 |
Renamed m_WidgetDC to m_Surface. Added -g to compiler flags. Removed aedWindow::startRenderingProcess() and cleaned the rendering code a bit. Ran indent on some files. |
| 141 lines of code changed in: configure.in (+1 -1), include/aedWindow.h (+3 -8), test/main.cpp (+8) src: aedAnimatedImage.cpp (+2 -2), aedBox.cpp (+2 -2), aedButton.cpp (+2 -2), aedDialogBox.cpp (+2 -2), aedEditableText.cpp (+5 -5), aedFrame.cpp (+2 -2), aedImageButton.cpp (+1 -1), aedListBox.cpp (+2 -2), aedProgressBar.cpp (+5 -5), aedRadioButtonGroup.cpp (+1 -1), aedScrollBar.cpp (+3 -3), aedSlider.cpp (+3 -3), aedSquareButton.cpp (+2 -2), aedStaticImage.cpp (+2 -2), aedStaticText.cpp (+3 -3), aedTextBox.cpp (+2 -2), aedWindow.cpp (+90 -121) | |
|
eduardobrasao 16/07/03 00:18 |
Merged aedGUI2 with aedGUI. Now, aedGUI has a brand new rendering engine that supports independent widget transparency. Check aedGuiTest for examples. |
| 356 lines of code changed in: test/main.cpp (+11 -10) include: aedAnimatedImage.h (+1 -2), aedBox.h (+1 -2), aedButton.h (+1 -2), aedCheckBox.h (+1 -1), aedColor.h (+7), aedDialogBox.h (+1 -2), aedEditableText.h (+1 -1), aedFont.h (+1), aedFrame.h (+1 -2), aedImageButton.h (+1 -2), aedListBox.h (+1 -1), aedProgressBar.h (+1 -2), aedRadioButtonGroup.h (+1 -1), aedRect.h (+2), aedScrollBar.h (+3 -3), aedSlider.h (+1 -2), aedSquareButton.h (+1 -2), aedStaticImage.h (+1 -2), aedStaticText.h (+1 -2), aedTextBox.h (+1 -1), aedThemeManager.h (+4 -1), aedWindow.h (+23 -5), drawlibs.h (+3 -3) src: aedAnimatedImage.cpp (+3 -15), aedBox.cpp (+3 -21), aedButton.cpp (+8 -28), aedCheckBox.cpp (+2 -14), aedDialogBox.cpp (+3 -15), aedEditableText.cpp (+23 -39), aedFont.cpp (+7 -3), aedFrame.cpp (+5 -39), aedImageButton.cpp (+2 -8), aedListBox.cpp (+4 -15), aedProgressBar.cpp (+9 -15), aedRadioButtonGroup.cpp (+3 -12), aedScrollBar.cpp (+8 -25), aedSlider.cpp (+7 -21), aedSquareButton.cpp (+3 -23), aedStaticImage.cpp (+3 -14), aedStaticText.cpp (+18 -39), aedTextBox.cpp (+9 -14), aedTextButton.cpp (+1 -1), aedThemeManager.cpp (+52 -31), aedToggleButton.cpp (+3 -3), aedToggleTextButton.cpp (+2 -2), aedWindow.cpp (+97 -22), drawlibs.cpp (+11 -11) | |
|
kwizatz 14/07/03 22:24 |
added gltest.cpp, an OpenGL test program, tho it compiles its work in progress, needs OpenGL and SDL_image besides the standard libs used by aedGUI |
| 1702 lines of code changed in: test: Crate.bmp (new 1072), gltest.cpp (new 630) | |
|
eduardobrasao 13/07/03 15:47 |
Fixed a typo. |
| 1 lines of code changed in: include/aedRect.h (+1 -1) | |
|
eduardobrasao 13/07/03 15:45 |
Fixed a silly bug on aedRect. Please, there in on %d on std::cout :) RTFM! :)) |
| 4 lines of code changed in: include/aedRect.h (+4 -1) | |
|
eduardobrasao 13/07/03 15:40 |
All changes were rolled back. |
| 231 lines of code changed in: test/main.cpp (+2 -2) include: aedRect.h (+1 -2), aedWindow.h (+2 -12) src: aedAnimatedImage.cpp (+13 -1), aedBox.cpp (+20 -2), aedButton.cpp (+20 -7), aedDialogBox.cpp (+13 -1), aedEditableText.cpp (+12 -4), aedFrame.cpp (+23 -4), aedImageButton.cpp (+7 -1), aedListBox.cpp (+12 -1), aedProgressBar.cpp (+12 -6), aedRadioButtonGroup.cpp (+10 -1), aedSquareButton.cpp (+22 -3), aedStaticImage.cpp (+12 -1), aedStaticText.cpp (+31 -3), aedTextBox.cpp (+13 -7), aedWindow.cpp (+6 -61) | |
|
eduardobrasao 13/07/03 15:38 |
Last update. |
| 2 lines of code changed in: src/aedWindow.cpp (+2 -5) | |
|
eduardobrasao 13/07/03 13:12 |
More bug-fixing. |
| 14 lines of code changed in: src/aedWindow.cpp (+12 -6), test/main.cpp (+2 -2) | |
|
eduardobrasao 13/07/03 12:18 |
More bug-fixing. |
| 16 lines of code changed in: src/aedWindow.cpp (+16 -6) | |
|
eduardobrasao 12/07/03 22:42 |
More fixes concerning the new rendering system. |
| 21 lines of code changed in: src: aedAnimatedImage.cpp (+1 -13), aedBox.cpp (+2 -20), aedDialogBox.cpp (+1 -13), aedEditableText.cpp (+4 -12), aedImageButton.cpp (+1 -7), aedListBox.cpp (+1 -12), aedProgressBar.cpp (+6 -12), aedRadioButtonGroup.cpp (+1 -10), aedSquareButton.cpp (+3 -22), aedStaticImage.cpp (+1 -12) | |
|
eduardobrasao 12/07/03 22:07 |
Fixed the resizing problem on aedWindow. |
| 11 lines of code changed in: src/aedWindow.cpp (+11) | |
|
eduardobrasao 12/07/03 21:09 |
Okay, new rendering code. This is broken, and does not work. |
| 70 lines of code changed in: include: aedRect.h (+2 -1), aedWindow.h (+12 -2) src: aedButton.cpp (+7 -20), aedFrame.cpp (+4 -23), aedStaticText.cpp (+3 -31), aedTextBox.cpp (+7 -13), aedWindow.cpp (+35 -4) | |
|
eduardobrasao 12/07/03 18:37 |
New aedImageButton class. This is the 0.1.6 release. |
| 14 lines of code changed in: include: Makefile.am (+1 -1), aedGui.h (+1), aedImageButton.h (new 2) src: Makefile.am (+1 -2), aedButton.cpp (-1), aedImageButton.cpp (new 9) | |
|
ewodarz 12/07/03 14:45 |
fixed namespace problem |
| 9 lines of code changed in: src/aedLog.cpp (+9 -7) | |
|
ewodarz 12/07/03 14:14 |
class for error logging |
| 87 lines of code changed in: include/aedLog.h (new 44), src/aedLog.cpp (new 43) | |
|
ewodarz 12/07/03 14:13 |
added aedLog.h |
| 1 lines of code changed in: include/Makefile.am (+1 -1) | |
|
ewodarz 12/07/03 14:13 |
added aedLog.cpp |
| 1 lines of code changed in: src/Makefile.am (+1 -1) | |
|
eduardobrasao 12/07/03 09:48 |
Fixed the blinking problem (and the caret size) on aedEditableText. Changed the aedStaticText default to NOT have borders. And applied Ivan's suggestion of removing the wm_paint from aedStaticText. |
| 9 lines of code changed in: src: aedButton.cpp (-1), aedEditableText.cpp (+5 -3), aedStaticText.cpp (+2 -2), aedTextBox.cpp (+2 -3) | |
|
artoink 12/07/03 05:55 |
some aedEditableText bug fixes. still has some though, and some ratty code work arounds. has some annoying problems with our rendering system. |
| 25 lines of code changed in: src/aedEditableText.cpp (+25 -3) | |
|
eduardobrasao 11/07/03 23:52 |
Fixed some compilation warnings. |
| 6 lines of code changed in: src: aedScrollBar.cpp (+4 -4), aedSlider.cpp (+2 -2) | |
|
srale 11/07/03 11:21 |
Added testing code for a slider. Please look at comments in src/aedStaticText.cpp, specifically aedStaticText::render(), for an explanation of why the button looks weird in the test program. |
| 39 lines of code changed in: src/aedStaticText.cpp (+18 -1) test: main.cpp (+19 -4), main.h (+2 -1) | |
|
srale 11/07/03 05:48 |
Fixed the FULLX problem in aedScrollBar. Minor tweaks and indent cleaning. |
| 163 lines of code changed in: TODO (+2 -4), include/aedEvents.h (+5 -2) src: aedCheckBox.cpp (+4 -2), aedRadioButtonGroup.cpp (+2 -2), aedScrollBar.cpp (+19 -21), aedSlider.cpp (+12 -9), aedWindow.cpp (+119 -91) | |
|
srale 10/07/03 06:19 |
aedRadioButtonGroup triggers STATE_CHANGED now. |
| 91 lines of code changed in: include/aedRadioButtonGroup.h (+1 -1), src/aedRadioButtonGroup.cpp (+2 -1) test: main.cpp (+87 -39), main.h (+1) | |
|
artoink 09/07/03 17:43 |
justification on editable text |
| 34 lines of code changed in: test/main.cpp (+3 -2) include: aedStaticText.h (+2 -2), aedTextBox.h (+2 -1) src: aedEditableText.cpp (+19 -6), aedStaticText.cpp (+1), aedTextBox.cpp (+7) | |
|
kwizatz 08/07/03 12:14 |
basically removed checks for defines from widgets and added requestDefaultFont to aedFontManager |
| 15 lines of code changed in: include/aedFontManager.h (+1) src: aedEditableText.cpp (+1 -9), aedFontManager.cpp (+10 -1), aedFrame.cpp (+1 -8), aedListBox.cpp (+1 -8), aedStaticText.cpp (+1 -8) | |
|
srale 07/07/03 18:34 |
Fixed compilation problem. |
| 1 lines of code changed in: test/testsprite.cpp (+1 -1) | |
|
kwizatz 07/07/03 16:47 |
added --enable-font to configure.in finished adding support for resource fonts and made some changes to the theme manager and other files to take the new functionality |
| 11 lines of code changed in: configure.in (+4) include: aedThemeManager.h (+4), config.h.in (+3) | |
|
kwizatz 07/07/03 16:40 |
added --enable-font to configure.in finished adding support for resource fonts and made some changes to the theme manager and other files to take the new functionality |
| 62 lines of code changed in: src: aedEditableText.cpp (+8), aedFrame.cpp (+8 -3), aedListBox.cpp (+9 -3), aedStaticText.cpp (+7 -1), aedThemeManager.cpp (+30 -1), font.h (new 0) | |
|
kwizatz 07/07/03 13:27 |
added support for memory faces on aedFontManager |
| 38 lines of code changed in: include/aedFontManager.h (+1), src/aedFontManager.cpp (+37) | |
|
kwizatz 07/07/03 12:41 |
added fontname to font2res.cpp generated file for use with the font manager |
| 1 lines of code changed in: tools/font2res.cpp (+1) | |
|
kwizatz 07/07/03 12:35 |
added support for memory faces on aedFont |
| 96 lines of code changed in: include/aedFont.h (+2), src/aedFont.cpp (+94) | |
|
kwizatz 07/07/03 11:23 |
added initial font2res.cpp under directory /tools a program that converts a binary file into a header like resource, removed the empty /fonts directory |
| 45 lines of code changed in: tools/font2res.cpp (new 45) | |
|
kwizatz 07/07/03 00:39 |
changed VC project, found aedScrollBar::create had to return a value and set it to return true, I asume thats what it should return, is no check is being made, then hopefully nothing will be broken :-) |
| 75 lines of code changed in: Makefile.mingw32 (del), src/aedScrollBar.cpp (+1) VisualC7: aedTest.vcproj (+3 -2), aedgui.vcproj (+71 -73) | |
|
ewodarz 06/07/03 22:44 |
small change |
| 7 lines of code changed in: test/testsprite.cpp (+7 -4) | |
|
srale 06/07/03 08:04 |
Updated testsprite to use the new build system. Fixed a few warnings. |
| 7 lines of code changed in: test: Makefile.am (+5 -2), testsprite.cpp (+2 -4), testsprite.mak (del) | |
|
eduardobrasao 06/07/03 03:13 |
Some changes on Erick's test application. Now it works! :) |
| 10 lines of code changed in: test: icon.bmp (new 1), testsprite.cpp (+6 -6), testsprite.mak (+3 -3) | |
|
ewodarz 06/07/03 01:39 |
added small demo program |
| 371 lines of code changed in: test: readme.testsprite (new 4), testsprite.cpp (new 364), testsprite.mak (new 3) | |
|
eduardobrasao 05/07/03 18:34 |
Trying to resolve the "warning" bug here. Hehe. |
| 10 lines of code changed in: include/aedSignal.h (+10 -10) | |
|
srale 02/07/03 13:35 |
Finally fixed elevator moving in aedScrollBar. See the TODO and aedScrollBar.cpp for unsolved problems. |
| 53 lines of code changed in: TODO (+2 -2), include/aedScrollBar.h (+4 -4) src: aedScrollBar.cpp (+28 -33), aedSlider.cpp (+19 -14) | |
|
srale 02/07/03 13:22 |
Fixed dependency problem when linking the test program. |
| 2 lines of code changed in: test/Makefile.am (+2 -1) | |
|
srale 02/07/03 08:40 |
Attempted to fix elevator moving in aedScrollBar, still doesn't work. |
| 101 lines of code changed in: src/aedScrollBar.cpp (+95 -32) include: aedScrollBar.h (+5 -1), aedSlider.h (+1 -1) | |
|
srale 02/07/03 07:51 |
Hopefully fixed rint detection problem. Now the library is created as libaedGUI.* |
| 20 lines of code changed in: configure.in (+4 -2), test/Makefile.am (+2 -2) include: Makefile.am (+2 -2), aedWindow.h (+8 -2), config.h.in (+1 -1) src: Makefile.am (+3 -3), aedWindow.cpp (-4) | |
|
srale 02/07/03 06:11 |
Improved aedSlider behaviour (now sliding actually works!). |
| 99 lines of code changed in: include/aedSlider.h (+5), src/aedSlider.cpp (+94 -57) | |
|
srale 01/07/03 12:59 |
Forgot to add include/aedSlider.h, fixing up. |
| 69 lines of code changed in: include/aedSlider.h (new 69) | |
|
srale 01/07/03 12:02 |
Made a dirty fix to display horizontal scrollbar properly (problem is related to the FULLX macro for setting positions). Ran indent on the files. |
| 106 lines of code changed in: include/aedScrollBar.h (+8 -5) src: aedScrollBar.cpp (+44 -38), aedSlider.cpp (+54 -55) | |
|
srale 01/07/03 08:17 |
Fixed compiler flags. |
| 2 lines of code changed in: configure.in (+2 -1) | |
|
srale 01/07/03 07:54 |
Sliders and scrollbars implementation changes. |
| 327 lines of code changed in: include: Makefile.am (+3 -3), aedGui.h (+2 -2), aedHScrollBar.h (del), aedScrollBar.h (+11 -32), aedVScrollBar.h (del) src: Makefile.am (+1 -1), aedHScrollBar.cpp (del), aedScrollBar.cpp (+104 -49), aedSlider.cpp (new 197), aedVScrollBar.cpp (del) test: main.cpp (+9 -2), main.h (-2) | |
|
srale 01/07/03 04:47 |
Corrected header installation dir. Replaced AC_CONFIG_HEADERS with AM_CONFIG_HEADER. |
| 3 lines of code changed in: configure.in (+1 -1), include/Makefile.am (+2 -1) | |
|
srale 30/06/03 12:27 |
Removed aclocal.m4 since it is generated automatically. Other cleanups. |
| 66 lines of code changed in: Makefile.am (-1), aclocal.m4 (del), config.h.in (del), configure.in (+2 -1), src/aedWindow.cpp (+4 -2) include: Makefile.am (+2), config.h.in (new 58) | |
|
kwizatz 30/06/03 11:56 |
added #include "../config.h" to aedGuiWindow.cpp |
| 1 lines of code changed in: src/aedWindow.cpp (+1) | |
|
srale 30/06/03 11:48 |
More work on configure script. Now it detects freetype library as well. |
| 42 lines of code changed in: configure.in (+39 -3), src/Makefile.am (+3 -2) | |
|
kwizatz 30/06/03 11:31 |
Changed aedGuiWindow to use HAVE_RINT |
| 4 lines of code changed in: aclocal.m4 (+3 -3), src/aedWindow.cpp (+1 -1) | |
|
eduardobrasao 30/06/03 10:28 |
Added Rodrigo Hernandez to the AUTHORS file. |
| 1 lines of code changed in: AUTHORS (+1) | |
|
srale 30/06/03 10:03 |
Renamed makefile to makefile-old. |
| 1 lines of code changed in: src: makefile (del), makefile-old (new 1) | |
|
srale 30/06/03 07:33 |
Removed configure because CVS must not contain auto-generated files. |
| 0 lines of code changed in: configure (del) | |
|
srale 30/06/03 07:31 |
Added autotools support. |
| 18705 lines of code changed in: Makefile.am (+2 -5), acinclude.m4 (new 3390), aclocal.m4 (+3564 -5512), config.guess (new 1360), config.h.in (new 0), config.sub (new 1375), configure (+4006 -15681), configure.in (+13 -22), ltmain.sh (new 4946), include/Makefile.am (new 10) src: Makefile.am (new 14), test.bmp (del) test: Makefile.am (new 6), test.bmp (new 19) | |
|
kwizatz 29/06/03 20:36 |
More file moving |
| 0 lines of code changed in: fonts: Vera.ttf (del), VeraBI.ttf (del), VeraBd.ttf (del), VeraIt.ttf (del), VeraMoBI.ttf (del), VeraMoBd.ttf (del), VeraMoIt.ttf (del), VeraMono.ttf (del), VeraSe.ttf (del), VeraSeBd.ttf (del) src/fonts: Vera.ttf (new 0), VeraBI.ttf (new 0), VeraBd.ttf (new 0), VeraIt.ttf (new 0), VeraMoBI.ttf (new 0), VeraMoBd.ttf (new 0), VeraMoIt.ttf (new 0), VeraMono.ttf (new 0), VeraSe.ttf (new 0), VeraSeBd.ttf (new 0) | |
|
kwizatz 29/06/03 20:27 |
created and moved files to /src /include and /test , enter into src and call make from there to make the project for now |
| 7597 lines of code changed in: Makefile (del), aedAnimatedImage.cpp (del), aedAnimatedImage.h (del), aedBox.cpp (del), aedBox.h (del), aedButton.cpp (del), aedButton.h (del), aedCheckBox.cpp (del), aedCheckBox.h (del), aedColor.h (del), aedDialogBox.cpp (del), aedDialogBox.h (del), aedEditableText.cpp (del), aedEditableText.h (del), aedEvents.h (del), aedFont.cpp (del), aedFont.h (del), aedFontManager.cpp (del), aedFontManager.h (del), aedFrame.cpp (del), aedFrame.h (del), aedGui.h (del), aedHScrollBar.cpp (del), aedHScrollBar.h (del), aedImage.cpp (del), aedImage.h (del), aedImageBank.cpp (del), aedImageBank.h (del), aedJusts.h (del), aedListBox.cpp (del), aedListBox.h (del), aedObject.cpp (del), aedObject.h (del), aedPasswordBox.cpp (del), aedPasswordBox.h (del), aedProgressBar.cpp (del), aedProgressBar.h (del), aedRadioButtonGroup.cpp (del), aedRadioButtonGroup.h (del), aedRect.h (del), aedScrollBar.cpp (del), aedScrollBar.h (del), aedSignal.cpp (del), aedSignal.h (del), aedSquareButton.cpp (del), aedSquareButton.h (del), aedStaticImage.cpp (del), aedStaticImage.h (del), aedStaticText.cpp (del), aedStaticText.h (del), aedTextBox.cpp (del), aedTextBox.h (del), aedTextButton.cpp (del), aedTextButton.h (del), aedThemeManager.cpp (del), aedThemeManager.h (del), aedTimer.cpp (del), aedTimer.h (del), aedToggleButton.cpp (del), aedToggleButton.h (del), aedToggleTextButton.cpp (del), aedToggleTextButton.h (del), aedUpdateManager.cpp (del), aedUpdateManager.h (del), aedVScrollBar.cpp (del), aedVScrollBar.h (del), aedWindow.cpp (del), aedWindow.h (del), dllmacros.h (del), drawlibs.cpp (del), drawlibs.h (del), eventManager.cpp (del), eventManager.h (del), main.cpp (del), main.h (del), test.bmp (del) include: aedAnimatedImage.h (new 52), aedBox.h (new 2), aedButton.h (new 50), aedCheckBox.h (new 51), aedColor.h (new 96), aedDialogBox.h (new 34), aedEditableText.h (new 24), aedEvents.h (new 2), aedFont.h (new 187), aedFontManager.h (new 20), aedFrame.h (new 44), aedGui.h (new 32), aedHScrollBar.h (new 0), aedImage.h (new 44), aedImageBank.h (new 45), aedJusts.h (new 0), aedListBox.h (new 49), aedObject.h (new 97), aedPasswordBox.h (new 0), aedProgressBar.h (new 48), aedRadioButtonGroup.h (new 31), aedRect.h (new 147), aedScrollBar.h (new 46), aedSignal.h (new 197), aedSquareButton.h (new 2), aedStaticImage.h (new 38), aedStaticText.h (new 104), aedTextBox.h (new 57), aedTextButton.h (new 0), aedThemeManager.h (new 0), aedTimer.h (new 38), aedToggleButton.h (new 1), aedToggleTextButton.h (new 0), aedUpdateManager.h (new 131), aedVScrollBar.h (new 0), aedWindow.h (new 316), dllmacros.h (new 14), drawlibs.h (new 42), eventManager.h (new 16) src: aedAnimatedImage.cpp (new 115), aedBox.cpp (new 21), aedButton.cpp (new 111), aedCheckBox.cpp (new 87), aedDialogBox.cpp (new 20), aedEditableText.cpp (new 157), aedFont.cpp (new 1419), aedFontManager.cpp (new 27), aedFrame.cpp (new 61), aedHScrollBar.cpp (new 0), aedImage.cpp (new 48), aedImageBank.cpp (new 44), aedListBox.cpp (new 114), aedObject.cpp (new 180), aedPasswordBox.cpp (new 0), aedProgressBar.cpp (new 126), aedRadioButtonGroup.cpp (new 130), aedScrollBar.cpp (new 96), aedSignal.cpp (new 75), aedSquareButton.cpp (new 23), aedStaticImage.cpp (new 61), aedStaticText.cpp (new 246), aedTextBox.cpp (new 80), aedTextButton.cpp (new 1), aedThemeManager.cpp (new 95), aedTimer.cpp (new 36), aedToggleButton.cpp (new 3), aedToggleTextButton.cpp (new 2), aedUpdateManager.cpp (new 898), aedVScrollBar.cpp (new 0), aedWindow.cpp (new 715), drawlibs.cpp (new 346), eventManager.cpp (new 10), makefile (new 0), test.bmp (new 0) test: main.cpp (new 158), main.h (new 35) | |
![]()
Generated by StatCvs v0.1.3