index
:
~jinghua/popcap
master
Unnamed repository; edit this file to name it for gitweb.
jinghua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-10
SexyAppFramework: Log the used video & sound driver
HEAD
master
Luo Jinghua
1
-0
/
+2
2011-12-10
SexyAppFramework: Added a render system getter to NativeDisplay
Luo Jinghua
2
-0
/
+8
2011-12-10
SexyAppFramework: Set the default name for log manager
Luo Jinghua
1
-2
/
+2
2011-12-03
SexyAppFramework: Initial per-tag log verbose support
Luo Jinghua
2
-9
/
+86
2011-12-03
tools/tcplogviewer: Added per-tag log verbose level support
Luo Jinghua
1
-68
/
+271
2011-12-03
SexyAppFramework: Fixed deadlock in tcp log listener
Luo Jinghua
1
-6
/
+5
2011-12-03
SexyAppFramework: Don't take the records lock while sending a record to client
Luo Jinghua
1
-18
/
+28
2011-12-03
SexyAppFramework: Added the LOG_VERBOSE level for log
Luo Jinghua
2
-15
/
+16
2011-12-01
SexyAppFramework: Added another logging level
Luo Jinghua
2
-2
/
+33
2011-12-01
SexyAppFramework: Added a Interface for gamepad
Luo Jinghua
3
-2
/
+285
2011-12-01
SexyAppFramework: Added two event flags
Luo Jinghua
1
-0
/
+2
2011-12-01
SexyAppFramework: Added more key codes
Luo Jinghua
1
-1
/
+11
2011-11-27
tools/tcplogviewer: Set connect timeout to 3s
Luo Jinghua
1
-3
/
+5
2011-11-27
SexyAppFramework: Share the same port for the service manager
Luo Jinghua
2
-25
/
+64
2011-11-27
SexyAppFramework: Set the service manager's name to product name
Luo Jinghua
1
-0
/
+2
2011-11-27
SexyAppFramework: Bind to any port in range 11053-11073
Luo Jinghua
1
-3
/
+8
2011-11-27
SexyAppFramework: Added multiple log targets support
Luo Jinghua
6
-18
/
+172
2011-11-27
SexyAppFramework: Added logLevelFromName()
Luo Jinghua
2
-4
/
+24
2011-11-27
tools: Added the tcplogviewer
Luo Jinghua
1
-0
/
+829
2011-11-27
SexyAppFramework: Bind to a random port if bind to the default port failed
Luo Jinghua
1
-16
/
+30
2011-11-27
SexyAppFramework: Allow to create a bare TCPServerSocket
Luo Jinghua
2
-1
/
+22
2011-11-26
SexyAppFramework: Added all debug printfs in SexyServiceManager
Luo Jinghua
1
-7
/
+7
2011-11-26
SexyAppFramework: Added the warn logging level
Luo Jinghua
2
-2
/
+49
2011-11-26
SexyAppFramework: Added a tcp log listener
Luo Jinghua
4
-1
/
+384
2011-11-26
SexyAppFramework: Added a very simple service resolver
Luo Jinghua
3
-2
/
+441
2011-11-26
SexyAppFramework: Extent the socket wrapper for more advanced use
Luo Jinghua
2
-16
/
+86
2011-11-19
SexyAppFramework: Hook up the udp log listener
Luo Jinghua
2
-2
/
+14
2011-11-19
SexyAppFramework: Build the udp log listener
Luo Jinghua
1
-2
/
+4
2011-11-19
SexyAppFramework: Include the ctype.h for tolower/toupper
Luo Jinghua
1
-2
/
+3
2011-11-19
SexyAppFramework: Added a udp log listener
Luo Jinghua
2
-0
/
+76
2011-11-19
SexyAppFramework: Added a simple socket wrapper
Luo Jinghua
2
-0
/
+654
2011-11-19
SexyAppFramework: Added Split() to Common
Luo Jinghua
2
-0
/
+23
2011-11-19
SexyAppFramework: Replace printf with logfi*
Luo Jinghua
1
-16
/
+5
2011-11-19
SexyAppFramework: Replace printf with logf*
Luo Jinghua
1
-26
/
+15
2011-11-19
SexyAppFramework: Enlarge the buffer for the StrFormat
Luo Jinghua
1
-21
/
+21
2011-11-19
SexyAppFramework: Improved the FindFocusableWidget()
Luo Jinghua
2
-16
/
+85
2011-11-19
SexyAppFramework: Added a absolute center point getter to widget
Luo Jinghua
2
-0
/
+8
2011-11-19
SexyAppFramework: Fade in/out the selected widget
Luo Jinghua
9
-16
/
+73
2011-11-19
SexyAppFramework/LinuxInput: Report the axis info
Luo Jinghua
2
-22
/
+91
2011-11-19
SexyAppFramework: Added interfaces for equrying axis information
Luo Jinghua
2
-0
/
+35
2011-11-19
SexyAppFramework: Fixed a hang which reinitializing the display
Luo Jinghua
2
-12
/
+19
2011-11-19
SexyAppFramework: More joystick support for WidgetManager
Luo Jinghua
2
-7
/
+183
2011-11-19
SexyAppFramework: Added joystick axis moved events support
Luo Jinghua
2
-0
/
+15
2011-11-19
SexyAppFramework: Fixed the video driver factory leak
Luo Jinghua
2
-11
/
+59
2011-11-19
SexyAppFramework: Fixed the sound driver factory leak
Luo Jinghua
2
-9
/
+56
2011-11-19
SexyAppFramework: Fixed the input driver factory leak
Luo Jinghua
2
-8
/
+54
2011-11-19
SexyAppFramework: Check whether the factory is still valid
Luo Jinghua
2
-20
/
+47
2011-11-17
SexyAppFramework: Rewrite the linux input driver and added joystick support
Luo Jinghua
2
-196
/
+711
2011-11-17
SexyAppFramework: Added the axis moved event
Luo Jinghua
1
-0
/
+34
2011-11-17
SexyAppFramework: Added a wrapper for getenv
Luo Jinghua
2
-0
/
+8
[next]