index
:
osc-graphics
master
OSC-based graphics framework
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-29
link with gcc frontend to avoid having to link against libc explicitly
Robin Haberkorn
1
-2
/
+3
2012-09-28
include some autoconf info stuff in help
Robin Haberkorn
1
-5
/
+12
2012-09-28
ensure that chuck wrapper's lib.ck contains the installation path
Robin Haberkorn
3
-12
/
+17
2012-09-28
use LGPL instead of GPL
Robin Haberkorn
1
-668
/
+159
2012-09-28
fixed using compat/ headers if BSD headers are not detected during configure
Robin Haberkorn
2
-3
/
+7
2012-09-28
fixed compiling and linking (compile with -Wall, link without libstdc++)
Robin Haberkorn
1
-1
/
+4
2012-09-28
updated .gitignore
Robin Haberkorn
1
-1
/
+21
2012-09-28
include config.h
Robin Haberkorn
6
-0
/
+24
2012-09-28
autotools based build system
Robin Haberkorn
24
-43
/
+1150
2012-09-27
undefine GFX_ALPHA_ADJUST workaround so it doesn't cause problems when refere...
Robin Haberkorn
2
-0
/
+2
2012-09-27
LayerImage: work around GFX_ALPHA_ADJUST definition issue
Robin Haberkorn
1
-0
/
+4
2012-09-27
use macro to force GFX_ALPHA_ADJUST as static
Robin Haberkorn
1
-2
/
+3
2012-09-27
LayerImage cleanup (removed unused code)
Robin Haberkorn
1
-16
/
+0
2012-09-27
compatibility with older SDL_gfx versions
Robin Haberkorn
1
-4
/
+11
2012-09-27
fixed alpha blitting when video buffer size is not display size; don't use vi...
Robin Haberkorn
1
-1
/
+9
2012-09-27
BSD header Windows compatibility changes
Robin Haberkorn
1
-2
/
+3
2012-09-27
disable SDL's stdio redirection on Windows
Robin Haberkorn
1
-0
/
+6
2012-09-27
added missing cdefs.h BSD header
Robin Haberkorn
1
-0
/
+89
2012-09-27
include BSD headers
Robin Haberkorn
3
-0
/
+1388
2012-09-27
make layer list double-linked
Robin Haberkorn
3
-25
/
+19
2012-09-27
use initializer lists where convenient
Robin Haberkorn
5
-19
/
+14
2012-09-27
warn if hardware surfaces unavailable
Robin Haberkorn
1
-0
/
+5
2012-09-27
support command line arguments
Robin Haberkorn
3
-13
/
+112
2012-09-27
disable VLC OSD (e.g. text on video when file is plaued)
Robin Haberkorn
1
-3
/
+6
2012-09-26
removed "struct" when using the struct type
Robin Haberkorn
1
-3
/
+3
2012-09-26
let the compiler check format-strings and params in OSCServer::add/del_method...
Robin Haberkorn
2
-5
/
+11
2012-09-26
declare liblo and libvlc callbacks with extern "C"
Robin Haberkorn
2
-20
/
+40
2012-09-26
make vlcinst a static class member since it's required only once for all Laye...
Robin Haberkorn
2
-6
/
+12
2012-09-26
moved layer registration from OSCServer into main.cpp using new OSCServer::re...
Robin Haberkorn
10
-64
/
+79
2012-09-26
renamed OscServer to OSCServer
Robin Haberkorn
10
-32
/
+32
2012-09-26
isolated OSC server specific code in OscServer class and allow to register me...
Robin Haberkorn
13
-448
/
+513
2012-09-24
fixed layer deletion: base class destructor must be virtual so that when dele...
Robin Haberkorn
1
-1
/
+1
2012-09-24
use BSD list macros instead of handwritten list primitives
Robin Haberkorn
2
-27
/
+19
2012-09-21
avoid linking against libstdc++ which is not used anyway
Robin Haberkorn
1
-3
/
+3
2012-09-21
renamed header guards
Robin Haberkorn
4
-8
/
+8
2012-09-21
split program into multiple files; switched to C++
Robin Haberkorn
11
-769
/
+852
2012-09-21
use C++
Robin Haberkorn
1
-0
/
+0
2012-09-20
use OSC thread: should improve performance since polling resulted in unnecess...
Robin Haberkorn
1
-56
/
+85
2012-09-17
add video rate, position, paused commands. pause videos by default
Robin Haberkorn
2
-1
/
+145
2012-09-17
properly retrieve video size; provide fallback for libVLC 1.x.x
Robin Haberkorn
1
-7
/
+52
2012-09-17
almost fixed video layer resizing
Robin Haberkorn
1
-58
/
+53
2012-09-17
added methods for changing image/video file/URL
Robin Haberkorn
4
-13
/
+55
2012-09-17
all layer constructor methods support an alpha argument
Robin Haberkorn
3
-30
/
+44
2012-09-17
added lo_server_del_method_v()
Robin Haberkorn
1
-17
/
+22
2012-09-17
added lo_server_add_method_v()
Robin Haberkorn
1
-23
/
+34
2012-09-17
allow setting box color
Robin Haberkorn
3
-20
/
+94
2012-09-16
remove unnecessary locks when setting video layer transparency
Robin Haberkorn
1
-2
/
+0
2012-09-16
optimize port polling
Robin Haberkorn
2
-8
/
+20
2012-09-16
added support for OSCGraphicPorts: they allow you to control layer parameters...
Robin Haberkorn
4
-14
/
+53
2012-09-16
install into /usr/local/bin and /usr/local/share/osc-graphics
Robin Haberkorn
1
-1
/
+9
[next]