Commit Log (Page 5 of 6)

back to main page

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

Summary Period: 2003-06-04 to 2003-05-12 (Commits 46-145 of 545)

eduardobrasao
04/06/03 08:53
Changed aedCheckBox, so we don't need that event hack again. Added a new
"connect" function on aedSignal, so we can add member functions as well.
68 lines of code changed in:
aedCheckBox.cpp (+11 -27), aedCheckBox.h (+1), aedSignal.cpp (+16), aedSignal.h (+6 -2), aedWindow.cpp (+32 -1), aedWindow.h (+1), main.cpp (+1)

eduardobrasao
03/06/03 15:46
Little change on aedCheckBox. Now it "inherits" the parent's m_BGColor.
19 lines of code changed in:
aedCheckBox.cpp (+7), aedCheckBox.h (+1), aedWindow.h (+11 -1)

eduardobrasao
03/06/03 08:22
Dirty hack so aedCheckBox can compile on VC++.
11 lines of code changed in:
aedCheckBox.cpp (+10 -7), aedCheckBox.h (-2), aedWindow.cpp (+1 -1)

eduardobrasao
03/06/03 00:46
Changed the wm_paint call to behave like most GUIs. This change
made the library almost 300% faster (!!).
9 lines of code changed in:
aedTextBox.h (+1 -2), aedWindow.cpp (+8)

eduardobrasao
01/06/03 09:13
Fixed a little bug on aedFrame/aedFont.
10 lines of code changed in:
aedFont.cpp (+6 -6), aedFont.h (+3 -3), aedFrame.cpp (+1 -2), aedWindow.cpp (-2)

eduardobrasao
01/06/03 08:50
Trying to nail down the weird crash bug on gcc-2.95.x
5 lines of code changed in:
aedButton.cpp (+2), aedWindow.cpp (+3 -1)

eduardobrasao
31/05/03 17:41
Tried to fix a weird bug that happens on gcc 2.x.
6 lines of code changed in:
aedWindow.cpp (+6 -4)

eduardobrasao
30/05/03 21:48
Partially fixed the caret movement problem. The problem still arises
if you fill entirely the aedTextBox and tried to move the caret.
6 lines of code changed in:
aedTextBox.cpp (+6 -9)

eduardobrasao
30/05/03 18:18
Fixed the backspace issue on aedTextBox. Added the m_FGColor
member to aedWindow.
32 lines of code changed in:
aedFrame.cpp (+16 -5), aedFrame.h (+3 -1), aedTextBox.cpp (+5 -6), aedWindow.cpp (+1), aedWindow.h (+7 -1)

srale
30/05/03 13:36
Attempt to fix "long text in a small textbox" situation.
54 lines of code changed in:
aedTextBox.cpp (+53 -29), main.cpp (+1 -1)

srale
30/05/03 10:45
More work on aedTextBox. Code is far from complete, handle with care. :)
10 lines of code changed in:
aedTextBox.cpp (+10 -9)

eduardobrasao
29/05/03 23:36
Some changes on aedCheckBox.
1 lines of code changed in:
aedCheckBox.cpp (+1 -44)

eduardobrasao
29/05/03 22:52
Implemented the aedFrame class.
109 lines of code changed in:
aedCheckBox.cpp (+1 -2), aedFrame.cpp (+90), aedFrame.h (+7 -1), aedWindow.cpp (+5 -5), main.cpp (+6 -1)

eduardobrasao
29/05/03 20:13
aedCheckBox is ALMOST working :)
10 lines of code changed in:
aedCheckBox.cpp (+8 -1), aedCheckBox.h (+2), main.cpp (-1)

eduardobrasao
29/05/03 19:45
Changed the buttonPressed function.
2 lines of code changed in:
main.cpp (+2 -1)

eduardobrasao
29/05/03 19:44
Changed the aedCallback typedef.
29 lines of code changed in:
aedSignal.cpp (+2 -2), aedSignal.h (+4 -3), aedTextBox.cpp (+7 -1), aedTextBox.h (+2 -2), aedWindow.cpp (+8 -23), aedWindow.h (+2), main.cpp (+4 -3)

eduardobrasao
29/05/03 17:27
Added more signals/events, modified the default font size on aedTextBox.
34 lines of code changed in:
aedEvents.h (+8), aedTextBox.cpp (+3 -1), aedWindow.cpp (+13), aedWindow.h (+9 -1), main.cpp (+1 -1)

eduardobrasao
29/05/03 17:13
Some little code changes. The cursor positioning on aedTextBox
is buggy, beware.
25 lines of code changed in:
aedEvents.h (+2 -1), aedTextBox.cpp (+10 -3), aedWindow.cpp (+10 -4), aedWindow.h (+3 -2)

eduardobrasao
29/05/03 14:18
Fixed the "left arrow" issue on aedTextBox.
6 lines of code changed in:
aedEvents.h (+1 -1), aedTextBox.cpp (+5 -3)

srale
29/05/03 11:17
Trying to debug arrow keys problem with aedTextBox...
3 lines of code changed in:
aedTextBox.cpp (+3 -11)

eduardobrasao
29/05/03 10:00
Some changes.
3 lines of code changed in:
aedTextBox.cpp (+3 -3)

eduardobrasao
29/05/03 09:57
Implemented Ivan's suggestions.
4 lines of code changed in:
aedEvents.h (+1 -1), aedWindow.cpp (+1 -1), main.cpp (+2 -2)

eduardobrasao
28/05/03 23:09
Code cleaning.
0 lines of code changed in:
aedWindow.h (-4)

eduardobrasao
28/05/03 23:05
Added the new aedEvents header, changed the wm_keydown message and
updated the eventManager class. *phew* :)
54 lines of code changed in:
aedButton.cpp (+3 -3), aedButton.h (+1 -1), aedEvents.h (new 1), aedTextBox.cpp (+7 -4), aedTextBox.h (+1 -1), aedWindow.cpp (+22 -3), aedWindow.h (+12 -4), eventManager.cpp (+5 -6), eventManager.h (+1), main.cpp (+1 -1)

eduardobrasao
28/05/03 14:55
Fixed a bug in eventManager and cleaned the code on aedTextBox.
4 lines of code changed in:
aedTextBox.cpp (+1 -12), eventManager.cpp (+3 -1)

eduardobrasao
28/05/03 14:28
Some little changes.
6 lines of code changed in:
aedTextBox.cpp (+6)

srale
28/05/03 13:50
Fixed box rendering.
6 lines of code changed in:
aedTextBox.cpp (+6 -2)

srale
28/05/03 13:23
Start of the aedTextBox rewrite.
110 lines of code changed in:
aedFont.cpp (+4 -1), aedFont.h (+1 -1), aedPasswordBox.cpp (+1 -1), aedTextBox.cpp (+94 -40), aedTextBox.h (+9 -3), eventManager.cpp (+1 -1)

eduardobrasao
28/05/03 09:17
New aedSignal class.
23 lines of code changed in:
Makefile (+1 -1), aedSignal.cpp (new 4), aedSignal.h (new 3), aedWindow.cpp (+1), aedWindow.h (+7), main.cpp (+7)

eduardobrasao
27/05/03 22:53
Minor updates.
1 lines of code changed in:
aedFrame.h (+1 -1)

eduardobrasao
27/05/03 22:41
Updated the aedCheckBox *test* code.
4 lines of code changed in:
aedCheckBox.cpp (+4 -4)

eduardobrasao
27/05/03 22:28
New wm_paint call (again!). New "testing" code for aedCheckBox.
23 lines of code changed in:
aedBox.cpp (+1 -1), aedButton.cpp (+1 -1), aedCheckBox.cpp (+14 -2), aedCheckBox.h (+2), aedWindow.cpp (+4 -2), aedWindow.h (+1 -1)

eduardobrasao
27/05/03 22:05
Some changes on aedWindow::wm_paint() call.
1 lines of code changed in:
aedWindow.cpp (+1 -9)

eduardobrasao
27/05/03 16:58
Changed the wm_paint call and ditched libsigc++ from the code.
17 lines of code changed in:
Makefile (+2 -2), aedBox.cpp (+2 -1), aedButton.cpp (+2 -1), aedCheckBox.cpp (+3 -1), aedWindow.cpp (+7 -14), aedWindow.h (+1 -7)

srale
27/05/03 11:12
Another try at fixing compilation problems under VC++.
9 lines of code changed in:
aedFontManager.cpp (+1 -6), aedFontManager.h (+8 -3)

srale
27/05/03 10:34
Changed argument of wm_update from Uint16 to Uint32.
19 lines of code changed in:
aedButton.cpp (+1 -1), aedButton.h (+1 -1), aedCheckBox.cpp (+1 -1), aedCheckBox.h (+1 -1), aedStaticText.cpp (+1 -1), aedStaticText.h (+1 -1), aedTextBox.cpp (+2 -3), aedTextBox.h (+1 -1), aedToggleButton.cpp (+1 -1), aedToggleButton.h (+1 -1), aedWindow.cpp (+2 -2), aedWindow.h (+6 -6)

eduardobrasao
27/05/03 01:05
Changed the way every widget is updated. Now, with every update, the widget
receives the delta from the last update. There is no more "updateWidget()"
call, now everything is done via updateWidgets() and wm_update() call.
75 lines of code changed in:
aedButton.cpp (+4 -2), aedButton.h (+1 -1), aedCheckBox.cpp (+4 -2), aedCheckBox.h (+2 -2), aedStaticText.cpp (+4 -9), aedStaticText.h (+1 -1), aedTextBox.cpp (+9 -10), aedTextBox.h (+3 -2), aedToggleButton.cpp (+4 -2), aedToggleButton.h (+1 -1), aedWindow.cpp (+35 -14), aedWindow.h (+6 -6), main.cpp (+1 -1)

eduardobrasao
27/05/03 00:04
Started implementing our Signal Notification System.
10 lines of code changed in:
Makefile (+2 -2), aedWindow.h (+8 -5)

srale
26/05/03 17:37
Added DrawRound function for drawing rectangles with rounded corners,
useful for drawing boxes; code taken from SDL_draw. :)
87 lines of code changed in:
drawlibs.cpp (+85 -4), drawlibs.h (+2)

srale
26/05/03 15:05
More drawlibs-related cleaning up. Added getUint32() method to aedColor.
19 lines of code changed in:
aedBox.cpp (+12 -15), aedColor.h (+4), aedEditableText.cpp (+1 -3), aedStaticText.cpp (+1 -4), aedWindow.cpp (+1 -4)

srale
26/05/03 14:46
First part of the drawlibs cleanup. All routines now accept color
only as Uint32.
106 lines of code changed in:
aedBox.cpp (+10 -6), aedButton.cpp (+18 -17), aedCheckBox.cpp (+9 -8), drawlibs.cpp (+61 -82), drawlibs.h (+8 -7)

eduardobrasao
26/05/03 09:24
Fixed the drawing code for aedCheckBox and fixed the alignment
code on aedStaticText.
5 lines of code changed in:
aedCheckBox.cpp (+4 -4), aedStaticText.cpp (+1 -1)

eduardobrasao
25/05/03 16:46
Fixed some bugs on aedCheckBox::render()
15 lines of code changed in:
aedCheckBox.cpp (+7 -10), aedUpdateManager.cpp (+7), aedUpdateManager.h (+1)

srale
24/05/03 06:46
Some changes to aedCheckBox::render(). Added DrawRect function.
63 lines of code changed in:
aedCheckBox.cpp (+42 -10), drawlibs.cpp (+20), drawlibs.h (+1)

eduardobrasao
23/05/03 15:57
Fixed the wm_paint call. Changed the render function prototype.
58 lines of code changed in:
aedBox.cpp (+6 -3), aedBox.h (+1 -1), aedButton.cpp (+6 -3), aedButton.h (+1 -1), aedCheckBox.cpp (+7 -6), aedCheckBox.h (+1 -1), aedDialogBox.cpp (+6 -3), aedDialogBox.h (+1 -1), aedEditableText.cpp (+6 -3), aedEditableText.h (+1 -1), aedProgressBar.cpp (+6 -3), aedProgressBar.h (+1 -1), aedStaticText.cpp (+6 -3), aedStaticText.h (+1 -1), aedWindow.cpp (+7 -8), aedWindow.h (+1 -1)

eduardobrasao
23/05/03 15:42
Update-related functions are now handled by the render() function
on each widget, so we don't need to set "m_NeedsToBeUpdated" anymore.
The library is faster, simpler and neater :)
45 lines of code changed in:
aedBox.cpp (+4), aedButton.cpp (+6 -13), aedCheckBox.cpp (+4 -5), aedDialogBox.cpp (+4), aedEditableText.cpp (+3), aedGuiPosition.h (+8 -2), aedProgressBar.cpp (+4 -2), aedStaticText.cpp (+4 -2), aedTextBox.cpp (-11), aedToggleButton.cpp (-7), aedUpdateManager.cpp (+7), aedUpdateManager.h (+1), aedWindow.cpp (-8), aedWindow.h (-18)

eduardobrasao
23/05/03 15:24
Now every widget uses aedUpdateManager. I will probably insert the
update requests inside the rendering functions...
41 lines of code changed in:
aedButton.cpp (-9), aedCheckBox.cpp (-7), aedProgressBar.cpp (+2 -1), aedStaticText.cpp (+2 -2), aedTextBox.cpp (-5), aedToggleButton.cpp (+6 -6), aedWindow.cpp (+28 -14), aedWindow.h (+3 -3), main.cpp (-1)

eduardobrasao
23/05/03 13:21
Removed some debug code.
1 lines of code changed in:
main.cpp (+1 -11)

eduardobrasao
23/05/03 13:19
New aedUpdateManager class. The code is messy, but works. The code
must be converted from C to C++ using templates.
381 lines of code changed in:
Makefile (+1 -1), aedButton.cpp (+15 -2), aedCheckBox.cpp (+4), aedGui.h (+1), aedProgressBar.cpp (+1), aedStaticText.h (+1 -1), aedTextBox.cpp (+12), aedUpdateManager.cpp (new 264), aedUpdateManager.h (new 37), aedWindow.cpp (+35 -1), aedWindow.h (+1), main.cpp (+9 -3)

srale
23/05/03 04:45
Hopefully fixed problems with VC++.
8 lines of code changed in:
aedFont.h (+4), aedFontManager.cpp (+4)

srale
22/05/03 17:08
Put aedCheckBox.cpp through indent. Some fixes in aedFont. (Thanks Steve!)
53 lines of code changed in:
aedCheckBox.cpp (+51 -50), aedFont.cpp (+1 -1), aedFont.h (+1 -1)

eduardobrasao
22/05/03 14:07
Fixed some issues on aedCheckBox.
21 lines of code changed in:
aedCheckBox.cpp (+21 -8)

srale
22/05/03 11:56
Added new aedCheckBox class. Doesn't work...
47 lines of code changed in:
Makefile (+2 -2), aedCheckBox.cpp (new 37), aedCheckBox.h (new 2), aedGui.h (+1), main.cpp (+5)

eduardobrasao
21/05/03 14:33
Fixed some weirdness on aedTextBox, and now every widget uses getMyPosition()
and offset positioning.
26 lines of code changed in:
aedBox.cpp (+1 -6), aedButton.cpp (+1 -6), aedDialogBox.cpp (+1 -7), aedEditableText.cpp (+1 -6), aedProgressBar.cpp (+4 -7), aedStaticText.cpp (-15), aedTextBox.cpp (+15 -6), aedWindow.cpp (+2 -5), main.cpp (+1 -10)

eduardobrasao
21/05/03 10:43
Some work on the new widget positioning offset.
50 lines of code changed in:
aedWindow.cpp (+47 -18), aedWindow.h (+3)

eduardobrasao
21/05/03 01:59
New offset code for widget positioning. New getMyPos() function on aedWindow.
75 lines of code changed in:
aedEditableText.cpp (-5), aedGuiPosition.h (+17), aedStaticText.cpp (+25 -15), aedStaticText.h (+1 -1), aedTextBox.cpp (+5), aedWindow.cpp (+23 -4), aedWindow.h (+4)

eduardobrasao
21/05/03 00:54
Added the new aedFrame class. aedGuiPosition now accepts negative values.
New m_PositionOffset on aedWindow.
52 lines of code changed in:
Makefile (+2 -1), aedFrame.cpp (new 0), aedFrame.h (new 1), aedGui.h (+1), aedGuiPosition.h (+22 -13), aedWindow.cpp (+21 -38), aedWindow.h (+5)

eduardobrasao
20/05/03 13:26
Some modifications.
4 lines of code changed in:
aedEditableText.cpp (+4 -2)

srale
20/05/03 13:19
Now only aedFontManager is allowed to open and close fonts. Fixed a
segfault in aedEditableText when screen == NULL. Added new deps target to
the Makefile which creates dependency information so that everything will
be built correctly (first make deps, then make).
19 lines of code changed in:
Makefile (+5), aedEditableText.cpp (+3), aedFont.h (+8 -4), aedFontManager.h (+2 -2), aedStaticText.cpp (-1), eventManager.cpp (+1 -2)

eduardobrasao
20/05/03 12:50
New class aedEditableText
36 lines of code changed in:
aedEditableText.cpp (new 17), aedEditableText.h (new 19)

eduardobrasao
20/05/03 12:49
New class aedEditableText and some indentation. Beware, this does not work yet.
330 lines of code changed in:
Makefile (+1 -1), aedFont.cpp (+264 -239), aedFont.h (+6 -6), aedFontManager.cpp (+8 -4), aedGui.h (+1), aedStaticText.cpp (+8 -92), aedStaticText.h (+7 -6), aedTextBox.h (+2 -2), aedWindow.cpp (+31 -38), eventManager.cpp (+2 -2)

eduardobrasao
20/05/03 11:28
New file.
6 lines of code changed in:
AUTHORS (new 6)

eduardobrasao
20/05/03 11:17
Changed aedStaticText to use blended method again.
1 lines of code changed in:
aedStaticText.cpp (+1 -1)

eduardobrasao
20/05/03 11:14
Fixed a little thing on eventManager so the library can be usable :)
8 lines of code changed in:
eventManager.cpp (+2 -2), main.cpp (+6 -6)

srale
20/05/03 10:22
Finished ASSUME_UNICODE optimization. It should work now
for all renderText* functions. ASSUME_UNICODE is defined by
default.
31 lines of code changed in:
aedFont.cpp (+30 -7), aedStaticText.cpp (+1 -1)

srale
20/05/03 09:47
Finally fixed caching in aedFont. Decided to remove caching of
shaded methods because of the complexity and overhead. Changed
keyboard repeat interval to see how fast our textbox renders itself.
Added an optimization for aedFont which assumes that all text is already
unicode, but it's not yet finished (playing with the ASSUME_UNICODE define will
seriously screw things up).
149 lines of code changed in:
aedFont.cpp (+140 -39), aedFont.h (+6 -1), aedStaticText.cpp (-9), eventManager.cpp (+3 -2)

eduardobrasao
19/05/03 23:04
VC++ 6 changes submitted by Steve Ierodiaconou <thriceforged@users.sourceforge.net>
3 lines of code changed in:
aedPasswordBox.cpp (+1 -1), aedTextBox.cpp (+1 -1), aedWindow.cpp (+1 -1)

eduardobrasao
19/05/03 22:16
Indentation updates
37 lines of code changed in:
aedFontManager.cpp (+25 -28), aedFontManager.h (+12 -11)

eduardobrasao
19/05/03 18:08
Fixed a simple gcc 3.x issue
1 lines of code changed in:
aedFontManager.cpp (+1 -1)

srale
19/05/03 17:51
Finally fixed problems with aedFontManager. Changed aedStaticText again.
20 lines of code changed in:
aedFontManager.cpp (+16 -4), aedFontManager.h (+3), aedStaticText.cpp (+1 -4)

eduardobrasao
19/05/03 16:05
Fixed the link error on aedFontManager.
1 lines of code changed in:
aedFontManager.cpp (+1 -1)

srale
19/05/03 15:28
Moved freetype initialization from aedFont to aedFontManager. Fixed aedStaticText to
use aedFontManager. Doesn't link. :)
62 lines of code changed in:
aedFont.cpp (+5 -17), aedFont.h (-2), aedFontManager.cpp (+28 -15), aedFontManager.h (+11 -5), aedStaticText.cpp (+17 -7), aedStaticText.h (+1 -1)

eduardobrasao
19/05/03 14:17
New aedFontManager class.
22 lines of code changed in:
Makefile (+1 -1), aedFontManager.cpp (new 15), aedFontManager.h (new 5), aedGui.h (+1)

srale
19/05/03 13:25
Minor code cleanups.
64 lines of code changed in:
aedFont.cpp (+56 -111), aedWindow.cpp (+8 -10)

eduardobrasao
18/05/03 20:13
Indentation
2 lines of code changed in:
main.cpp (+2 -2)

srale
18/05/03 15:49
Renamed Sunlock and Slock to SUNLOCK and SLOCK. Changed #include <SDL.h>
to the more portable #include "SDL.h". Reformatted the code with indent.
1422 lines of code changed in:
aedBox.cpp (+23 -16), aedButton.cpp (+144 -140), aedButton.h (+1 -1), aedColor.h (+12 -12), aedDialogBox.cpp (+1 -1), aedFont.cpp (+575 -613), aedFont.h (+15 -15), aedGuiPosition.h (+20 -20), aedPasswordBox.cpp (+1 -1), aedProgressBar.cpp (+19 -19), aedProgressBar.h (+1 -1), aedStaticIcon.h (+2 -2), aedStaticText.cpp (+90 -90), aedStaticText.h (+11 -11), aedTextBox.cpp (+27 -29), aedTextBox.h (+1 -1), aedToggleButton.cpp (+13 -13), aedToggleTextButton.cpp (+9 -9), aedWindow.cpp (+204 -218), aedWindow.h (+23 -24), drawlibs.cpp (+101 -101), drawlibs.h (+20 -17), eventManager.cpp (+84 -84), eventManager.h (+5 -5), main.cpp (+20 -16)

eduardobrasao
18/05/03 13:41
New indentation recommended by Ivan, using GNU indent.
3337 lines of code changed in:
aedBox.cpp (+75 -69), aedBox.h (+4 -4), aedButton.cpp (+202 -203), aedButton.h (+19 -15), aedColor.h (+45 -19), aedDialogBox.cpp (+10 -11), aedDialogBox.h (+2 -2), aedFont.cpp (+1149 -1014), aedFont.h (+134 -97), aedGui.h (-1), aedGuiPosition.h (+59 -29), aedJusts.h (+3 -3), aedPasswordBox.cpp (+8 -9), aedPasswordBox.h (+3 -3), aedProgressBar.cpp (+110 -111), aedProgressBar.h (+11 -11), aedStaticIcon.h (+20 -13), aedStaticText.cpp (+205 -206), aedStaticText.h (+62 -34), aedTextBox.cpp (+72 -75), aedTextBox.h (+11 -11), aedTextButton.cpp (+23 -27), aedTextButton.h (+8 -8), aedToggleButton.cpp (+38 -42), aedToggleButton.h (+6 -6), aedToggleTextButton.cpp (+37 -42), aedToggleTextButton.h (+9 -9), aedWindow.cpp (+473 -449), aedWindow.h (+173 -116), drawlibs.cpp (+160 -145), drawlibs.h (+11 -7), eventManager.cpp (+95 -96), eventManager.h (+24 -11), main.cpp (+76 -68)

eduardobrasao
18/05/03 10:37
Changed the {set,get}{Update,Render,Flip}Status functions to {set,get}{Update,Render,Flip}State. The new name looks better.
32 lines of code changed in:
aedButton.cpp (+4 -4), aedStaticText.cpp (+1 -1), aedTextBox.cpp (+7 -8), aedTextButton.cpp (+2 -2), aedToggleButton.cpp (+3 -3), aedToggleTextButton.cpp (+3 -3), aedWindow.h (+6 -6), eventManager.h (+3 -3), main.cpp (+3 -3)

eduardobrasao
17/05/03 20:05
More code cleaning.
166 lines of code changed in:
aedFont.cpp (+112 -96), aedFont.h (+54 -55)

eduardobrasao
17/05/03 19:24
Some initial code changes to make aedFont adhere to the aedGUI coding guidelines.
91 lines of code changed in:
aedFont.cpp (+91 -37)

eduardobrasao
17/05/03 19:08
Ivan cleaned the logic on aedTextBox::updateWidget()
5 lines of code changed in:
aedTextBox.cpp (+5 -11)

srale
17/05/03 18:49
Added blended and shaded rendering to aedFont. Changed aedStaticText to use
blended method again. Implemented setCaretBlinkInterval() in aedTextBox.
420 lines of code changed in:
aedFont.cpp (+383 -20), aedFont.h (+5 -5), aedStaticText.cpp (+1 -1), aedTextBox.cpp (+28 -17), aedTextBox.h (+2), main.cpp (+1)

eduardobrasao
17/05/03 18:08
Fixed some namespace problems with the new commits. Now the code compiles cleanly on gcc 3.x.
3 lines of code changed in:
aedButton.cpp (-2), aedStaticText.cpp (+2 -2), main.cpp (+1 -1)

srale
17/05/03 15:53
Fixed the segfault problem with closeFont. Fixed segfault on wm_keydown in
aedWindow.cpp. Made a change to textbox so that it won't display rectangles
when the user presses delete key.
15 lines of code changed in:
aedFont.cpp (+10 -1), aedTextBox.cpp (+2 -1), aedWindow.cpp (+1 -1), main.cpp (+2 -18)

srale
17/05/03 13:24
Added aedFont class. Note that it isn't complete yet and segfaults on
closeFont().
738 lines of code changed in:
Makefile (+6 -3), aedFont.cpp (new 572), aedFont.h (new 98), aedGui.h (+1), aedStaticText.cpp (+34 -29), aedStaticText.h (+3 -3), main.cpp (+24 -7)

eduardobrasao
16/05/03 21:19
Added the wm_sizechanged message and fixed the resize bug on aedToggleButton.
28 lines of code changed in:
aedToggleTextButton.cpp (+14), aedToggleTextButton.h (+1), aedWindow.cpp (+13 -5)

eduardobrasao
15/05/03 22:54
New setButtonState() and getButtonState() functions to query if a button
is pressed or not and to set it's state.
17 lines of code changed in:
aedButton.cpp (+13 -12), aedButton.h (+2), aedToggleButton.cpp (+2 -8)

eduardobrasao
14/05/03 18:11
Edited the README file
2 lines of code changed in:
README (+2 -5)

eduardobrasao
13/05/03 20:18
Some indenting and reorganization in the code.
22 lines of code changed in:
aedBox.cpp (-3), aedBox.h (-1), aedButton.cpp (+2 -17), aedButton.h (-5), aedColor.h (-5), aedDialogBox.cpp (-1), aedGuiPosition.h (+1 -8), aedProgressBar.cpp (+1 -4), aedProgressBar.h (+1 -3), aedStaticIcon.h (-3), aedStaticText.cpp (+3 -18), aedStaticText.h (+2 -3), aedTextBox.cpp (-2), aedTextBox.h (-1), aedTextButton.cpp (-1), aedTextButton.h (-2), aedToggleButton.cpp (-3), aedToggleButton.h (+1 -3), aedToggleTextButton.cpp (-2), aedToggleTextButton.h (-2), aedWindow.cpp (+7 -41), aedWindow.h (+2 -18), drawlibs.cpp (-1), drawlibs.h (+2 -2), eventManager.cpp (-3)

eduardobrasao
13/05/03 10:23
Updated the library to conform to the upcoming aedGUI coding style guidelines.
80 lines of code changed in:
aedButton.cpp (+6 -6), aedStaticText.cpp (+9 -9), aedTextBox.cpp (+8 -8), aedTextButton.cpp (+2 -4), aedTextButton.h (-2), aedToggleButton.cpp (+5 -5), aedToggleTextButton.cpp (+2 -2), aedToggleTextButton.h (-2), aedWindow.cpp (+12 -12), aedWindow.h (+17 -10), eventManager.cpp (+7 -7), eventManager.h (+8 -3), main.cpp (+4 -5)

eduardobrasao
12/05/03 23:45
Updated some code on aedBox.
3 lines of code changed in:
aedBox.cpp (+3 -1)

eduardobrasao
12/05/03 19:05
Finished adding the aedColor class support to the aedStaticText class.
22 lines of code changed in:
aedProgressBar.cpp (+1), aedStaticText.cpp (+17 -9), aedStaticText.h (+4 -4), main.cpp (-1)

eduardobrasao
12/05/03 17:20
Fixed a bug on aedProgressBar preventing the first bar from being drawn smoothly.
11 lines of code changed in:
aedProgressBar.cpp (+11 -10)

eduardobrasao
12/05/03 14:04
Now the lbuttonevent message only handles LEFT button events :)
4 lines of code changed in:
eventManager.cpp (+4 -2)

eduardobrasao
12/05/03 13:57
Changed the logic on wm_lbuttondown so we can have a widget that can receive clicks and don't receive focus.
4 lines of code changed in:
aedWindow.cpp (+4 -5)

eduardobrasao
12/05/03 11:39
Added a little sanity check on aedProgressBar.
10 lines of code changed in:
aedProgressBar.cpp (+10 -2)

eduardobrasao
12/05/03 11:28
Added yet another focus-related variable. m_CanFocus in now checked (as well as isEnabled(), m_IsWidget and m_IsStatic) for focus changing. Now, the aedProgressBar is properly displayed on screen.
13 lines of code changed in:
aedButton.cpp (+1), aedProgressBar.cpp (+3 -1), aedStaticText.cpp (+2 -2), aedTextBox.cpp (+1), aedWindow.cpp (+4 -3), aedWindow.h (+2 -1)

eduardobrasao
12/05/03 09:49
Fixed a drawing bug on aedProgressBar.
1 lines of code changed in:
aedProgressBar.cpp (+1 -1)

eduardobrasao
12/05/03 00:46
Fixed a nasty bug that prevented the aedProgressBar from filling entirely. Now, the progress bar fill is *very* smooth :)
19 lines of code changed in:
aedBox.cpp (+2 -3), aedProgressBar.cpp (+13 -5), aedProgressBar.h (+4)

eduardobrasao
12/05/03 00:07
More work and bugfixes on aedProgressBar
15 lines of code changed in:
aedProgressBar.cpp (+15 -5)

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


Generated by StatCvs v0.1.3