Commit Graph

  • d533fc9595 jabber.c: removed explicit type conversion Dmitry Podgorny 2013-01-07 18:54:07 +02:00
  • c341468c92 Fix issue #121 James Booth 2013-01-06 23:47:50 +00:00
  • 8a110a4366 Removed out of date comments James Booth 2013-01-06 01:14:52 +00:00
  • 052d7527b6 Call _clear_input when getting password James Booth 2013-01-06 01:09:46 +00:00
  • dae4f1bb70 Added _inp_win_refresh() macro, renamed and moved some functions James Booth 2013-01-06 01:06:12 +00:00
  • 82ce22ac9d Removed inp_get_next_char() from input_win.c James Booth 2013-01-06 00:28:15 +00:00
  • b32f58e22c Fixed comment spacing James Booth 2013-01-06 00:24:11 +00:00
  • b328f368b0 Removed inp_y from input_win.c James Booth 2013-01-06 00:20:34 +00:00
  • d2d679be8d Merge pull request #120 from pasis/next James Booth 2013-01-05 15:06:37 -08:00
  • d870ea1ae6 added check for utf_len in inp_get_char Dmitry Podgorny 2013-01-06 00:56:59 +02:00
  • ad000db663 Added _got_to_end() function James Booth 2013-01-05 22:45:34 +00:00
  • 893b6f863a Added back code to output single char rather than whole string James Booth 2013-01-05 22:37:11 +00:00
  • db96aeadf0 Added back block for when cursor not at end of line James Booth 2013-01-05 22:30:21 +00:00
  • 54472ed501 Fixed command history James Booth 2013-01-05 22:02:30 +00:00
  • 1e45596373 Added back in remove extra variable James Booth 2013-01-05 21:42:41 +00:00
  • d24c57036c Added back in call to inp_clear_no_pad() James Booth 2013-01-05 21:41:12 +00:00
  • 8427d0684f More changes to input handling James Booth 2013-01-05 21:32:28 +00:00
  • a07fd29e59 Merge remote-tracking branch 'dmitry/iss116' James Booth 2013-01-05 21:16:44 +00:00
  • 78841f2ea3 Added libx11 when --with-xscreensaver chosen James Booth 2013-01-05 19:58:24 +00:00
  • d20354968a feature request #114 Dmitry Podgorny 2013-01-05 17:13:52 +02:00
  • 8014e9026a autotools: removed strndup from configure.ac Dmitry Podgorny 2013-01-05 16:34:04 +02:00
  • 7ae7b01e15 Merge remote-tracking branch 'dmitry/next' James Booth 2013-01-05 01:14:18 +00:00
  • 37488836fd fixed issue #116 Dmitry Podgorny 2013-01-05 03:00:08 +02:00
  • b84051701d Added comments to ui_get_idle_time James Booth 2013-01-05 00:38:50 +00:00
  • 83aa2212f5 Merge pull request #117 from pasis/fixes James Booth 2013-01-04 16:13:02 -08:00
  • f210b49285 removed extra variable in inp_get_char Dmitry Podgorny 2013-01-04 20:57:55 +02:00
  • f1eaf3e144 fix possible buffer overflow in _ui_draw_win_title Dmitry Podgorny 2013-01-04 19:33:12 +02:00
  • 7ee113e687 windows.c: remove duplicate code in ui_get_idle_time Dmitry Podgorny 2013-01-04 09:54:17 +02:00
  • 7ed821c0d6 windows.c: remove useless printf Dmitry Podgorny 2013-01-04 09:46:47 +02:00
  • a626f80117 Added ncursesw devel to cywin install James Booth 2013-01-04 01:29:03 +00:00
  • bd3f5fe725 Updated install script for ubuntu James Booth 2013-01-04 01:17:40 +00:00
  • c61522feba Fixed possible buffer overflow James Booth 2013-01-04 01:06:42 +00:00
  • d2e9571662 Fix buffer overflow check James Booth 2013-01-04 00:57:02 +00:00
  • 516ba16627 Added mbstate_t James Booth 2013-01-04 00:48:12 +00:00
  • 57f9e43566 Fixed order of includes for ncursesw James Booth 2013-01-04 00:35:54 +00:00
  • 25a056a189 Handle DEL key for wide chars James Booth 2013-01-04 00:19:18 +00:00
  • 20a7d52d57 Changed backspace when at end for wide chars James Booth 2013-01-03 23:54:12 +00:00
  • 772f5857f0 Handle deleting wide chars in middle of input James Booth 2013-01-03 23:47:45 +00:00
  • a96e36a55d Handle insert for wide chars James Booth 2013-01-03 22:41:03 +00:00
  • 0cd7d43953 Removed unused code and comments James Booth 2013-01-03 21:39:10 +00:00
  • 05292a0eb8 Handle backspace at end of input for wide chars James Booth 2013-01-03 01:42:02 +00:00
  • 73cdcb87ef Changed replace input to handle wide chars James Booth 2013-01-03 01:03:14 +00:00
  • 439e6486db Handle wide chars on input James Booth 2013-01-03 00:16:39 +00:00
  • d28930eaf4 Include ncursesw, set locale James Booth 2013-01-02 20:27:37 +00:00
  • 3b37e53a5c Fixed new years eve bug with chat history James Booth 2012-12-31 15:29:44 +00:00
  • 543f0dea29 Update README.md James Booth 2012-12-31 01:29:46 +00:00
  • 7edcff9716 Set version to 0.2.0 development James Booth 2012-12-31 01:29:23 +00:00
  • 52f4b4c46f Changed status to release for 0.1.10 release James Booth 2012-12-31 01:24:45 +00:00
  • 376804be3a Added libxss-dev to ubuntu install, removed configure from .gitignore James Booth 2012-12-31 00:25:47 +00:00
  • ac6d5f7980 Added libXScrnSaver-devel to fedora dependencies in install-all.sh James Booth 2012-12-30 23:58:53 +00:00
  • 81ffb06ee4 Removed g++ and head-unit from dependencies in install-all.sh James Booth 2012-12-30 23:29:06 +00:00
  • ab535d5250 Removed configure script James Booth 2012-12-30 23:07:20 +00:00
  • 3fdae47eec Added git to dependencies install-all script, remove bootstrap call James Booth 2012-12-30 22:57:31 +00:00
  • cf010194a4 Updated man page with links to website James Booth 2012-12-30 22:40:49 +00:00
  • 8756ae552b Fixed help on /connect James Booth 2012-12-22 23:48:45 +00:00
  • 44dab33552 Clean up gtimer on show typing James Booth 2012-12-20 00:00:42 +00:00
  • bcf0628a0f Only set state to </paused> when was previously </composing> James Booth 2012-12-19 23:40:21 +00:00
  • d669866aac Amended /gone help James Booth 2012-12-19 23:33:10 +00:00
  • 3d6ebf48ec Added /gone to allow configurable delay for </gone> state James Booth 2012-12-19 23:31:25 +00:00
  • a281d396d6 Fixed segfault when compiled with X11 but run in bare terminal James Booth 2012-12-19 21:34:24 +00:00
  • 402a54772e Added configure script James Booth 2012-12-19 21:08:21 +00:00
  • 5486b4348f Added parameter usage to cygwin notify James Booth 2012-12-12 00:30:31 +00:00
  • d212a93e44 Experimental balloon on cygwin James Booth 2012-12-12 00:25:10 +00:00
  • 803eacc488 Fixed name clashes with windows.h James Booth 2012-12-11 23:58:54 +00:00
  • 253eb453f2 Moved libnotify checks to _notify James Booth 2012-12-11 23:48:12 +00:00
  • bcfe39e593 Fixed X CPU usage by only redrawing window title on change James Booth 2012-12-11 23:34:15 +00:00
  • 9ccccf9b6d Renamed /account new to /account add James Booth 2012-12-10 01:14:21 +00:00
  • 6ef4014882 Fixed compile error James Booth 2012-12-10 00:57:50 +00:00
  • 5013cce832 Added autocomplete for enabled logins only James Booth 2012-12-10 00:53:57 +00:00
  • 210da7b137 Added account name autocomplete for /account set James Booth 2012-12-10 00:28:08 +00:00
  • 8415f57b32 Added /account set command, set server or jid James Booth 2012-12-10 00:23:55 +00:00
  • c80383e298 Added /account rename James Booth 2012-12-10 00:08:03 +00:00
  • 30cb06ed74 Added /account show command James Booth 2012-12-09 22:58:45 +00:00
  • ce6f227651 Handle logins using accounts James Booth 2012-12-09 22:14:38 +00:00
  • 324a85a2a5 Added /account list command, and added jid property to accounts James Booth 2012-12-09 20:18:38 +00:00
  • 0bba09fd04 Tidied help James Booth 2012-12-09 18:59:11 +00:00
  • 8e90f7a414 Handle idle time from contacts James Booth 2012-12-09 03:07:33 +00:00
  • 6b99624348 Renamed /theme load to /theme set James Booth 2012-12-09 00:53:26 +00:00
  • a855709b5e Added autocomplete to /theme load James Booth 2012-12-09 00:46:14 +00:00
  • 53ac41057c Added '/theme load name' to replace '/theme name' James Booth 2012-12-09 00:29:17 +00:00
  • bf1a574cfd Changed help on /theme James Booth 2012-12-09 00:26:08 +00:00
  • 986967ef89 Added /theme list command James Booth 2012-12-09 00:21:33 +00:00
  • 4c243722c6 Renamed functions in theme James Booth 2012-12-08 22:34:16 +00:00
  • 731dabd712 Added server property to accounts James Booth 2012-12-07 00:10:00 +00:00
  • 8304b30b52 Add optional server parameter to /connect command James Booth 2012-12-06 20:36:16 +00:00
  • c8b650e8be Colour chat room members by presence for /who James Booth 2012-12-06 00:23:11 +00:00
  • b89ca4fc3e Merged Dolans fix for not clearing typing message Dolan O'Toole 2012-12-05 18:20:48 +00:00
  • c0ac3673af Changed theme properties James Booth 2012-12-03 23:00:36 +00:00
  • 6cf33d65e7 Changed titlebarversion command James Booth 2012-12-02 20:53:45 +00:00
  • 9d700f3f1f Organised config file James Booth 2012-12-02 02:21:59 +00:00
  • 6826a66f85 Moved logins to accounts module James Booth 2012-12-02 01:29:42 +00:00
  • 30e4786180 Create logs dir for main log James Booth 2012-12-02 01:01:27 +00:00
  • 489c0c6bd3 Added autocomplete to /autoaway, fixed help James Booth 2012-12-02 00:38:10 +00:00
  • 79a2633fa6 Removed development code James Booth 2012-12-01 19:05:28 +00:00
  • 8400ae29ba Default /autoaway check on James Booth 2012-12-01 18:55:48 +00:00
  • 5a0121306d Fixed compile error James Booth 2012-12-01 18:47:50 +00:00
  • 1029c43002 Use profanity input for idle time when libxss not availalbe James Booth 2012-12-01 18:39:34 +00:00
  • fae848ea64 Implemented /autoaway mode idle James Booth 2012-12-01 17:46:25 +00:00
  • f7d0bcba4c More useful console message on auto away James Booth 2012-12-01 00:23:47 +00:00
  • 72d8a82f51 Send away presence and message for /autoaway James Booth 2012-12-01 00:19:45 +00:00