Commit Graph

561 Commits

Author SHA1 Message Date
Boris Faure 4a79fe43d5 fix focus issue when changing options. Closes #T27 2013-09-08 17:28:17 +02:00
Boris Faure 71d4f155be change cursor/selection when changing theme 2013-09-07 18:39:22 +02:00
José Roberto de Souza b140380776 Avoid crash when socket address lenght is bigger than 126
Here my socket address:
:0.0.unix:abstract=/tmp/dbus-30Xo0YvOro,guid=c12ee38be195441e0b64c7ff5208e716.383c17da53f7fc81db94ac5f5171b40b-1376315157.910552-1882544957.=unknown=.@unknown@.!unknown!
2013-09-06 17:41:24 -03:00
Boris Faure a8206c8b03 add some comments, clean-up code 2013-08-31 17:12:32 +02:00
Cedric Bail 44c69c8d31 terminology: let's not recreate timer all over the place for nothing. 2013-08-30 16:06:49 +09:00
Cedric Bail 40c3cedd6a terminology: let's help the compiler and tell him about this hot spot. 2013-08-30 16:06:49 +09:00
Carsten Haitzler e8addbac90 don t consider greantpt failure an error, but a warning. 2013-08-30 14:17:42 +09:00
Carsten Haitzler 6c2884bdcb oops.. , not m 2013-08-30 12:15:07 +09:00
Carsten Haitzler 3a2a58473b ad erro handling for pty alloc (never seen it fail!) 2013-08-30 12:14:18 +09:00
Boris Faure e710205122 try to fix some link/selection mess 2013-08-29 18:26:46 +02:00
Boris Faure d746dccf4a clicking on links works again 2013-08-29 15:51:59 +02:00
Boris Faure 2c5828f5e2 fix extending selection with shift + double click. Closes T228 2013-08-29 14:00:29 +02:00
Boris Faure 58bcae42d4 fix stupid bug with faint colors. Closes T44 2013-08-28 23:49:38 +02:00
Boris Faure 31c73f69ef use the same default colors as the first 256 colors 2013-08-28 23:40:55 +02:00
Boris Faure 75021221d8 256: fix color cube 2013-08-28 19:16:34 +02:00
Boris Faure eea7862f52 doc + use !strcmp to make code more readable 2013-08-28 17:30:06 +02:00
Boris Faure 441f2ef39e fix crash when closing top-level split. Closes T256. 2013-08-28 17:11:48 +02:00
Boris Faure e93d8bab70 we're not in python here, let's use a switch/case 2013-08-27 19:03:43 +02:00
Boris Faure 4f78faf5c8 use a macro instead of some copy/pasta 2013-08-27 18:47:56 +02:00
Boris Faure 30392f23a9 s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
Boris Faure 2429f7d3ad remove some warnings 2013-08-27 15:23:49 +02:00
Boris Faure abb0ea2a95 fix line selection (triple click). Closes T305 2013-08-27 15:17:25 +02:00
Carsten Haitzler a9e84188ce dont filter based on ethumb client handle. 2013-08-27 17:18:42 +09:00
Boris Faure d63629ccbf fix 58ec67bfa about removing shadow variables 2013-08-26 21:05:09 +02:00
Boris Faure 9d000c7c1d fix word selection on multiple lines. Closes T305 2013-08-26 20:44:46 +02:00
Boris Faure 58ec67bfa2 termio: remove shadow variables 2013-08-26 16:29:43 +02:00
Boris Faure 90311900bb termio: add some static 2013-08-26 16:22:01 +02:00
Boris Faure ec577e396c remove links on mouse out/focus out. Closes T299 2013-08-26 16:16:21 +02:00
Carsten Haitzler 373e878595 change -> changed ... and make flush timeout 5s 2013-08-10 16:51:26 +09:00
Jean GUYOMARC'H 4b23dc8816 terminology: fix build of terminology on MacOS X. 2013-08-09 10:42:30 +09:00
Carsten Haitzler 3fcaad12ed restore some shift based keyinput after fex to use key not keyname. 2013-08-05 11:36:04 +09:00
Carsten Haitzler 8e6c0c563e use key not keyname so xmodmap works 2013-07-31 15:14:32 +09:00
Carsten Haitzler 38d468fc61 remove warngings 2013-07-30 20:19:07 +09:00
Mike Blumenkrantz 164ebd4c67 don't shutdown eldbus when exiting on a quit option 2013-07-30 10:52:40 +01:00
Cedric Bail 15d9eb0924 terminology: we did rename generic backend to vlc as it is its real name. 2013-07-16 09:58:28 +09:00
Cedric Bail c9ba490c46 initialize ipc before shuting it down. 2013-07-10 11:30:21 +09:00
Carsten Haitzler a64c9c01e3 handle gif loop none and loop count 0 vs actual loop counts (or -1) 2013-07-06 12:53:46 +09:00
Carsten Haitzler e4f5a04068 don't request ethumb again when it dies unless we have a queue 2013-07-04 08:39:43 +09:00
Boris Faure 79194c8550 do not free link objects already on mouse_out 2013-06-23 11:38:58 +02:00
Daniel Juyung Seo 68cc3e0656 tyls.c: clean up. one semicolon is enough. 2013-06-20 20:13:39 +09:00
Boris Faure ad16990ede fix compilation without eldbus 2013-06-19 10:34:23 +02:00
Chris Michael e51396944c Fix warning: comparison between signed and unsigned integer expressions
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2013-06-19 09:21:58 +01:00
Chris Michael cf2eb65f98 Fix warning: 'len' may be used uninitialized in this function
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2013-06-19 09:21:58 +01:00
Chris Michael 8d8cae6a46 Remove unused variable.
Signed-off-by: Chris Michael <devilhorns@comcast.net>
2013-06-19 09:21:58 +01:00
Mike Blumenkrantz b23fbc392b more accurate link mouse-out detection, fix teamwork signals, update teamwork to new api 2013-06-19 08:03:53 +01:00
Boris Faure 84ecbd67b1 dbus: also send events about links to files 2013-06-17 10:08:54 +02:00
Boris Faure 184d8d38ef fix compilation without eldbus 2013-06-17 09:55:15 +02:00
Boris Faure 795594e9cb dbus-link: use real coordinates 2013-06-16 00:17:52 +02:00
Boris Faure 22be3b7609 fix dbus signatures 2013-06-15 23:51:03 +02:00
Boris Faure 6d8c81050e change dbus link_detect to mousein/out 2013-06-15 23:37:10 +02:00