Florian Stinglmayr florian
  • Joined on 2019-07-19
florian pushed to master at florian/ncdc 2019-07-29 19:42:27 +02:00
24e3cb62bc add preliminary timeformat to chat windows
florian pushed to master at florian/ncdc 2019-07-29 19:22:56 +02:00
f9db598e16 automatically open the chat for direct message channels
florian pushed to master at florian/ncdc 2019-07-23 20:06:17 +02:00
c136dd76e4 add sanity checks to status functions
florian pushed to master at florian/ncdc 2019-07-23 20:03:44 +02:00
bd88d735eb try out a queue API to notify "listeners" of the session
florian pushed to master at florian/ncdc 2019-07-23 18:48:27 +02:00
551e67c823 reimplement window resizing
florian pushed to master at florian/ncdc 2019-07-23 18:37:20 +02:00
318c874dc6 support for changing online status
florian pushed to master at florian/ncdc 2019-07-22 16:36:19 +02:00
95d23bf6a9 add copyright header to all C files too
florian pushed to master at florian/ncdc 2019-07-22 16:30:19 +02:00
4d06f13b23 add command for closing windows
florian pushed to master at florian/ncdc 2019-07-22 16:01:53 +02:00
d2a2e5a392 move chat window title code where it belongs
florian pushed to master at florian/ncdc 2019-07-20 15:25:35 +02:00
2776503fac add some debugging tips
florian pushed to master at florian/ncdc 2019-07-20 15:22:58 +02:00
ce02d57e97 add copyright header everywhere
florian pushed to master at florian/ncdc 2019-07-20 15:16:20 +02:00
cbbeef3a0b fix readme
florian pushed to master at florian/ncdc 2019-07-20 15:15:37 +02:00
daaccc8468 add licence
florian pushed to master at florian/ncdc 2019-07-20 15:14:38 +02:00
91a246745b add proper readme
florian pushed to master at florian/ncdc 2019-07-20 14:43:50 +02:00
c3a447d44f fix a whole slew of memory leaks, and fix an internal ref mismatch
e3609b9ace fix another memory leak in mainwindow when building the tree
08b69263d6 fix a memory leak in mainwindow about keys
Compare 3 commits »
florian pushed to master at florian/ncdc 2019-07-20 13:44:26 +02:00
6eff70d415 remove debug code from client and library
florian pushed to master at florian/ncdc 2019-07-20 13:39:47 +02:00
08d1fcc15d fix join, and implement joining from guild view
e1f796d053 ALT+LEFT/RIGHT should be global
dd46fedf4f fix posting of messages, full parameter was broken for commands
360266baad fix error in comment
f1a64470e1 repair key codes
Compare 6 commits »
florian pushed to master at florian/ncdc 2019-07-20 12:51:17 +02:00
d86a386edd introduce a /join command for guild text channels
florian pushed to master at florian/ncdc 2019-07-20 11:57:16 +02:00
ec41ec2c87 reintroduce focus, as I ran out of keycodes for the input
florian pushed to master at florian/ncdc 2019-07-20 11:08:15 +02:00
9a90773210 introduce treeview navigation and collapsing