Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | gui: show tracking hasn't started in preview area instead of "no video" | Xavier Hallade | |
"no video" wasn't clearly indicating that no tracking was done. Some first time users had hard times figuring out tracking had to be started. @sthalik: I've put an image mimicking what you did for "no video", feel free to change it or switch to plain text instead. | |||
2016-04-27 | gui: make tray click raise the window also | Stanislaw Halik | |
Issue: #342 | |||
2015-12-20 | gui: don't update main window if we're minimized | Stanislaw Halik | |
Shaves off 12% runtime in minimized case. | |||
2015-12-18 | ui: make more compact | Stanislaw Halik | |
2015-12-06 | gui/main: don't raise a new window, it's enough to set visible | Stanislaw Halik | |
2015-12-06 | gui/keys: allow for pausing global keystrokes for options dialog | Stanislaw Halik | |
Toggling tracking while prompting for toggle tracking key causes a deadlock somewhere. | |||
2015-12-06 | api, main: implement global shortcuts for controlling tracking | Stanislaw Halik | |
Issue: #252 That involves moving stuff around to get rid of circular dependencies. You need to bind keys to shortcuts again this once. | |||
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | rename gui directory | Stanislaw Halik | |