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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-18
base/time: removed unused RelativeTimer
Alexander Sulfrian
2
-110
/
+0
2013-01-18
menu: fix calculate window coordinates
Alexander Sulfrian
4
-4
/
+15
2013-01-13
menu/software_mouse_pointer: implement pressed state
Alexander Sulfrian
2
-4
/
+65
2013-01-13
menu/event_manager: add more mouse events
Alexander Sulfrian
4
-3
/
+13
2013-01-13
menu/background_*: vertices are only recalculated if the size changed
Alexander Sulfrian
4
-20
/
+66
2013-01-13
menu/background_image: remove the unused texture color
Alexander Sulfrian
2
-6
/
+1
2013-01-13
menu/texture: implement GlDelayedAllocation interface
Alexander Sulfrian
6
-45
/
+58
2013-01-13
utils/image: add shortcut to get image size as Dimension
Alexander Sulfrian
2
-0
/
+8
2013-01-13
add const where applicable
Alexander Sulfrian
4
-14
/
+22
2013-01-13
menu/background: use boost::noncopyable
Alexander Sulfrian
1
-10
/
+7
2013-01-13
menu/gl_delayed_allocation: add helper for opengl allocation
Alexander Sulfrian
2
-0
/
+159
2013-01-13
utils: add disposer helper
Alexander Sulfrian
3
-0
/
+158
2013-01-13
utils: add activator helper
Alexander Sulfrian
2
-0
/
+93
2013-01-13
menu: add some comments
Alexander Sulfrian
6
-6
/
+61
2013-01-13
utils/dimension: add == and != operators
Alexander Sulfrian
1
-8
/
+11
2013-01-13
menu/application: add possibility to query if ogl thread
Alexander Sulfrian
2
-0
/
+11
2013-01-13
menu: use RgbColor.get_array(?) magic everywhere
Alexander Sulfrian
6
-65
/
+13
2013-01-13
menu/text: basic handling of auto size
Alexander Sulfrian
2
-0
/
+18
2013-01-13
menu: code style: change naming of bool-getter to is prefix
Alexander Sulfrian
7
-9
/
+9
2013-01-13
menu/static: code style: remove this/getter if not needed
Alexander Sulfrian
1
-4
/
+3
2013-01-13
base/config: add debug.boxes config option
Alexander Sulfrian
3
-1
/
+29
2013-01-13
menu/static_rectangle: add implementation of static for rectangles
Alexander Sulfrian
2
-0
/
+100
2013-01-13
menu/static: add infrastructure for simple geometric types
Alexander Sulfrian
2
-0
/
+263
2013-01-13
utils/rgba_color: add RgbaColor (RGB with additional alpha channel)
Alexander Sulfrian
2
-0
/
+160
2013-01-13
utils/rgb_color: add possibility to generate color array for opengl
Alexander Sulfrian
2
-2
/
+75
2013-01-13
menu/container: remove assert
Alexander Sulfrian
1
-1
/
+0
2013-01-13
base/config: add graphics.fullscreen option
Alexander Sulfrian
4
-6
/
+96
2013-01-13
menu: add some comments
Alexander Sulfrian
2
-3
/
+25
2013-01-13
base/config: add graphics.resolution config option
Alexander Sulfrian
4
-1
/
+110
2013-01-13
base/config: add basic config infrastructure
Alexander Sulfrian
4
-1
/
+128
2013-01-13
menu/drawable_control: always cache modelview matrix
Alexander Sulfrian
1
-12
/
+17
2013-01-13
menu/modelview_matrix_cache: add helper class
Alexander Sulfrian
3
-6
/
+91
2013-01-13
menu: use boost::shared_mutex
Alexander Sulfrian
7
-30
/
+46
2013-01-13
remove legacy keywords from file header
Alexander Sulfrian
80
-160
/
+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
8
-38
/
+133
2013-01-13
menu: generalized frame_background to background
Alexander Sulfrian
13
-115
/
+84
2013-01-13
menu/clipping_helper: made clipping working
Alexander Sulfrian
4
-15
/
+20
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
5
-16
/
+28
2013-01-13
menu/software_mouse_pointer: set hidden if timer is ready
Alexander Sulfrian
1
-1
/
+7
2013-01-13
utils/point: addition/subtraction should only be possible with same type
Alexander Sulfrian
1
-4
/
+4
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
[next]