Directory src/util/gui/

Total Files:
34
Deleted Files:
9
Lines of Code:
7896

[root]/src/util/gui

Lines of Code

src/util/gui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 462 (100.0%) 9047 (100.0%) 19.5
kazzmir 295 (63.9%) 4685 (51.8%) 15.8
juvinious 167 (36.1%) 4362 (48.2%) 26.1

Most Recent Commits

kazzmir 2014-04-05 19:06 Rev.: 8221

[paintown] pass the current drawer to the esc menu as the background

7 lines of code changed in 2 files:

  • src/util/gui: animation.cpp (+5 -1), animation.h (+2 -1)
kazzmir 2014-04-05 15:32 Rev.: 8220

drawable things can be animations

41 lines of code changed in 2 files:

  • src/util/gui: animation.cpp (+21), animation.h (+20 -1)
kazzmir 2014-03-18 22:21 Rev.: 8218

use normal c++ cast operator instead of an explicit function for the pointer class

4 lines of code changed in 2 files:

  • src/util/gui: animation.cpp (+2 -2), context-box.cpp (+2 -2)
kazzmir 2014-03-17 22:47 Rev.: 8216

just use a translucent bitmap + sub-bitmap combination

1 lines of code changed in 1 file:

  • src/util/gui: tabbed-box.cpp (+1 -4)
kazzmir 2014-03-17 22:42 Rev.: 8215

new class for drawing a translucent bitmap

10 lines of code changed in 1 file:

  • src/util/gui: tabbed-box.cpp (+10)
kazzmir 2013-07-19 10:50 Rev.: 7968

[gui] check bitmap dimensions

11 lines of code changed in 1 file:

  • src/util/gui: tabbed-box.cpp (+11 -5)
kazzmir 2013-06-29 15:16 Rev.: 7955

small fix to unsigned integer math

1 lines of code changed in 1 file:

  • src/util/gui: scroll-list.cpp (+1 -1)
kazzmir 2013-05-09 21:41 Rev.: 7913

[mugen] move network setup code to network.cpp

5 lines of code changed in 1 file:

  • src/util/gui: tabbed-box.cpp (+5 -5)
juvinious 2013-05-09 14:27 Rev.: 7912

[util] Add extra handling for irc commands. Make SimpleList sorted.

37 lines of code changed in 4 files:

  • src/util/gui: list.cpp (+13 -3), list.h (+2), tab-container.cpp (+18), tab-container.h (+4)
kazzmir 2013-05-01 21:57 Rev.: 7903

fix a5 rectangle drawing

4 lines of code changed in 1 file:

  • src/util/gui: select-list.cpp (+4 -4)
juvinious 2013-05-01 13:51 Rev.: 7901

[util] Display user list.

97 lines of code changed in 3 files:

  • src/util/gui: lineedit.cpp (+7 -5), list.cpp (+63), list.h (+27 -5)
juvinious 2013-05-01 11:09 Rev.: 7900

[util] Don't draw if screen has resized.

0 lines of code changed in 1 file:

  • src/util/gui: lineedit.cpp (-3)
kazzmir 2013-05-01 11:00 Rev.: 7899

remove temporaryBitmap api

2 lines of code changed in 2 files:

  • src/util/gui: animation.cpp (+1 -1), tabbed-box.cpp (+1 -1)
juvinious 2013-05-01 10:50 Rev.: 7898

[util] Do not re-add server tab on dimension changes. Add ListInterface.

55 lines of code changed in 3 files:

  • src/util/gui: lineedit.cpp (+3 -31), list.cpp (new 17), list.h (new 35)
juvinious 2013-05-01 09:53 Rev.: 7895

[util] Move drawBox from TabContainer to Widget. Make ChatInterface size dynamic.

32 lines of code changed in 3 files:

  • src/util/gui: tab-container.cpp (-29), widget.cpp (+29), widget.h (+3 -10)
juvinious 2013-04-30 21:53 Rev.: 7894

[utils] Add getters for TabContainer.

55 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+45 -17), tab-container.h (+10 -3)
juvinious 2013-04-30 21:14 Rev.: 7893

[util] Jump to tab on join.

16 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+13), tab-container.h (+3)
juvinious 2013-04-27 12:35 Rev.: 7885

[util] Get tabs connected to channels and route messages appropriately.

37 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+21), tab-container.h (+16)
juvinious 2013-04-26 11:32 Rev.: 7883

[util] Get preliminary server data to display in tab.

12 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+7 -3), tab-container.h (+5 -4)
juvinious 2013-04-25 20:19 Rev.: 7881

[util] Remove hooks from inside ChatInterface make user settable.

8 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+7 -1), tab-container.h (+1 -3)
juvinious 2013-04-25 14:06 Rev.: 7880

[util] Get tab placement correct and render tab contents to main panel.

61 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+44 -5), tab-container.h (+17)
juvinious 2013-04-24 11:28 Rev.: 7878

[util] More additions to TabContainer.

72 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+63 -21), tab-container.h (+9)
juvinious 2013-04-22 11:26 Rev.: 7877

[util] Switch TabbedBox to TabContainer in ChatInterface.

73 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (+55 -2), tab-container.h (+18)
juvinious 2013-04-21 13:38 Rev.: 7876

[util] Begin implementing TabContainer.

94 lines of code changed in 2 files:

  • src/util/gui: tab-container.cpp (new 33), tab-container.h (new 61)
kazzmir 2013-04-19 14:25 Rev.: 7874

always draw the chat screens. fix line edit focus method

3 lines of code changed in 1 file:

  • src/util/gui: lineedit.cpp (+3 -3)
juvinious 2013-04-19 13:29 Rev.: 7873

[util] Refactor LineEdit to conform with text-input.

118 lines of code changed in 2 files:

  • src/util/gui: lineedit.cpp (+84 -213), lineedit.h (+34 -130)
juvinious 2013-04-19 09:54 Rev.: 7871

[util] Fixed issue with ContextBox drawing -x2 or -y2.

16 lines of code changed in 2 files:

  • src/util/gui: context-box.cpp (+5 -4), lineedit.cpp (+11 -7)
kazzmir 2013-04-01 13:06 Rev.: 7848

allow input source to specify multiple keyboards/joysticks

1 lines of code changed in 1 file:

  • src/util/gui: cutscene.cpp (+1 -1)
kazzmir 2013-03-26 22:36 Rev.: 7843

show the current menu behind the joystick keys. handle window X button in a5

11 lines of code changed in 2 files:

  • src/util/gui: context-box.cpp (+1), context-box.h (+10 -4)
kazzmir 2012-12-22 13:16 Rev.: 7689

remove global.h includes

0 lines of code changed in 4 files:

  • src/util/gui: animation.cpp (-1), coordinate.cpp (-1), lineedit.cpp (-1), widget.cpp (-1)
kazzmir 2012-12-22 12:51 Rev.: 7687

move configuration to src/util

1 lines of code changed in 1 file:

  • src/util/gui: cutscene.cpp (+1 -1)
kazzmir 2012-12-20 16:24 Rev.: 7682

remove dependancy on non-base exceptions from the thread stuff

1 lines of code changed in 1 file:

  • src/util/gui: cutscene.cpp (+1)
kazzmir 2012-12-14 23:28 Rev.: 7663

move load_exception to util/exceptions

4 lines of code changed in 4 files:

  • src/util/gui: animation.cpp (+1 -1), coordinate.cpp (+1 -1), fadetool.cpp (+1 -1), widget.cpp (+1 -1)
kazzmir 2012-12-14 11:45 Rev.: 7657

move gradient to util/graphics

5 lines of code changed in 5 files:

  • src/util/gui: animation.cpp (+1 -1), animation.h (+1 -1), context-box.h (+1 -1), popup-box.h (+1 -1), tabbed-box.h (+1 -1)
kazzmir 2012-12-13 11:49 Rev.: 7651

remove old headers

0 lines of code changed in 8 files:

  • src/util/gui: animation.cpp (-2), box.cpp (-1), context-box.cpp (-1), cutscene.cpp (-1), fadetool.cpp (-1), lineedit.cpp (-1), scroll-list.cpp (-1), tabbed-box.cpp (-1)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

26 lines of code changed in 16 files:

  • src/util/gui: animation.cpp (+3 -3), box.cpp (+2 -2), container.cpp (+1 -1), context-box.cpp (+2 -2), coordinate.cpp (+1 -1), cutscene.cpp (+2 -2), fadetool.cpp (+2 -2), fadetool.h (+1 -1), lineedit.cpp (+2 -2), popup-box.cpp (+1 -1), rectarea.cpp (+1 -1), scroll-list.cpp (+2 -2), select-list.cpp (+1 -1), tabbed-box.cpp (+2 -2), widget.cpp (+1 -1), widget.h (+2 -2)
kazzmir 2012-12-05 11:07 Rev.: 7617

[paintown] add intro and ending cutscenes for level sets

5 lines of code changed in 1 file:

  • src/util/gui: cutscene.cpp (+5)
kazzmir 2012-11-27 23:15 Rev.: 7603

count milliseconds instead of microseconds so we can use SDL_GetTicks instead of gettimeofday which is slow on the xbox

57 lines of code changed in 4 files:

  • src/util/gui: timer.cpp (+20 -10), timer.h (+37 -42)
kazzmir 2012-10-12 15:27 Rev.: 7579

add Regex type to disambiguate raw strings from regeexes

1 lines of code changed in 1 file:

  • src/util/gui: animation.cpp (+1 -1)
juvinious 2012-10-12 09:56 Rev.: 7578

[Util] Fix regex parsing of image number. Print out trace in cutscene test.

1 lines of code changed in 1 file:

  • src/util/gui: animation.cpp (+1 -1)

(149 more)

Generated by StatSVN 0.7.0