Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 1 | -5/+17 |
| | |||||
* | Merge remote-tracking branch 'incertia/time' | James Booth | 2015-07-01 | 1 | -22/+18 |
|\ | | | | | | | | | Conflicts: src/config/preferences.c | ||||
| * | remove memory leak from creating a gdatetime string | Will Song | 2015-05-29 | 1 | -0/+2 |
| | | |||||
| * | updated statusbar to use strftime formats | Will Song | 2015-05-29 | 1 | -22/+16 |
| | | |||||
* | | Free prefs strings, check for NULLs when closing pgp module | James Booth | 2015-06-24 | 1 | -0/+3 |
|/ | |||||
* | Use null check convention in statusbar.c | James Booth | 2015-05-04 | 1 | -7/+7 |
| | |||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 1 | -12/+42 |
| | |||||
* | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -2/+2 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Replaced colours with theme_item_t | James Booth | 2014-11-16 | 1 | -22/+34 |
| | |||||
* | Show indicator when form has unsaved changes | James Booth | 2014-09-16 | 1 | -8/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Moved status_bar_resize | James Booth | 2014-07-18 | 1 | -2/+3 |
| | |||||
* | Tidied xmlconsole | James Booth | 2014-04-15 | 1 | -8/+0 |
| | |||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -0/+1 |
| | |||||
* | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -42/+26 |
| | |||||
* | Removed dirty flag from statusbar | James Booth | 2014-04-06 | 1 | -42/+53 |
| | |||||
* | Inlined status_bar_update_time | James Booth | 2014-04-06 | 1 | -21/+12 |
| | |||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -2/+1 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -2/+2 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Use wnoutrefresh, pnoutrefresh and doupdate | James Booth | 2014-02-02 | 1 | -1/+1 |
| | | | | Issue #298 | ||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 1 | -12/+17 |
| | |||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -24/+36 |
| | |||||
* | Show current window in status bar | James Booth | 2013-10-02 | 1 | -0/+25 |
| | |||||
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 1 | -0/+14 |
| | |||||
* | Refactored status bar indicators | James Booth | 2013-08-30 | 1 | -105/+60 |
| | |||||
* | Handle ">" indicator when more than 10 wins open | James Booth | 2013-08-29 | 1 | -47/+167 |
| | |||||
* | Refactor updating window statuses | James Booth | 2013-08-28 | 1 | -30/+18 |
| | |||||
* | Fixed showing active console after login fail | James Booth | 2013-08-28 | 1 | -0/+7 |
| | |||||
* | Changes to status bar for unlimited windows - WIP | James Booth | 2013-08-28 | 1 | -35/+58 |
| | |||||
* | small refactoring in statusbar.c | Dmitry Podgorny | 2013-08-24 | 1 | -5/+11 |
| | |||||
* | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 1 | -1/+1 |
| | | | | sizeof(char) == 1 according to standard | ||||
* | Use werase() rather than wclear() to avoid screen flash | James Booth | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Added ui subdir to source | James Booth | 2013-02-02 | 1 | -0/+285 |