- 12 May, 2016 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 11 May, 2016 7 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
this calls clock_gettime for each active T macro, hopefully it does not eat too much CPU can be deactivated by commenting one line in T_defs.h
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 10 May, 2016 4 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 09 May, 2016 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
not tested
-
Cedric Roux authored
-
- 04 May, 2016 13 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
click at x/y refers to the toplevel window and the widget knows its own x/y position, so let's keep the x/y of the click as is and let the down widget handle translation by itself something like that
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
- add group ALL
-
Cedric Roux authored
-
Cedric Roux authored
the list of IDs is stored alphabetically so when accessing the database with an ID one needs an indirection to get the correct record. "pos" was not clear. "id_to_pos" is clearer.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
view "textlist" becomes "view_textlist" (this one may change at some point)
-
- 03 May, 2016 2 commits
-
-
Cedric Roux authored
no deadlock should be possible as of the current state of things. When the textlist's lock is set the GUI lock is never on. Let's cross fingers that things don't change crazily in the future...
-
Cedric Roux authored
-
- 02 May, 2016 8 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
when too much data has been sent to the text list view, way too much GUI processing is done, let's batch-process the changes and then tell the GUI that something has changed
-
Cedric Roux authored
(no more event selector)
-
Cedric Roux authored
-