about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-063-57/+44
|
* Removed inp_get_next_char() from input_win.cJames Booth2013-01-062-8/+1
|
* Fixed comment spacingJames Booth2013-01-061-2/+1
|
* Removed inp_y from input_win.cJames Booth2013-01-061-14/+12
|
* Merge pull request #120 from pasis/nextJames Booth2013-01-051-13/+18
|\ | | | | added check for utf_len in inp_get_char
| * added check for utf_len in inp_get_charDmitry Podgorny2013-01-061-13/+18
|/
* Added _got_to_end() functionJames Booth2013-01-051-15/+14
|
* Added back code to output single char rather than whole stringJames Booth2013-01-051-4/+3
|
* Added back block for when cursor not at end of lineJames Booth2013-01-051-0/+7
|
* Fixed command historyJames Booth2013-01-051-5/+13
|
* Added back in remove extra variableJames Booth2013-01-051-1/+0
|
* Added back in call to inp_clear_no_pad()James Booth2013-01-051-2/+1
|
* More changes to input handlingJames Booth2013-01-051-20/+10
|
* Merge remote-tracking branch 'dmitry/iss116'James Booth2013-01-051-13/+31
|\
| * fixed issue #116Dmitry Podgorny2013-01-051-12/+31
| | | | | | | | | | * don't set pad_start to 0 while typing * use _inp_clear_no_pad() in input_win.c
| * removed extra variable in inp_get_charDmitry Podgorny2013-01-041-1/+0
| |
* | Added libx11 when --with-xscreensaver chosenJames Booth2013-01-051-1/+6
| |
* | feature request #114Dmitry Podgorny2013-01-051-18/+37
| | | | | | | | | | | | | | * added new parameter --with-xscreensaver for libXss support * added new parameter --enable-notifications for libnotify support * when any parameter ins't specified appropriate library is used if exists
* | autotools: removed strndup from configure.acDmitry Podgorny2013-01-051-1/+1
| | | | | | | | strndup no longer used because of MacOS incompatibility
* | Merge remote-tracking branch 'dmitry/next'James Booth2013-01-051-11/+2
|\ \ | | | | | | | | | | | | Conflicts: src/windows.c
| * | windows.c: remove duplicate code in ui_get_idle_timeDmitry Podgorny2013-01-041-6/+1
| | |
| * | windows.c: remove useless printfDmitry Podgorny2013-01-041-1/+0
| |/
* | Added comments to ui_get_idle_timeJames Booth2013-01-051-1/+7
| |
* | Merge pull request #117 from pasis/fixesJames Booth2013-01-041-3/+3
|\ \ | |/ |/| Fix possible buffer overflow in _ui_draw_win_title
| * fix possible buffer overflow in _ui_draw_win_titleDmitry Podgorny2013-01-041-3/+3
|/
* Added ncursesw devel to cywin installJames Booth2013-01-041-1/+1
|
* Updated install script for ubuntuJames Booth2013-01-041-1/+1
|
* Fixed possible buffer overflowJames Booth2013-01-041-4/+2
|
* Fix buffer overflow checkJames Booth2013-01-041-1/+1
|
* Added mbstate_tJames Booth2013-01-041-1/+3
|
* Fixed order of includes for ncurseswJames Booth2013-01-049-27/+21
| | | | Arch linux uses the standard headers for wide char ncurses
* Handle DEL key for wide charsJames Booth2013-01-041-11/+31
|
* Changed backspace when at end for wide charsJames Booth2013-01-031-7/+10
|
* Handle deleting wide chars in middle of inputJames Booth2013-01-031-5/+14
|
* Handle insert for wide charsJames Booth2013-01-031-8/+16
|
* Removed unused code and commentsJames Booth2013-01-031-4/+0
|
* Handle backspace at end of input for wide charsJames Booth2013-01-031-2/+12
|
* Changed replace input to handle wide charsJames Booth2013-01-031-4/+7
|
* Handle wide chars on inputJames Booth2013-01-034-32/+51
|
* Include ncursesw, set localeJames Booth2013-01-0211-21/+25
|
* Fixed new years eve bug with chat historyJames Booth2012-12-311-1/+1
|
* Update README.mdJames Booth2012-12-311-2/+2
|
* Set version to 0.2.0 developmentJames Booth2012-12-311-2/+2
|
* Changed status to release for 0.1.10 releaseJames Booth2012-12-311-1/+1
|
* Added libxss-dev to ubuntu install, removed configure from .gitignoreJames Booth2012-12-312-2/+2
|
* Added libXScrnSaver-devel to fedora dependencies in install-all.shJames Booth2012-12-301-1/+1
|
* Removed g++ and head-unit from dependencies in install-all.shJames Booth2012-12-301-35/+2
|
* Removed configure scriptJames Booth2012-12-301-6547/+0
|
* Added git to dependencies install-all script, remove bootstrap callJames Booth2012-12-301-4/+2
|
* Updated man page with links to websiteJames Booth2012-12-301-121/+2
|