index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
menu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-13
menu: use boost::shared_mutex
Alexander Sulfrian
7
-30
/
+46
2013-01-13
remove legacy keywords from file header
Alexander Sulfrian
36
-72
/
+0
2013-01-13
menu: enable (and disable) glTexture only if needed
Alexander Sulfrian
3
-1
/
+6
2013-01-13
menu/background: backgrounds get to know the parent component
Alexander Sulfrian
7
-36
/
+131
2013-01-13
menu: generalized frame_background to background
Alexander Sulfrian
12
-111
/
+80
2013-01-13
menu/clipping_helper: made clipping working
Alexander Sulfrian
3
-15
/
+13
2013-01-13
menu/contianer: element position should be relative to the container position
Alexander Sulfrian
2
-2
/
+6
2013-01-13
menu/container: calculate window coordinates
Alexander Sulfrian
3
-3
/
+74
2013-01-13
menu/text: removed unnecessary block
Alexander Sulfrian
1
-9
/
+7
2013-01-13
menu/application: group the opengl init steps
Alexander Sulfrian
1
-4
/
+3
2013-01-13
menu/application: whitespace fix
Alexander Sulfrian
1
-2
/
+2
2013-01-13
menu/application: disable opengl depth buffer (only 2d needed)
Alexander Sulfrian
2
-1
/
+2
2013-01-13
menu/application: alpha blending should not be enabled by default
Alexander Sulfrian
2
-4
/
+5
2013-01-13
utils/rectangle: removed external constructors and added helper
Alexander Sulfrian
4
-2
/
+28
2013-01-13
menu/software_mouse_pointer: set hidden if timer is ready
Alexander Sulfrian
1
-1
/
+7
2013-01-13
menu/text: realign on size change of control
Alexander Sulfrian
2
-0
/
+15
2013-01-13
menu/drawable_control: set_size should be virtual so it could be overwritten
Alexander Sulfrian
1
-2
/
+2
2013-01-13
menu/text: added variable vertical alignment in the box of the control
Alexander Sulfrian
4
-5
/
+185
2013-01-13
utils/rectangle: could get top/bottom/left/right coordinates from Rectangle
Alexander Sulfrian
1
-3
/
+3
2013-01-13
menu/text: renamed text_mutex to font_mutex
Alexander Sulfrian
2
-3
/
+4
2013-01-13
menu/text: reordered includes in header file
Alexander Sulfrian
1
-3
/
+4
2013-01-13
menu/software_mouse_pointer: hide after 2s without movement
Alexander Sulfrian
2
-0
/
+9
2013-01-13
menu/timer: added simple timer to wait until duration is completed
Alexander Sulfrian
2
-0
/
+125
2013-01-13
menu/text: added simple text class and a demo in the loading frame
Alexander Sulfrian
2
-0
/
+172
2013-01-13
menu/container: clipping requires window coordinates
Alexander Sulfrian
3
-3
/
+15
2013-01-13
menu/container: cleanup while destruction of container
Alexander Sulfrian
3
-4
/
+16
2013-01-13
menu/drawable_control: added size to controls and clip drawing if requested
Alexander Sulfrian
4
-3
/
+77
2013-01-05
menu/drawable_control: added position, glTransform to position before drawing
Alexander Sulfrian
4
-32
/
+64
2013-01-05
menu/drawable_control: added repaint, that reinitialize the gl environment
Alexander Sulfrian
2
-0
/
+11
2013-01-05
menu/container: initialize frame
Alexander Sulfrian
1
-1
/
+1
2013-01-05
menu: frame should not be added to container item list
Alexander Sulfrian
6
-5
/
+70
2013-01-05
menu/application: renamed test variable
Alexander Sulfrian
1
-2
/
+2
2013-01-05
menu/application: simplified code
Alexander Sulfrian
1
-2
/
+1
2013-01-05
menu/reflection: removed unused class
Alexander Sulfrian
2
-103
/
+0
2013-01-05
menu: keep frame in container
Alexander Sulfrian
4
-27
/
+23
2013-01-05
menu/frame: added log
Alexander Sulfrian
2
-0
/
+5
2013-01-05
menu/container: added log
Alexander Sulfrian
2
-0
/
+7
2013-01-05
menu/application: removed display width/height, use DrawableControl::size
Alexander Sulfrian
2
-29
/
+13
2013-01-05
menu/drawable_control: added log
Alexander Sulfrian
2
-0
/
+5
2013-01-05
menu: removed parameter names from header files
Alexander Sulfrian
4
-11
/
+10
2013-01-05
menu/control: renamed methods to avoid name collisions
Alexander Sulfrian
2
-7
/
+7
2013-01-05
utils/dimension: added template for types of the metrics
Alexander Sulfrian
1
-3
/
+3
2013-01-05
menu/clipping_helper: helper class for stacked clipping setup and teardown
Alexander Sulfrian
2
-0
/
+121
2013-01-05
menu: clean quit after pressing q
Alexander Sulfrian
1
-0
/
+10
2013-01-05
menu/software_mouse_pointer: memory cleanup
Alexander Sulfrian
1
-0
/
+5
2013-01-05
menu: use 2d coordinates for opengl
Alexander Sulfrian
4
-18
/
+10
2013-01-05
menu/frame: Frame should draw its contents
Alexander Sulfrian
1
-0
/
+2
2013-01-05
menu/application: Application now is also a container for the overlays
Alexander Sulfrian
2
-25
/
+5
2013-01-05
menu/control: ensure safe destruction of the slaves
Alexander Sulfrian
1
-2
/
+5
2013-01-05
menu: Container subclasses need a Container as parent/owner
Alexander Sulfrian
6
-9
/
+10
[prev]
[next]