index
:
.git
master
tube
tube+menu
tube-squashed
tube-squashed-rebased
Unnamed repository; edit this file 'description' to name the repository.
Guillaume Desmottes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-20
use TP_PROP_*
tube-squashed-rebased
Guillaume Desmottes
1
-4/+6
2010-09-20
use TpAccountChannelRequest
Guillaume Desmottes
1
-33/+22
2010-09-20
add FindAccountForConnection
Guillaume Desmottes
2
-0/+23
2010-09-15
add a dirty hack to offer the tube automatically
Guillaume Desmottes
1
-0/+13
2010-09-15
network_menu: create ContactListBox
Guillaume Desmottes
2
-1/+54
2010-09-15
telepathy: add API to create ContactListBox and offer the tube
Guillaume Desmottes
2
-0/+380
2010-09-15
add WIP contact-list-box
Guillaume Desmottes
3
-1/+81
2010-09-15
fix build
Guillaume Desmottes
1
-3/+3
2010-09-15
update gitignore
Guillaume Desmottes
1
-1/+4
2010-09-15
Handle telepathy event: open network menu
Guillaume Desmottes
1
-0/+9
2010-09-15
build TP components if needed
Guillaume Desmottes
1
-3/+10
2010-09-15
instantiate the Telepathy component
Guillaume Desmottes
1
-0/+12
2010-09-15
add Telepathy module
Guillaume Desmottes
2
-0/+227
2010-09-15
add GMainLoopThread
Guillaume Desmottes
2
-0/+89
2010-09-15
add D-Bus service and Telepathy client files
Guillaume Desmottes
3
-1/+28
2010-09-14
add optionnal dep on telepathy-glib
Guillaume Desmottes
1
-1/+21
2010-09-14
Fix previous commit.
HEAD
master
kurosu
1
-4/+4
2010-09-14
Move some functions to the header.
kurosu
2
-50/+18
2010-09-14
Avoid forcing redrawing. This was supposed to fix something, but I can't see ...
kurosu
1
-1/+1
2010-09-14
Try saving a Pack() call.
kurosu
1
-9/+2
2010-09-14
Use TorusCache in ComboBox: code factorization, memory and speed gains.
kurosu
3
-59/+37
2010-09-14
Add a TorusCache class that: helps loading resource only once (saves on loadi...
kurosu
5
-61/+195
2010-09-13
Increment Android build version.
kurosu
1
-1/+1
2010-09-13
Remove the now unneeded offset in the click detection.
kurosu
1
-2/+2
2010-09-13
Cosmetics.
kurosu
1
-0/+1
2010-09-13
Test for the proper center value.
kurosu
1
-2/+2
2010-09-13
Cache partial taurus being drawn. Probably useless.
kurosu
2
-20/+35
2010-09-13
Mark Propagate as inline. Should have been obvious as it's only used once and...
kurosu
1
-1/+1
2010-09-13
Save 2 "not" instructions.
kurosu
1
-2/+2
2010-09-13
Define an optimized Intersect method for PhysicalObject, which saves computat...
kurosu
2
-7/+35
2010-09-13
Precompute radius and angle with the anchor. May break things.
kurosu
2
-13/+52
2010-09-13
Store comparison result (which is constant).
kurosu
1
-18/+14
2010-09-13
Cosmetics.
kurosu
1
-113/+110
2010-09-13
Use a simpler (not using 64bits) fixedpoint int for speed.
kurosu
2
-12/+15
2010-09-13
Do more inlining by moving functions to the header.
kurosu
2
-63/+24
2010-09-13
Change an ASSERT into an assert.
kurosu
1
-1/+2
2010-09-13
Using DEBUG, a tester may set maximum fps to very high values
fuzxxl
1
-1/+5
2010-09-13
Fix compilation.
kurosu
1
-6/+6
2010-09-13
Return a reference rather than a copy.
kurosu
1
-1/+1
2010-09-13
[bug #16674] Introduce a function to restrict an angle to [0;TWO_PI[ range an...
kurosu
7
-53/+29
2010-09-13
Remove lots of stray pixels with non-opaque alpha.
kurosu
1
-0/+0
2010-09-13
Use Rectanglei references rather than copies.
kurosu
3
-6/+6
2010-09-13
Use references instead of copies for some STL objects in somewhat critical co...
kurosu
4
-29/+25
2010-09-13
Instead of dividing by TWO, multiply by ONE_HALF
kurosu
4
-19/+19
2010-09-13
Don't perform some computations if the movement has angle 0, which is most of...
kurosu
1
-8/+10
2010-09-13
Code to track the max value.
kurosu
1
-1/+10
2010-09-13
Use references rather than copies of the vector.
kurosu
1
-5/+5
2010-09-13
Don't make mini interface clickable, it's disturbing.
kurosu
1
-2/+0
2010-09-10
Fix part of commit using ONE_HALF
kurosu
1
-1/+1
2010-09-10
Reduce number of iterations for sqrt to a value that yields exact value for t...
kurosu
1
-2/+12
[next]