Commit Log (Page 4 of 6)

back to main page

Pages: << Previous 1 2 3 4 5 6 Next >>

Summary Period: 2003-06-29 to 2003-06-08 (Commits 146-245 of 545)

srale
29/06/03 12:54
Removed aedTransparentWidget.
16 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+1 -1), TODO (+1), aedAnimatedImage.h (+2 -2), aedCheckBox.h (+2 -2), aedFrame.h (+2 -2), aedRadioButtonGroup.h (+2 -2), aedStaticImage.h (+2 -2), aedTransparentWidget.cpp (del), aedTransparentWidget.h (del), main.cpp (+3)

artoink
29/06/03 05:10
crappy quick vertical alignment for text. if the text is one line only it
makes it centered. i'll redo it better.
7 lines of code changed in:
aedStaticText.cpp (+7)

eduardobrasao
28/06/03 21:16
Fixed YATPCWG3 (Yet Another Typo Preventing Compilation With GCC 3.X) :)
1 lines of code changed in:
aedListBox.h (+1 -1)

artoink
28/06/03 17:30
list box fun
1 lines of code changed in:
aedListBox.cpp (new 0), aedListBox.h (new 1)

artoink
28/06/03 06:23
aedListBox works, but doesn't scroll.
17 lines of code changed in:
Makefile (+1 -1), aedGui.h (+1), aedStaticText.h (+1), main.cpp (+14 -2)

eduardobrasao
27/06/03 20:49
Fixed a typo that prevented compiling with gcc 3.x.
1 lines of code changed in:
aedStaticText.cpp (+1 -1)

artoink
27/06/03 19:14
wordwrap in aedStaticText
129 lines of code changed in:
aedEditableText.cpp (+2 -16), aedStaticText.cpp (+119 -48), aedStaticText.h (+6), main.cpp (+2 -7)

kwizatz
24/06/03 23:11
added more files and made some changes to the autotool files
22814 lines of code changed in:
aclocal.m4 (new 5512), autogen.sh (+3 -3), configure (+17299 -800)

eduardobrasao
24/06/03 22:37
Some fixes and minor enhancements.
70 lines of code changed in:
aedEditableText.cpp (+1), aedObject.cpp (+16 -1), aedObject.h (+9 -4), aedStaticText.cpp (-1), aedTextButton.cpp (-1), aedThemeManager.cpp (+30), aedThemeManager.h (+10 -1), aedWindow.cpp (+3 -1), aedWindow.h (+1 -1)

eduardobrasao
24/06/03 13:24
Fixed a typo that prevented the library from working.
1 lines of code changed in:
drawlibs.cpp (+1 -1)

eduardobrasao
24/06/03 13:23
Now it works with gcc 3.X.
1 lines of code changed in:
drawlibs.cpp (+1 -1)

srale
24/06/03 10:50
Minor change on togglebutton's caption.
7 lines of code changed in:
main.cpp (+7 -2)

srale
24/06/03 09:14
Changed rendering code to use new functions for handling SDL surfaces
(CreateSurface and ConvertSurface). Additional cleanups.
89 lines of code changed in:
aedBox.cpp (+9 -13), aedButton.cpp (+10 -12), aedFrame.cpp (+8 -12), aedObject.h (-1), aedProgressBar.cpp (+5 -9), aedSquareButton.cpp (+11 -11), aedVScrollBar.cpp (+12 -18), drawlibs.cpp (+31 -2), drawlibs.h (+3)

srale
24/06/03 06:11
Reorganized the code a bit.
11 lines of code changed in:
aedFrame.cpp (+11 -21)

eduardobrasao
23/06/03 22:17
Added the DLLEXPORT macro on aedTimer.
1 lines of code changed in:
aedTimer.h (+1 -1)

eduardobrasao
23/06/03 22:14
New aedTimer class. Now the example application *should* work as expected!
55 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+1 -1), aedEvents.h (+5 -1), aedGui.h (+1), aedProgressBar.h (+4), aedTimer.cpp (new 0), aedTimer.h (new 1), aedToggleButton.cpp (+1), aedWindow.cpp (+13 -4), main.cpp (+26 -5), main.h (+2)

eduardobrasao
23/06/03 21:08
Implemented the "Blink Interval" on the test program.
31 lines of code changed in:
aedEditableText.h (+7 -1), aedTextBox.cpp (+2), aedTextBox.h (+4), main.cpp (+17 -7), main.h (+1)

kwizatz
23/06/03 20:55
Added some files and worked a bit on the Visual C++ project
723 lines of code changed in:
INSTALL (new 229), aedGui.h (+1), aedThemeManager.h (+1 -1), missing (new 336), mkinstalldirs (new 111)
VisualC7: aedTest.vcproj (+3), aedgui.vcproj (+42)

eduardobrasao
23/06/03 20:42
Fixed (for real) the "writable" bug.
2 lines of code changed in:
main.cpp (+2 -3)

eduardobrasao
23/06/03 18:32
"Writable" checkbox now working.
82 lines of code changed in:
aedCheckBox.cpp (-1), aedEditableText.h (+4), aedSignal.h (+62 -16), aedTextBox.cpp (+1), aedTextBox.h (+4), main.cpp (+10 -2), main.h (+1)

srale
23/06/03 18:24
Changed the README and added our TODO list.
45 lines of code changed in:
README (+6 -2), TODO (new 39)

eduardobrasao
23/06/03 16:49
Fixed the focus bug on aedRadioButtonGroup.
10 lines of code changed in:
aedCheckBox.cpp (+1 -1), aedRadioButtonGroup.cpp (+9)

eduardobrasao
23/06/03 16:35
Fixed some focus bugs.
2 lines of code changed in:
aedFrame.cpp (-1), aedWindow.cpp (+2)

srale
23/06/03 15:17
Trying to fix widget focusing...
33 lines of code changed in:
aedRadioButtonGroup.cpp (+31 -21), aedRadioButtonGroup.h (+2 -1)

kwizatz
23/06/03 12:05
Added autogen.sh
5 lines of code changed in:
autogen.sh (new 5)

kwizatz
23/06/03 11:47
Just fixed Makefile.am, it was broken
1 lines of code changed in:
Makefile.am (+1 -4)

kwizatz
23/06/03 11:20
added preliminary autotools files, still have to figure out why aclocal is not creating aclocal.m4, everything seems fine to me, maybe a MSYS bug?
1072 lines of code changed in:
ChangeLog (-185), Makefile.am (new 8), NEWS (new 0), configure (new 800), configure.in (new 13), install-sh (new 251)

srale
23/06/03 09:48
Fixed "x coordinate bug" in aedRadioButtonGroup.
10 lines of code changed in:
aedRadioButtonGroup.cpp (+6 -5), main.cpp (+4 -5)

eduardobrasao
23/06/03 09:04
Some fixes and redesigns. Fixed a lot of memory leaks and some problems
with parent/child widgets.
49 lines of code changed in:
main.cpp (+49 -49)

artoink
23/06/03 07:45
new test program
71 lines of code changed in:
main.cpp (+71 -101), main.h (new 0)

srale
23/06/03 06:49
Added dumb code for scrolling (it clashes with MOUSE_LBUTTON_DOWN events). Need
to think of a better scheme for this.
53 lines of code changed in:
aedVScrollBar.cpp (+46 -23), aedVScrollBar.h (+6 -2), main.cpp (+1 -1)

srale
23/06/03 05:09
Renamed aedGuiPosition to aedRect.
75 lines of code changed in:
aedAnimatedImage.cpp (+1 -1), aedBox.cpp (+1 -1), aedButton.cpp (+1 -1), aedCheckBox.cpp (+3 -3), aedDialogBox.cpp (+1 -1), aedEditableText.cpp (+2 -2), aedFrame.cpp (+1 -1), aedGuiPosition.h (del), aedObject.h (+1 -1), aedProgressBar.cpp (+1 -1), aedRadioButtonGroup.cpp (+1 -1), aedRect.h (new 0), aedSquareButton.cpp (+1 -1), aedStaticImage.cpp (+1 -1), aedStaticText.cpp (+3 -3), aedStaticText.h (+1 -1), aedTextBox.cpp (+1 -1), aedUpdateManager.cpp (+8 -8), aedUpdateManager.h (+6 -6), aedVScrollBar.cpp (+3 -3), aedWindow.cpp (+17 -17), aedWindow.h (+10 -10), main.cpp (+11 -11)

eduardobrasao
22/06/03 22:57
Minor bug fixing...
5 lines of code changed in:
aedEditableText.cpp (+2 -1), aedTextButton.cpp (+1 -1), aedToggleTextButton.cpp (+2 -2)

eduardobrasao
22/06/03 22:37
aedVScrollBar changes. Everything is starting to shine :)
5 lines of code changed in:
aedVScrollBar.cpp (+4 -4), main.cpp (+1)

eduardobrasao
22/06/03 22:11
More updates on the aedVScrollBar widget.
66 lines of code changed in:
aedBox.cpp (-1), aedScrollBar.h (+3 -3), aedThemeManager.cpp (+35), aedThemeManager.h (+1), aedVScrollBar.cpp (+23 -2), main.cpp (+4 -7)

eduardobrasao
22/06/03 20:26
Now every aedWindow is transparent (inherits its parent bgcolor) if it does
not define its own. Now, aedTransparentWidget is deprecated and will be removed
soon.
40 lines of code changed in:
aedBox.cpp (+6), aedBox.h (+1), aedFont.cpp (+1 -1), aedFontManager.cpp (+5 -5), aedProgressBar.cpp (-1), aedScrollBar.cpp (+3), aedScrollBar.h (+1 -1), aedTextBox.cpp (+1), aedTextBox.h (+1), aedThemeManager.cpp (+10 -1), aedThemeManager.h (+4), aedWindow.cpp (+7 -1)

artoink
22/06/03 20:20
editable text has a readonly property now
33 lines of code changed in:
aedEditableText.cpp (+21 -2), aedEditableText.h (+2), aedTextBox.cpp (+8 -1), aedTextBox.h (+1), main.cpp (+1)

srale
22/06/03 19:26
I really have nothing clever to write in here... just see the changed code. :)
1 lines of code changed in:
main.cpp (+1 -1)

eduardobrasao
22/06/03 17:15
Fixed the "transparency" issue.
2 lines of code changed in:
aedRadioButtonGroup.h (+2 -1)

srale
22/06/03 15:37
More work on aedRadioButtonGroup.
55 lines of code changed in:
aedRadioButtonGroup.cpp (+46 -6), aedRadioButtonGroup.h (+7 -1), main.cpp (+2)

srale
22/06/03 12:43
Added support for radio button groups. Not finished (yet).
51 lines of code changed in:
Makefile (+2 -1), Makefile.mingw32 (+2 -1), aedCheckBox.cpp (+21 -3), aedCheckBox.h (+5), aedGui.h (+1), aedRadioButtonGroup.cpp (new 6), aedRadioButtonGroup.h (new 1), main.cpp (+13)

eduardobrasao
22/06/03 12:06
Updates on aedVScrollBar.
27 lines of code changed in:
aedScrollBar.cpp (+1), aedScrollBar.h (+1 -1), aedVScrollBar.cpp (+22 -1), aedVScrollBar.h (+3)

artoink
22/06/03 08:08
textbox's caret can be moved with the mouse now
35 lines of code changed in:
aedEditableText.cpp (+31 -2), aedEditableText.h (+1), aedPasswordBox.cpp (+1), aedTextBox.cpp (+2)

eduardobrasao
22/06/03 02:37
Oops! Added the macro DLLEXPORT on aedSquareButton
1 lines of code changed in:
aedSquareButton.h (+1 -1)

eduardobrasao
22/06/03 02:29
Some initialization changes.
16 lines of code changed in:
aedFont.cpp (+13 -13), aedSignal.h (+1 -1), eventManager.cpp (+2 -2)

eduardobrasao
22/06/03 02:16
A little optimization.
11 lines of code changed in:
aedThemeManager.cpp (+6 -3), aedThemeManager.h (+1 -1), aedVScrollBar.cpp (+1 -1), aedWindow.cpp (+3 -1)

eduardobrasao
22/06/03 01:53
Fixed YADF (Yet Another Design Flaw) :) Now aedVScrollBar, and its buttons,
should work perfectly.
21 lines of code changed in:
aedGuiPosition.h (-1), aedWindow.cpp (+20 -10), aedWindow.h (+1)

eduardobrasao
21/06/03 23:14
New aedSquareButton class. The aedVScrollBar is starting to LOOK like a
scrollbar :)
83 lines of code changed in:
Makefile (+2 -2), aedGui.h (+2), aedSquareButton.cpp (new 11), aedSquareButton.h (new 1), aedThemeManager.cpp (+53 -2), aedThemeManager.h (+1), aedVScrollBar.cpp (+2), aedVScrollBar.h (+3 -1), aedWindow.cpp (+3), aedWindow.h (+2), main.cpp (+3 -3)

eduardobrasao
21/06/03 21:20
Some improvements on scrollbar rendering.
78 lines of code changed in:
aedThemeManager.cpp (+33), aedThemeManager.h (+1), aedVScrollBar.cpp (+2 -1), aedWindow.cpp (+2 -2), drawlibs.cpp (+38), drawlibs.h (+2)

eduardobrasao
21/06/03 20:36
Now aedThemeManager handles font names and sizes.
40 lines of code changed in:
aedEditableText.cpp (+3 -3), aedEditableText.h (+1), aedFrame.cpp (+3 -3), aedStaticText.cpp (+3 -3), aedStaticText.h (+1), aedThemeManager.cpp (+21 -1), aedThemeManager.h (+8 -2)

srale
21/06/03 17:12
Minor cleanup in editable text(Uint16 changed to Uint32). Fixed linking issues.
5 lines of code changed in:
aedEditableText.cpp (+2 -2), aedEditableText.h (+2 -1), aedProgressBar.cpp (+1 -1)

eduardobrasao
21/06/03 15:28
Some changes on aedThemeManager. And rolled back all SDL.h includes.
121 lines of code changed in:
aedBox.cpp (+1 -61), aedBox.h (+1 -1), aedFont.h (+1 -1), aedFrame.cpp (+1 -31), aedFrame.h (+2 -3), aedGuiPosition.h (+1 -1), aedImage.h (+1 -1), aedImageBank.h (+1 -1), aedObject.h (+1 -1), aedSignal.h (+1 -1), aedTextBox.h (+1 -1), aedThemeManager.cpp (+97), aedThemeManager.h (+8 -3), aedUpdateManager.h (+1 -1), drawlibs.h (+1 -1), eventManager.h (+1 -1), main.cpp (+1 -1)

srale
21/06/03 15:15
Newline fixes.
10 lines of code changed in:
aedAnimatedImage.h (-1), aedBox.h (-1), aedButton.h (-1), aedCheckBox.h (-1), aedColor.h (-1), aedDialogBox.h (-1), aedFont.h (-1), aedFontManager.h (-1), aedFrame.h (-1), aedGuiPosition.h (-1), aedImage.h (-1), aedImageBank.h (-1), aedObject.h (-1), aedPasswordBox.h (-1), aedProgressBar.h (-1), aedSignal.h (-1), aedStaticImage.h (-1), aedStaticText.h (-1), aedTextBox.h (-1), aedTextButton.h (-1), aedThemeManager.h (-1), aedToggleButton.h (-1), aedToggleTextButton.h (-1), aedTransparentWidget.h (-1), aedUpdateManager.h (-1), aedWindow.h (-1), dllmacros.h (+10 -8), eventManager.h (-1)

artoink
21/06/03 14:09
aedEditableText now handles input
288 lines of code changed in:
aedEditableText.cpp (+227 -17), aedEditableText.h (+14 -21), aedPasswordBox.cpp (-105), aedPasswordBox.h (+2 -2), aedStaticText.cpp (+6 -1), aedStaticText.h (+2 -2), aedTextBox.cpp (+27 -221), aedTextBox.h (+10 -15)

eduardobrasao
21/06/03 11:21
New preliminary drawing code for aedVScrollBar, not working yet. Added the
preliminary code for aedThemeManager too.
124 lines of code changed in:
Makefile (+2 -1), aedButton.cpp (+1 -141), aedButton.h (+1 -2), aedColor.h (+16), aedFrame.cpp (+1 -1), aedGui.h (+2), aedScrollBar.cpp (+18), aedScrollBar.h (+3), aedThemeManager.cpp (new 0), aedThemeManager.h (new 4), aedVScrollBar.cpp (+27 -1), aedVScrollBar.h (+1), aedWindow.cpp (+8 -16), aedWindow.h (+18), drawlibs.cpp (+19 -10), main.cpp (+3)

eduardobrasao
21/06/03 00:10
Fixed the aedCheckBox. Created the CENTERX/CENTERY macros on aedWindow.
25 lines of code changed in:
aedButton.cpp (-2), aedCheckBox.cpp (+3 -1), aedFrame.h (+1 -2), aedWindow.cpp (+12 -6), aedWindow.h (+9 -1)

eduardobrasao
20/06/03 22:35
Sometimes, too much STL is not good for your health! :)
9 lines of code changed in:
eventManager.cpp (+9 -12), eventManager.h (-1)

eduardobrasao
20/06/03 22:23
Added some events, added event handling to aedCheckBox, modified
the way eventManager processes mouse position events.
40 lines of code changed in:
aedCheckBox.cpp (+8 -5), aedEvents.h (+7 -1), aedWindow.cpp (+14 -8), aedWindow.h (+1 -1), eventManager.cpp (+9 -3), eventManager.h (+1)

eduardobrasao
20/06/03 13:16
As stated earlier, mingw (20010828) does not include the rint() function.
Rolling back... :)
2 lines of code changed in:
aedWindow.cpp (+1 -1), aedWindow.h (+1 -1)

kwizatz
20/06/03 12:53
added __GNUC__ on the check for rint in aedWindow.h and aedWindow.cpp, Mingw gcc 3.2 has a rint function, is there some trouble with this? also added aedTrasparentWidget to Makefile.mingw32
2 lines of code changed in:
aedWindow.cpp (+1 -1), aedWindow.h (+1 -1)

eduardobrasao
20/06/03 03:14
Fixed the aedTransparentWidget declaration. The rint function does
not exist on mingw (at least the version I'm using) so I reverted
the changes made by Rodrigo Hernandez on 2003-06-16.
3 lines of code changed in:
aedTransparentWidget.h (+1 -1), aedWindow.cpp (+1 -2), aedWindow.h (+1 -1)

eduardobrasao
20/06/03 02:13
Now m_Signals supports calling multiple callbacks for the same event.
5 lines of code changed in:
aedObject.cpp (+4 -5), aedObject.h (+1 -1)

eduardobrasao
20/06/03 00:49
Fixed the info on the header file.
2 lines of code changed in:
aedTransparentWidget.h (+2 -2)

eduardobrasao
20/06/03 00:43
Moved a lot of functionality from aedWindow to aedObject. Had to make
lots of hacks inside aedWindow to support the new "infrastructure".
Everything is working fine, but some code cleaning is needed. Also
added the new aedTransparentWidget base class, derived from aedWindow.
This class allows creations of widgets that automagically gets the
parent's background color.
286 lines of code changed in:
Makefile (+2 -2), Makefile.mingw32 (+1 -1), aedAnimatedImage.h (+2 -2), aedCheckBox.cpp (-8), aedCheckBox.h (+2 -2), aedEvents.h (+5 -3), aedFrame.cpp (-7), aedFrame.h (+2 -3), aedImage.cpp (+13), aedImage.h (+1), aedObject.cpp (+144), aedObject.h (+33 -4), aedStaticImage.cpp (-1), aedStaticImage.h (+2 -2), aedTextBox.cpp (+1), aedTransparentWidget.cpp (new 0), aedTransparentWidget.h (new 2), aedWindow.cpp (+63 -184), aedWindow.h (+11 -26), main.cpp (+2 -4)

eduardobrasao
19/06/03 18:01
Ran GNU indent on the code.
1363 lines of code changed in:
aedAnimatedImage.cpp (+32 -44), aedAnimatedImage.h (+8 -6), aedBox.cpp (+14 -15), aedBox.h (+3 -1), aedButton.cpp (+13 -13), aedButton.h (+5 -3), aedCheckBox.cpp (+9 -7), aedCheckBox.h (+12 -11), aedColor.h (+6 -5), aedDialogBox.cpp (+7 -5), aedDialogBox.h (+4 -2), aedEditableText.cpp (+10 -8), aedEditableText.h (+2 -1), aedEvents.h (+5 -5), aedFont.cpp (+43 -63), aedFont.h (+7 -6), aedFontManager.cpp (+2 -4), aedFontManager.h (+11 -10), aedFrame.cpp (+48 -44), aedFrame.h (+8 -6), aedGuiPosition.h (+36 -32), aedHScrollBar.cpp (+1 -1), aedImage.cpp (+8 -15), aedImage.h (+10 -9), aedImageBank.cpp (+9 -20), aedImageBank.h (+10 -9), aedObject.cpp (+5 -8), aedObject.h (+12 -11), aedPasswordBox.cpp (+82 -78), aedPasswordBox.h (+2 -1), aedProgressBar.cpp (+9 -8), aedProgressBar.h (+5 -3), aedSignal.cpp (+16 -20), aedSignal.h (+98 -85), aedStaticImage.cpp (+20 -20), aedStaticImage.h (+5 -3), aedStaticText.cpp (+19 -18), aedStaticText.h (+7 -5), aedTextBox.cpp (+73 -68), aedTextBox.h (+14 -13), aedTextButton.cpp (+1 -1), aedTextButton.h (+2 -1), aedToggleButton.cpp (+2 -2), aedToggleButton.h (+2 -1), aedToggleTextButton.cpp (+2 -2), aedToggleTextButton.h (+2 -1), aedUpdateManager.cpp (+364 -278), aedUpdateManager.h (+67 -61), aedVScrollBar.cpp (+1 -1), aedWindow.cpp (+102 -84), aedWindow.h (+29 -21), dllmacros.h (+5 -5), drawlibs.cpp (+34 -36), drawlibs.h (+2 -2), eventManager.cpp (+24 -18), eventManager.h (+5 -4), main.cpp (+29 -17)

eduardobrasao
19/06/03 17:55
Okay! Moved the event handling code to aedObject.
40 lines of code changed in:
aedObject.cpp (+24), aedObject.h (+16), aedWindow.cpp (-24), aedWindow.h (-4)

eduardobrasao
19/06/03 17:48
New signal and events code. Now we have a uniform, more professional
looking, event handling code. Everything should be done by the "connect"
call. Hmmm... I think I will move it to aedObject :)
38 lines of code changed in:
aedObject.h (+1), aedSignal.cpp (+8 -1), aedSignal.h (+2 -1), aedWindow.cpp (+23 -32), aedWindow.h (+3 -14), main.cpp (+1 -2)

eduardobrasao
19/06/03 14:27
Implemented the caret blinking on aedTextBox. There are some bugs,
specially related to caret drawing, but this is inside aedTextBox::render.
95 lines of code changed in:
aedTextBox.cpp (+93 -61), aedTextBox.h (+2)

kwizatz
19/06/03 12:11
Fixed Makefile.mingw32, and now it works, added dllmacros.h to aedObject.h
3 lines of code changed in:
Makefile.mingw32 (+1 -1), aedGui.h (+1), aedObject.h (+1)

artoink
19/06/03 05:43
fixed caret rendering
13 lines of code changed in:
aedPasswordBox.cpp (+6 -16), aedTextBox.cpp (+7 -16)

eduardobrasao
18/06/03 23:17
Inserted a newline at the end of dllmacros.h so to stop the
gcc "newline at the end of file" warning.
1 lines of code changed in:
dllmacros.h (+1 -1)

kwizatz
18/06/03 22:12
At Last! Visual C++ compiles and Works, still yields a LOT of warnings, but it is running,I added dllmacros.h which holds the macros for creating a DLL, from Now on, whenever you create a new class do it as "class DLLEXPORT aedXXXX" and if not deriving from aedObject, include "dllmacros.h".\nThere were a couple of problems first, I get undefined reference when I try to compile using MingW, this happens when compiling with the DLL makefile, not the old static one =(\nSecond I found an anomally in aedTextBox and aedPasswordBox, it was the same one, may be related to the fact that no caret appears when there is no text, on the render function if there is NO textthe SDL_Rect "src" never gets initialized, so all the members get garbage, I made it get initialized with all 0's but this should be looked further\n\nAnyway, thats it for this commit.
90 lines of code changed in:
Makefile.mingw32 (+1 -1), aedBox.h (+2 -1), aedButton.h (+2 -1), aedCheckBox.h (+2 -1), aedColor.h (+3 -1), aedDialogBox.h (+2 -1), aedEditableText.h (+2 -1), aedFont.h (+2 -1), aedFontManager.h (+3 -1), aedFrame.h (+2 -1), aedGuiPosition.h (+2 -1), aedHScrollBar.h (+2 -1), aedImage.h (+2 -1), aedImageBank.h (+2 -1), aedObject.h (+1 -1), aedPasswordBox.cpp (+15 -1), aedPasswordBox.h (+1 -1), aedProgressBar.h (+1 -1), aedScrollBar.h (+1 -1), aedSignal.h (+6 -5), aedStaticImage.h (+1 -1), aedStaticText.h (+1 -1), aedTextBox.cpp (+13), aedTextBox.h (+1 -1), aedTextButton.h (+1 -1), aedToggleButton.h (+1 -1), aedToggleTextButton.h (+1 -1), aedUpdateManager.h (+1 -1), aedWindow.h (+1 -1), dllmacros.h (new 8), eventManager.h (+1 -1), VisualC7/aedgui.vcproj (+6)

artoink
18/06/03 12:55
new aedTextBox.
228 lines of code changed in:
aedPasswordBox.cpp (+90 -7), aedPasswordBox.h (+1 -1), aedTextBox.cpp (+133 -109), aedTextBox.h (+3 -2), main.cpp (+1 -1)

eduardobrasao
18/06/03 00:28
New aedObject class.
6 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+1 -1), aedObject.cpp (new 0), aedObject.h (new 1), aedWindow.h (+3 -17)

eduardobrasao
17/06/03 21:25
New init() function.
10 lines of code changed in:
eventManager.cpp (+9 -7), eventManager.h (+1)

srale
17/06/03 05:58
Added skeleton code for vertical scrollbars.
5 lines of code changed in:
Makefile (+2 -2), Makefile.mingw32 (+2 -2), aedVScrollBar.cpp (new 1), aedVScrollBar.h (new 0)

eduardobrasao
17/06/03 00:12
New aedAnimatedImage class.
55 lines of code changed in:
Makefile (+2 -1), Makefile.mingw32 (+2 -1), aedAnimatedImage.cpp (new 44), aedAnimatedImage.h (new 6), main.cpp (+1 -1)

kwizatz
16/06/03 22:56
Added Visual C++ 7 project files and added some macros to compile a DLL under VC++, there are LOTS of warnings when compiling, and the test crashes but I think its headed in a good direction
435 lines of code changed in:
VisualC7: aedGUI.sln (new 27), aedTest.vcproj (new 122), aedgui.vcproj (new 286)

kwizatz
16/06/03 21:25
changed Makefile.mingw32 a bit
4 lines of code changed in:
Makefile.mingw32 (+4 -1)

kwizatz
16/06/03 21:05
*** empty log message ***
1 lines of code changed in:
aedWindow.cpp (+1 -1)

kwizatz
16/06/03 20:58
Changed all #include "SDL.h" Instances to #include "SDL/SDL.h" which is the way SDL samples do it, there should be no problem compiling this way I hope. Also added a better check for rint
13 lines of code changed in:
aedFont.h (+1 -1), aedGuiPosition.h (+1 -1), aedImage.h (+1 -1), aedImageBank.h (+1 -1), aedSignal.h (+1 -1), aedTextBox.h (+1 -1), aedUpdateManager.h (+1 -1), aedWindow.cpp (+3 -2), aedWindow.h (+1 -1), drawlibs.h (+1 -1), eventManager.h (+1 -1)

eduardobrasao
16/06/03 17:01
New aedStaticImage class.
74 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+1 -1), aedFrame.cpp (+10 -1), aedFrame.h (+2 -1), aedGui.h (+1), aedImage.cpp (+9), aedImage.h (+1), aedStaticImage.cpp (new 20), aedStaticImage.h (new 3), aedWindow.cpp (+5 -1), aedWindow.h (+1 -1), main.cpp (+20 -3), test.bmp (new 0)

srale
16/06/03 11:12
Added basic scrollbar code. Lacks rendering code.
5 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+1 -1), aedHScrollBar.cpp (new 1), aedHScrollBar.h (new 1), aedScrollBar.cpp (new 0), aedScrollBar.h (new 1)

eduardobrasao
16/06/03 10:44
Added the getSize() member function.
8 lines of code changed in:
aedImageBank.cpp (+7), aedImageBank.h (+1)

eduardobrasao
15/06/03 23:12
Correcting a simple typo.
1 lines of code changed in:
aedImageBank.h (+1 -1)

eduardobrasao
15/06/03 23:12
New aedImageBank class.
24 lines of code changed in:
Makefile (+1 -1), Makefile.mingw32 (+2 -1), aedGui.h (+1), aedImageBank.cpp (new 13), aedImageBank.h (new 7)

eduardobrasao
15/06/03 16:35
New aedImage class.
17 lines of code changed in:
Makefile (+2 -1), Makefile.mingw32 (+1 -1), aedGui.h (+1), aedImage.cpp (new 6), aedImage.h (new 7)

eduardobrasao
15/06/03 15:55
Added (finally) copyright notices in every header file.
421 lines of code changed in:
aedBox.h (+21), aedButton.h (+21), aedCheckBox.h (+21), aedColor.h (+21), aedDialogBox.h (+21), aedFont.h (+21), aedFontManager.h (+21), aedFrame.h (+21), aedGuiPosition.h (+20), aedPasswordBox.h (+21), aedProgressBar.h (+21), aedSignal.h (+22), aedStaticText.h (+21), aedTextBox.h (+21), aedTextButton.h (+21), aedToggleButton.h (+21), aedToggleTextButton.h (+21), aedUpdateManager.h (+22), aedWindow.h (+21), eventManager.h (+21)

eduardobrasao
15/06/03 15:33
This file is now obsolete.
0 lines of code changed in:
aedStaticIcon.h (del)

eduardobrasao
14/06/03 08:49
Added the <typeinfo> header to aedWindow.h.
12 lines of code changed in:
aedCheckBox.h (+1 -1), aedFont.h (+1 -1), aedFontManager.h (+1 -1), aedFrame.h (+1 -1), aedProgressBar.h (+1 -1), aedSignal.h (+2 -2), aedStaticIcon.h (+1 -1), aedStaticText.h (+1 -1), aedTextBox.h (+1 -1), aedUpdateManager.h (+1 -1), aedWindow.h (+1)

kwizatz
13/06/03 19:27
Created the eventManager() cosntructor and setDesktop() function on the eventManager class in order to be able to set the desktop window at a later time, (IE have an eventManager object as a class variable and setting the desktop on said class' constructor, also added some sanity tests to check if the m_Desktop variable is valid (NOT NULL)
30 lines of code changed in:
Makefile.mingw32 (new 1), eventManager.cpp (+24 -10), eventManager.h (+5 -1)

eduardobrasao
13/06/03 16:13
Fixed a little bug on aedCheckBox and made a little change on aedWindow::
getMyPosition().
3 lines of code changed in:
aedCheckBox.cpp (+1 -1), aedSignal.h (-2), aedWindow.cpp (+2 -2)

eduardobrasao
13/06/03 15:41
Cleaned the aedSignal code.
64 lines of code changed in:
aedSignal.cpp (+50), aedSignal.h (+14 -39)

eduardobrasao
13/06/03 14:39
The new aedSignal class is now working (at least).
30 lines of code changed in:
aedCheckBox.cpp (+1 -1), aedSignal.h (+27 -9), aedWindow.cpp (+1 -2), main.cpp (+1 -1)

eduardobrasao
13/06/03 09:20
New aedSignal Class. A LOT of things changed, but not everything is working
yet. If you use this class, the whole library will stop working. Use
with care.
115 lines of code changed in:
Makefile (+1 -1), aedCheckBox.cpp (+2), aedSignal.cpp (+2 -20), aedSignal.h (+99 -7), aedWindow.cpp (+5 -31), aedWindow.h (-9), main.cpp (+6 -14)

eduardobrasao
12/06/03 16:51
New calling interface for aedGUI. Now you can "speed" things up by just
using the new "create" method. Please note that you can still use the
"old style" interface.
82 lines of code changed in:
Makefile (+1 -1), aedButton.cpp (+2 -3), aedButton.h (+1 -1), aedCheckBox.cpp (-2), aedCheckBox.h (+1 -1), aedEditableText.cpp (-1), aedFrame.cpp (-1), aedGuiPosition.h (+24), aedProgressBar.cpp (-1), aedStaticText.cpp (-1), aedTextBox.cpp (-2), aedTextButton.cpp (+1 -2), aedTextButton.h (+1 -1), aedToggleTextButton.cpp (+1 -2), aedToggleTextButton.h (+1 -1), aedWindow.cpp (+27 -10), aedWindow.h (+14 -1), main.cpp (+8 -17)

eduardobrasao
08/06/03 14:42
Fixed aedToggleTextButton. Added the TAKEOVERPARENT macro that maps
to "-1, -1" just for simplifying things.
23 lines of code changed in:
aedCheckBox.cpp (+1 -1), aedTextButton.cpp (+2 -2), aedToggleTextButton.cpp (+3 -3), aedWindow.cpp (+12 -14), aedWindow.h (+5 -3)

eduardobrasao
08/06/03 12:08
The Resolution Independence code is 99% removed! Use with care.
13 lines of code changed in:
main.cpp (+13 -13)

eduardobrasao
08/06/03 12:04
Rez independence update... almost there!
23 lines of code changed in:
aedCheckBox.cpp (-4), aedTextButton.cpp (+1 -1), aedToggleTextButton.cpp (+3 -4), aedWindow.cpp (+6), aedWindow.h (+1), main.cpp (+12 -12)

eduardobrasao
08/06/03 11:52
First changes on the removal of aedGUI's resolution independent code.
Beware, not working yet :)
55 lines of code changed in:
aedCheckBox.cpp (+5 -5), aedEvents.h (+5 -2), aedTextButton.cpp (+2 -4), aedToggleTextButton.cpp (+3 -5), aedWindow.cpp (+27 -212), aedWindow.h (+7 -22), main.cpp (+6 -6)

Pages: << Previous 1 2 3 4 5 6 Next >>


Generated by StatCvs v0.1.3