Summary Period: 2003-05-11 to 2003-04-28 (Commits 1-45 of 545)
|
eduardobrasao 11/05/03 21:56 |
New drawing code for aedProgressBar. Removed the static control from inside the ProgressBar. Now our GUI is very XP-like. (Not that I like Windows, please, I'm a Linux person.) |
| 59 lines of code changed in: aedProgressBar.cpp (+51 -25), aedProgressBar.h (-1), aedStaticText.cpp (+2 -2), main.cpp (+6 -3) | |
|
eduardobrasao 11/05/03 20:00 |
Looks like our smart(dumb) updating algorithim is not working on some compilers. |
| 7 lines of code changed in: aedStaticText.cpp (+7 -3) | |
|
eduardobrasao 11/05/03 19:37 |
Minor fixes |
| 1 lines of code changed in: aedProgressBar.cpp (-1), main.cpp (+1 -3) | |
|
eduardobrasao 11/05/03 19:33 |
New drawing code for aedBox. |
| 42 lines of code changed in: aedBox.cpp (+39), aedButton.cpp (+1 -16), main.cpp (+2 -2) | |
|
eduardobrasao 11/05/03 16:11 |
New aedColor header file. Now color components are defined using this new class. Some modifications on the drawing functions, using a code stealed from SDL_TTF :) |
| 43 lines of code changed in: aedBox.cpp (+3 -2), aedButton.cpp (+4 -1), aedColor.h (new 24), aedProgressBar.cpp (+3 -2), aedTextBox.cpp (+1 -1), aedWindow.cpp (+4 -2), aedWindow.h (+3 -2), main.cpp (+1 -1) | |
|
eduardobrasao 09/05/03 00:10 |
Fixed yet another nasty bug involving resolution changes. |
| 10 lines of code changed in: aedWindow.cpp (+10 -4) | |
|
eduardobrasao 08/05/03 23:26 |
Some bug tracking |
| 3 lines of code changed in: aedProgressBar.cpp (+2 -2), aedTextBox.cpp (+1) | |
|
eduardobrasao 08/05/03 17:25 |
New aedProgressBar and aedDialogBox classes. Found a bug(?) on aedBox that the rendering function wasn't moved from aedTextBox. Some major code cleanup. |
| 121 lines of code changed in: Makefile (+1 -1), aedBox.cpp (+26), aedBox.h (+1), aedDialogBox.cpp (new 12), aedDialogBox.h (new 2), aedGui.h (+1), aedProgressBar.cpp (new 58), aedProgressBar.h (new 10), aedTextBox.cpp (-26), aedTextBox.h (-1), eventManager.cpp (-1), main.cpp (+10 -1) | |
|
eduardobrasao 08/05/03 12:45 |
Code cleanup |
| 98 lines of code changed in: drawlibs.cpp (+98 -108) | |
|
eduardobrasao 08/05/03 11:52 |
Changed the DrawPixel function to not lock/unlock the surface for EVERY pixel... Added the Slock() and Sunlock() macros for locking/unlocking the surface prior to Drawing. |
| 24 lines of code changed in: aedBox.cpp (+2), aedButton.cpp (+6 -2), aedStaticText.cpp (+6), drawlibs.cpp (-13), drawlibs.h (+10), main.cpp (-2) | |
|
eduardobrasao 08/05/03 11:31 |
Removed the Manual ChangeLog file |
| 0 lines of code changed in: ChangeLog (del) | |
|
eduardobrasao 08/05/03 11:28 |
*** empty log message *** |
| 184 lines of code changed in: ChangeLog (+184 -25) | |
|
eduardobrasao 08/05/03 11:26 |
Code cleanup. Some hardcoded values changed, dependencies removed. |
| 68 lines of code changed in: aedBox.cpp (+1 -1), aedButton.cpp (+1 -1), aedStaticText.cpp (+10 -10), aedTextBox.cpp (+2), aedWindow.cpp (+21 -19), aedWindow.h (+28 -30), main.cpp (+5 -1) | |
|
eduardobrasao 08/05/03 00:42 |
The aedWindow class do not depend on the SDL initialization anymore. Changed the wm_sizechanged event to receive the new screen size. The eventManager class was changed to support the new format of the wm_sizechanged event. |
| 49 lines of code changed in: aedWindow.cpp (+34 -13), aedWindow.h (+11 -9), eventManager.cpp (+1 -1), main.cpp (+3 -1) | |
|
eduardobrasao 07/05/03 22:54 |
Implemented the getTopMostWidget() function |
| 42 lines of code changed in: aedWindow.cpp (+41 -26), aedWindow.h (+1) | |
|
eduardobrasao 07/05/03 22:27 |
Updated the wm_paint call on aedButton & aedTextBox |
| 2 lines of code changed in: aedButton.cpp (+1 -1), aedTextBox.cpp (+1 -1) | |
|
eduardobrasao 06/05/03 00:38 |
Changed the ChangeLog :) |
| 8 lines of code changed in: ChangeLog (+8) | |
|
eduardobrasao 06/05/03 00:33 |
Fixed some bugs on the updating code, the drawing code (general). The result is that aedGUITest won't crash when resized to *really* small resolutions. Other than that, some tweaking on the alpha blending code on aedButton and that's it :) |
| 35 lines of code changed in: aedButton.cpp (+3 -3), aedStaticText.cpp (+7 -7), aedTextBox.cpp (+3 -1), aedWindow.cpp (+21 -1), aedWindow.h (+1 -1) | |
|
eduardobrasao 05/05/03 23:39 |
More alpha blending code |
| 5 lines of code changed in: aedButton.cpp (+5 -5) | |
|
eduardobrasao 05/05/03 21:36 |
Buttons are almost 100% drawn using alpha blending now. Great! |
| 10 lines of code changed in: aedButton.cpp (+10 -22) | |
|
eduardobrasao 05/05/03 01:03 |
Added the "COPYING" file containing the LGPL license |
| 437 lines of code changed in: COPYING (new 437) | |
|
eduardobrasao 04/05/03 13:39 |
Added the m_IsEnabled member variable |
| 127 lines of code changed in: aedButton.cpp (+106 -87), aedWindow.cpp (+12 -6), aedWindow.h (+8 -5), main.cpp (+1 -1) | |
|
eduardobrasao 03/05/03 12:10 |
Removed aedTestWindow.h from aedGui.h |
| 0 lines of code changed in: aedGui.h (-1) | |
|
eduardobrasao 03/05/03 11:02 |
Removed aedTestWindow, as it was just a test class, not important to the library. |
| 1 lines of code changed in: Makefile (+1 -1), aedTestWindow.cpp (del), aedTestWindow.h (del) | |
|
eduardobrasao 02/05/03 23:54 |
Rolled my changes back :) |
| 1 lines of code changed in: main.cpp (+1 -1) | |
|
eduardobrasao 02/05/03 23:53 |
Turned on the creation of screenshots after each session |
| 1 lines of code changed in: main.cpp (+1 -1) | |
|
eduardobrasao 02/05/03 23:51 |
Simple check on addWindow to see if the specified window has been already added |
| 12 lines of code changed in: aedWindow.cpp (+11 -3), aedWindow.h (+1) | |
|
eduardobrasao 02/05/03 23:37 |
I'm not a lone wolf anymore :) |
| 2 lines of code changed in: README (+2 -3) | |
|
eduardobrasao 02/05/03 23:35 |
Changes ;) |
| 10 lines of code changed in: ChangeLog (+10) | |
|
eduardobrasao 02/05/03 19:59 |
New base class for any "boxed" widgets, like textBOXES, listBOXES, comboBOXES :) |
| 7 lines of code changed in: aedBox.cpp (new 3), aedBox.h (new 4) | |
|
eduardobrasao 02/05/03 19:59 |
Fixed the bug on the focus changing code, added a new variable m_IsWidget that will (probably) make m_IsStatic obsolete |
| 30 lines of code changed in: Makefile (+1 -1), aedButton.cpp (+1), aedGui.h (+1), aedTextBox.cpp (+1 -12), aedTextBox.h (+2 -3), aedWindow.cpp (+18 -28), aedWindow.h (+6 -2), main.cpp (-2) | |
|
eduardobrasao 02/05/03 15:20 |
New Widget: aedPassword Box, for password input. |
| 24 lines of code changed in: Makefile (+2 -2), aedGui.h (+1), aedPasswordBox.cpp (new 15), aedPasswordBox.h (new 3), aedTextBox.cpp (+1 -1), aedTextBox.h (+1 -1), main.cpp (+1 -1) | |
|
eduardobrasao 01/05/03 11:08 |
Huge changes on the smart(dumb) screen updating algorithm |
| 8 lines of code changed in: aedStaticText.cpp (+8 -5) | |
|
eduardobrasao 01/05/03 11:00 |
The new focus code demonstration |
| 8 lines of code changed in: main.cpp (+8 -2) | |
|
eduardobrasao 01/05/03 10:45 |
Simple modification on the SetCaption call. |
| 1 lines of code changed in: main.cpp (+1 -1) | |
|
eduardobrasao 01/05/03 00:17 |
Some little changes |
| 10 lines of code changed in: ChangeLog (new 8), README (+2 -2) | |
|
eduardobrasao 01/05/03 00:07 |
Huge Changes. Recoding of the aedButton drawing functions, now the buttons are rendered on an offscreen buffer; alpha blending works, no more ugly gray lines over some colors/images on the background. We now have focus :) Just compile the aedGUITest example and press TAB :) |
| 210 lines of code changed in: aedButton.cpp (+115 -68), aedButton.h (+3 -1), aedTextBox.cpp (+6 -21), aedToggleButton.cpp (+18 -2), aedWindow.cpp (+38), drawlibs.cpp (+29 -1), drawlibs.h (+1) | |
|
eduardobrasao 30/04/03 21:10 |
Some changes on the focus code on the aedTextBox class |
| 45 lines of code changed in: aedTextBox.cpp (+45 -13) | |
|
eduardobrasao 30/04/03 12:58 |
Simple removal of typos |
| 0 lines of code changed in: main.cpp (-3) | |
|
eduardobrasao 30/04/03 12:53 |
Some simple changes to support "focus" |
| 3 lines of code changed in: aedWindow.cpp (+3 -1) | |
|
eduardobrasao 30/04/03 00:08 |
Changed m_ButtonIsDown to protected |
| 1 lines of code changed in: aedButton.h (+1 -1) | |
|
eduardobrasao 29/04/03 23:38 |
Added the aedToggleButton class for managing... ToggleButtons! |
| 95 lines of code changed in: Makefile (+1 -1), aedGui.h (+2), aedToggleButton.cpp (new 35), aedToggleButton.h (new 8), aedToggleTextButton.cpp (new 30), aedToggleTextButton.h (new 12), main.cpp (+7 -2) | |
|
eduardobrasao 28/04/03 19:53 |
Simple translation |
| 1 lines of code changed in: main.cpp (+1 -1) | |
|
eduardobrasao 28/04/03 19:45 |
My beloved README file :) |
| 10 lines of code changed in: README (new 10) | |
|
eduardobrasao 28/04/03 19:41 |
Initial revision |
| 1389 lines of code changed in: Makefile (new 3), aedButton.cpp (new 171), aedButton.h (new 16), aedGui.h (new 0), aedGuiPosition.h (new 36), aedJusts.h (new 3), aedStaticIcon.h (new 16), aedStaticText.cpp (new 195), aedStaticText.h (new 35), aedTestWindow.cpp (new 0), aedTestWindow.h (new 0), aedTextBox.cpp (new 86), aedTextBox.h (new 12), aedTextButton.cpp (new 30), aedTextButton.h (new 12), aedWindow.cpp (new 365), aedWindow.h (new 114), drawlibs.cpp (new 141), drawlibs.h (new 2), eventManager.cpp (new 98), eventManager.h (new 6), main.cpp (new 48) 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) | |
![]()
Generated by StatCvs v0.1.3