Directory src/gui/

Directory Created:
2007-12-23 04:59
Directory Deleted:
2011-01-02 13:23
Total Files:
0
Deleted Files:
33
Lines of Code:
0

[root]/src/gui

Lines of Code

src/gui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 364 (100.0%) 10926 (100.0%) 30.0
juvinious 199 (54.7%) 9196 (84.2%) 46.2
kazzmir 165 (45.3%) 1730 (15.8%) 10.4

Most Recent Commits

kazzmir 2011-01-02 13:23 Rev.: 5199

move gui to util

0 lines of code changed in 33 files:

  • src/gui: al_keyinput.cpp (del), al_keyinput.h (del), animation.cpp (del), animation.h (del), box.cpp (del), box.h (del), container.cpp (del), container.h (del), context-box.cpp (del), context-box.h (del), coordinate.cpp (del), coordinate.h (del), fadetool.cpp (del), fadetool.h (del), keyinput.cpp (del), keyinput.h (del), keyinput_manager.cpp (del), keyinput_manager.h (del), keys.cpp (del), keys.h (del), lineedit.cpp (del), lineedit.h (del), popup-box.cpp (del), popup-box.h (del), rectarea.cpp (del), rectarea.h (del), sigslot.h (del), tabbed-box.cpp (del), tabbed-box.h (del), timer.cpp (del), timer.h (del), widget.cpp (del), widget.h (del)
juvinious 2011-01-01 23:03 Rev.: 5189

Fix loop problem.

8 lines of code changed in 1 file:

  • src/gui: animation.cpp (+8 -6)
kazzmir 2010-12-31 20:10 Rev.: 5165

move input to util

1 lines of code changed in 1 file:

  • src/gui: lineedit.h (+1 -1)
kazzmir 2010-12-30 22:03 Rev.: 5147

move debug to util

3 lines of code changed in 3 files:

  • src/gui: animation.cpp (+1), keyinput_manager.cpp (+1), lineedit.cpp (+1)
kazzmir 2010-12-05 12:54 Rev.: 4984

put key popup in the right place

85 lines of code changed in 7 files:

  • src/gui: box.cpp (+4 -4), box.h (+20 -20), coordinate.cpp (+35 -3), coordinate.h (+14), popup-box.cpp (+4 -3), popup-box.h (+1 -1), widget.cpp (+7 -4)
kazzmir 2010-11-30 17:21 Rev.: 4970

hook esc to quit

3 lines of code changed in 2 files:

  • src/gui: lineedit.cpp (+2 -2), lineedit.h (+1 -1)
kazzmir 2010-11-29 23:26 Rev.: 4969

fix cursor blinking

17 lines of code changed in 2 files:

  • src/gui: lineedit.cpp (+16 -1), lineedit.h (+1)
kazzmir 2010-11-29 22:55 Rev.: 4968

use text input in the line edit class

256 lines of code changed in 2 files:

  • src/gui: lineedit.cpp (+136 -138), lineedit.h (+120 -117)
kazzmir 2010-10-18 20:34 Rev.: 4900

pass font to tab context

1 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+1 -1)
kazzmir 2010-10-18 20:23 Rev.: 4899

use font passed to tabbed box

10 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+8 -4), tabbed-box.h (+2 -1)
kazzmir 2010-10-16 17:58 Rev.: 4892

in-game menu is functional

21 lines of code changed in 2 files:

  • src/gui: animation.cpp (+19 -6), animation.h (+2)
kazzmir 2010-10-16 14:14 Rev.: 4887

find fonts lazily. dont create duplicates of directories to search

1 lines of code changed in 1 file:

  • src/gui: context-box.h (+1 -1)
kazzmir 2010-10-13 23:22 Rev.: 4870

remove >> from Token completely. use TokenView everywhere

96 lines of code changed in 6 files:

  • src/gui: animation.cpp (+28 -26), animation.h (+31 -31), fadetool.cpp (+20 -12), fadetool.h (+1 -1), widget.cpp (+14 -13), widget.h (+2 -3)
kazzmir 2010-10-09 21:42 Rev.: 4854

scroll menus in the logic instead of the draw function

47 lines of code changed in 13 files:

  • src/gui: box.cpp (+1 -1), box.h (+1 -1), container.cpp (+6 -8), container.h (+23 -23), context-box.cpp (+5 -4), context-box.h (+1 -1), lineedit.cpp (+1 -1), lineedit.h (+1 -1), popup-box.cpp (+1 -1), popup-box.h (+1 -1), tabbed-box.cpp (+4 -4), tabbed-box.h (+1 -1), widget.h (+1 -1)
kazzmir 2010-10-09 21:22 Rev.: 4853

enable scrolling

20 lines of code changed in 4 files:

  • src/gui: context-box.cpp (+8 -4), context-box.h (+2 -2), tabbed-box.cpp (+6 -6), tabbed-box.h (+4 -4)
kazzmir 2010-10-09 20:22 Rev.: 4852

initialize info stuff

41 lines of code changed in 1 file:

  • src/gui: popup-box.cpp (+41 -41)
kazzmir 2010-10-06 21:58 Rev.: 4849

pass around font info

48 lines of code changed in 9 files:

  • src/gui: box.h (+1), context-box.cpp (+26 -9), context-box.h (+9 -3), lineedit.h (+1), popup-box.h (+1), tabbed-box.cpp (+1 -1), tabbed-box.h (+1), widget.cpp (+4), widget.h (+4 -1)
juvinious 2010-08-20 16:06 Rev.: 4651

Create popup for prompting for keypress when changing keys.

18 lines of code changed in 3 files:

  • src/gui: context-box.cpp (+9 -3), context-box.h (+8), tabbed-box.cpp (+1 -2)
juvinious 2010-08-17 13:12 Rev.: 4632

Removed OldMenu::Menu and deleted tab_menu.{h|cpp}

3 lines of code changed in 1 file:

  • src/gui: box.cpp (+3)
kazzmir 2010-08-17 09:33 Rev.: 4631

add some more casts

1 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+1 -1)
juvinious 2010-08-17 09:29 Rev.: 4630

Cast to int.

1 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+1 -1)
juvinious 2010-08-16 08:03 Rev.: 4626

Use percentage instead of static numbers.

7 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+7 -5)
juvinious 2010-08-16 06:47 Rev.: 4625

Clean up appearance of tabs.

17 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+17 -8)
kazzmir 2010-08-13 19:44 Rev.: 4614

make a sub-bitmap for tabs

27 lines of code changed in 3 files:

  • src/gui: context-box.cpp (+1 -1), tabbed-box.cpp (+19 -17), widget.h (+7)
juvinious 2010-08-13 18:23 Rev.: 4613

Make line more even with regard to current tab.

1 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+1)
kazzmir 2010-08-13 14:13 Rev.: 4612

clean up code a little

29 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+27 -40), tabbed-box.h (+2)
juvinious 2010-08-13 11:13 Rev.: 4611

Fixed tab font colors, border placement and sizing.

101 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+82 -23), tabbed-box.h (+19 -2)
juvinious 2010-08-10 19:33 Rev.: 4602

Make tabs resize for current tab so that all text is displayed.

23 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+23 -17)
juvinious 2010-08-08 19:55 Rev.: 4595

Made TabbedBox indicate (somewhat) current tab position.

31 lines of code changed in 1 file:

  • src/gui: tabbed-box.cpp (+31 -9)
juvinious 2010-08-08 19:17 Rev.: 4593

Use new TabRenderer in place of old TabMenu

38 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+21 -1), tabbed-box.h (+17 -7)
juvinious 2010-08-07 07:31 Rev.: 4587

Added more information to TabbedBox

93 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+81 -6), tabbed-box.h (+12)
juvinious 2010-08-07 06:44 Rev.: 4586

Added more stuff to TabbedBox

22 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+13 -5), tabbed-box.h (+9)
juvinious 2010-07-27 20:18 Rev.: 4545

Added new members to TabbedBox

46 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+37 -5), tabbed-box.h (+9 -2)
juvinious 2010-07-26 19:38 Rev.: 4535

Added more items to TabbedBox.

61 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (+28 -19), tabbed-box.h (+33 -6)
juvinious 2010-07-25 19:51 Rev.: 4520

Add TabbedBox to gui collection.

114 lines of code changed in 2 files:

  • src/gui: tabbed-box.cpp (new 66), tabbed-box.h (new 48)
kazzmir 2010-07-14 14:18 Rev.: 4445

fix more warnings from clang

6 lines of code changed in 2 files:

  • src/gui: context-box.cpp (+3 -3), context-box.h (+3 -3)
kazzmir 2010-07-12 20:45 Rev.: 4423

fix scaling in allegro when blitting to screen

20 lines of code changed in 1 file:

  • src/gui: animation.cpp (+20 -21)
juvinious 2010-07-10 13:46 Rev.: 4393

Implement new menu, moving NewMenu namespace to Menu and wrapping old menu in OldMenu namespace.

1 lines of code changed in 1 file:

  • src/gui: box.cpp (+1 -1)
juvinious 2010-07-09 10:54 Rev.: 4387

Updated enum in fadetool. Updated NewMenu to use context more intuitively.

5 lines of code changed in 2 files:

  • src/gui: fadetool.cpp (+4 -4), fadetool.h (+1 -1)
juvinious 2010-07-07 21:32 Rev.: 4373

Allow fadetool to be configured through token. Added Context to new menu.

67 lines of code changed in 2 files:

  • src/gui: fadetool.cpp (+63), fadetool.h (+4)

(99 more)

Generated by StatSVN 0.7.0