summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* testChristoph Schulthess2017-05-021-0/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-2/+2
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+2
|
* testChristoph Schulthess2017-05-022-3/+11
|
* testChristoph Schulthess2017-05-021-3/+2Star
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-1/+1
|
* testChristoph Schulthess2017-05-021-0/+1
|
* testChristoph Schulthess2017-05-021-3/+10
|
* testChristoph Schulthess2017-04-241-1/+1
|
* testChristoph Schulthess2017-04-241-4/+1Star
|
* testChristoph Schulthess2017-04-241-3/+4
|
* testChristoph Schulthess2017-04-241-2/+2
|
* testChristoph Schulthess2017-04-241-1/+1
|
* testChristoph Schulthess2017-04-241-1/+1
|
* testChristoph Schulthess2017-04-241-1/+0Star
|
* more debugging information and typoChristoph Schulthess2017-04-241-1/+0Star
|
* more debugging information and typoChristoph Schulthess2017-04-241-2/+3
|
* debugging informationChristoph Schulthess2017-04-241-1/+1
|
* debugging informationChristoph Schulthess2017-04-241-2/+2
|
* debugging informationChristoph Schulthess2017-04-241-1/+2
|
* debugging informationChristoph Schulthess2017-04-241-1/+1
|
* debugging informationChristoph Schulthess2017-04-241-0/+2
|
* toolbar waits for finishChristoph Schulthess2017-04-241-9/+6Star
|
* changed button funcChristoph Schulthess2017-04-121-3/+14
|
* TestingChristoph Schulthess2017-03-221-1/+1
|
* TestingChristoph Schulthess2017-03-221-1/+1
|
* TestingChristoph Schulthess2017-03-222-4/+4
|
* testingChristoph Schulthess2017-03-221-0/+1
|
* testingChristoph Schulthess2017-03-221-2/+2
|
* minor fixChristoph Schulthess2017-03-221-1/+2
|
* minor fixChristoph Schulthess2017-03-221-1/+1
|
* changed signalChristoph Schulthess2017-03-221-1/+1
|
* added sig to toolbar.hChristoph Schulthess2017-03-221-0/+1
|
* changed custom button funcChristoph Schulthess2017-03-201-5/+2Star
|
* onBtnCustom functionChristoph Schulthess2017-03-091-3/+1Star
|
* added btnCustom and function onBtnCustomChristoph Schulthess2017-03-061-0/+13
|
* [client] Periodically bring vnc and lock window to topSimon Rettberg2017-02-104-1/+29
|
* [client] Nicer output of ip addresses under system informationSteffen Ritter2016-11-151-7/+39
| | | | | | * show interface name, ipv4, ipv6, mac * filter loopback interface * filter interfaces which are connected to a bridge
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-1519-71/+77
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* [server] Rewrite positioning logic of connection framesSimon Rettberg2016-11-024-104/+137
| | | | | | | | | | This fixes sevceral bugs: * Frames moved into virtually expanded area (for keeping aspect ratio) could be out of bounds after a window resize before * Finding a free slot to place a frame was slightly sped up * Finding a free slot is not used when loading a room layout, as it was (still is) pretty sluggish for the user * Snap to grid worked incorrectly, did not pick closest grid position
* [server] Run "manager only" logic before creating main windowSimon Rettberg2016-11-024-155/+146Star
| | | | | | This prevents the window popping up for a split second when --manager-only is given and the machine it's running on is not configured as a manager.
* [server] Show IP address in room layout right after loading itSimon Rettberg2016-10-283-10/+21
|