terminology/src/bin
Boris Faure 35627a9395 remove useless code 2013-11-15 22:52:12 +01:00
..
lz4 add compressed backscroll to terminology... 2013-05-05 23:10:44 +09:00
Makefile.am theme selector - massively improve theme preview to actually preview 2013-10-09 22:51:15 +09:00
about.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
about.h fix focus restoration when creating new tabs or splits by allowing cb 2013-04-15 13:33:23 +09:00
app_server.c cleanup app-server code… 2013-09-21 15:46:01 +02:00
app_server.h cleanup app-server code… 2013-09-21 15:46:01 +02:00
app_server_eet.c Implementation of elm_app_server 2013-09-19 15:54:32 -03:00
app_server_eet.h Implementation of elm_app_server 2013-09-19 15:54:32 -03:00
col.c lets reduce the theme color strings in size since there are so many - memory 2013-10-15 22:32:35 +09:00
col.h terminology: read colors from theme 2013-01-20 16:48:18 +00:00
config.c config: fixed dereferencing null pointer issue. 2013-11-08 08:35:39 +09:00
config.h screw terminfo: have a config to decide whether erase is del or backspace 2013-09-26 21:19:18 +02:00
controls.c controls: disable "copy" when there is no selection. 2013-11-01 16:46:23 -02:00
controls.h fix focus restoration when creating new tabs or splits by allowing cb 2013-04-15 13:33:23 +09:00
dbus.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
dbus.h more accurate link mouse-out detection, fix teamwork signals, update teamwork to new api 2013-06-19 08:03:53 +01:00
extns.h terminology: add support for some more file extension. 2013-10-31 18:35:24 +09:00
ipc.c Avoid crash when socket address lenght is bigger than 126 2013-09-06 17:41:24 -03:00
ipc.h add -2/--256color option to set TERM to xterm-256color 2013-09-26 21:18:48 +02:00
keyin.c screw terminfo: have a config to decide whether erase is del or backspace 2013-09-26 21:19:18 +02:00
keyin.h use new ecore-input compose handling in terminology. 2012-06-28 08:21:51 +00:00
main.c main: Fixed dereferencing null pointer issues. 2013-11-08 08:38:42 +09:00
main.h Add main_new_with_dir() to enable open a term in a specifc path 2013-09-19 15:53:43 -03:00
media.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
media.h tyls now uses standard icons names for normal files (not starting with 2013-03-11 20:44:27 +09:00
options.c fix focus issue when changing options. Closes #T27 2013-09-08 17:28:17 +02:00
options.h fix focus restoration when creating new tabs or splits by allowing cb 2013-04-15 13:33:23 +09:00
options_behavior.c zoom option: tab zoom animation time can go down to zero if users want. 2013-10-19 03:01:41 +09:00
options_behavior.h more config in gui plus translucency now works. even from gui. wordsep 2012-06-16 14:00:00 +00:00
options_colors.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_colors.h testing toolbar - figuring out why icon size set didnt work and also 2012-08-22 03:12:40 +00:00
options_font.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_font.h del options widget after 10 sec delay when they popped down. 2012-06-17 09:54:36 +00:00
options_helpers.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_helpers.h incoming sexiness... links, file paths, email addresses found in text 2012-07-04 14:44:43 +00:00
options_theme.c fix CID 1106345 - missing parentheses 2013-10-14 23:22:19 +02:00
options_theme.h Adding support for selection of theme 2012-10-02 20:24:13 +00:00
options_themepv.c Fix define 2013-10-16 05:18:35 +02:00
options_themepv.h theme selector - massively improve theme preview to actually preview 2013-10-09 22:51:15 +09:00
options_video.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_video.h more options sections -> translucent moved to video and now u can 2012-06-17 09:26:01 +00:00
options_wallpaper.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
options_wallpaper.h terminology: Added 'Not Implemented Yet' stub for theme and wallpaper. 2012-06-27 00:53:57 +00:00
private.h add logging for our sanity 2012-06-17 16:32:23 +00:00
sel.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
sel.h glue in beep flag on sel creation if you missed a beep in a hidden tab. 2013-04-17 12:50:19 +09:00
termcmd.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
termcmd.h add some infra for cmd-mode for terminology. only 1 working cmd atm 2012-08-14 12:30:55 +00:00
termio.c remove useless code 2013-11-15 22:52:12 +01:00
termio.h remove selection when content selected changes 2013-11-11 18:08:02 +01:00
termiolink.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
termiolink.h factor out link finding algorithm to its own file. 2012-07-13 09:12:01 +00:00
termpty.c do not try to reflow altbuf 2013-11-10 15:34:40 +01:00
termpty.h keep selection when scrolling 2013-11-10 22:13:19 +01:00
termptydbl.c terminology: inline the most common case for a small 2% speed up. 2013-10-28 18:54:30 +09:00
termptydbl.h terminology: inline the most common case for a small 2% speed up. 2013-10-28 18:54:30 +09:00
termptyesc.c small debug-related changes 2013-11-10 15:35:16 +01:00
termptyesc.h splut up termpty a lot. still escape handling is the largest bit - 2012-07-13 08:46:33 +00:00
termptyext.c s/__UNUSED__/EINA_UNUSED/g 2013-08-27 15:36:50 +02:00
termptyext.h splut up termpty a lot. still escape handling is the largest bit - 2012-07-13 08:46:33 +00:00
termptygfx.c splut up termpty a lot. still escape handling is the largest bit - 2012-07-13 08:46:33 +00:00
termptygfx.h splut up termpty a lot. still escape handling is the largest bit - 2012-07-13 08:46:33 +00:00
termptyops.c remove debug =] 2013-11-14 23:10:08 +01:00
termptyops.h compat: only clear cells when scrolling to add text 2013-06-09 12:03:51 +02:00
termptysave.c terminology: let's not recreate timer all over the place for nothing. 2013-08-30 16:06:49 +09:00
termptysave.h add whitepsace debug mode and termsave abstraction infra. 2013-05-04 11:45:45 +09:00
tyalpha.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tybg.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tycat.c remove warngings 2013-07-30 20:19:07 +09:00
tyls.c remove some warnings 2013-08-27 15:23:49 +02:00
typop.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
tyq.c some cleaning up of pending things.. so we can do a terminology 0.3 2013-03-20 19:00:05 +09:00
utf8.c support double-wide asian chars with ugly tables and stuff! 2012-06-26 01:38:13 +00:00
utf8.h support double-wide asian chars with ugly tables and stuff! 2012-06-26 01:38:13 +00:00
utils.c make theme auto-reload emit signals to configure stuff properly! 2013-10-12 14:31:03 +09:00
utils.h utils: add and use homedir_get() 2012-10-09 17:20:27 +00:00
win.c cleanup app-server code… 2013-09-21 15:46:01 +02:00
win.h add a bunch of options for title, name, role, override, borderless, 2012-07-05 10:04:39 +00:00