Carsten Haitzler
2307203d49
1. note a bug i spotted in elm-scroller, and make terminology use the
...
feature.. so i can debug it. also fix errant clearing out of email
helper string in options dialog.
SVN revision: 73949
11 years ago
Carsten Haitzler
8a1e27df66
sex up the selection in terminology. :)
...
SVN revision: 73861
11 years ago
Carsten Haitzler
942060a0fc
really update word separator list by default to include a boatload of
...
unicdoe separator chars. :)
SVN revision: 73814
11 years ago
Carsten Haitzler
4e2d2fe856
fix selection to display right again.
...
SVN revision: 73803
11 years ago
Carsten Haitzler
89251d17d7
factor out link finding algorithm to its own file.
...
SVN revision: 73800
11 years ago
Carsten Haitzler
7b8304692b
and call the extended escape handler too.
...
SVN revision: 73799
11 years ago
Carsten Haitzler
197e0bbf46
splut up termpty a lot. still escape handling is the largest bit -
...
1200 lines or so, but not a lot that canbe done about that as its the
smallest really logical unit there.
SVN revision: 73798
11 years ago
Carsten Haitzler
92d58dc532
mouve doublewidth checking to its own file to not "pollute" termpty.c.
...
also make it more of a tree to minimize compares.
SVN revision: 73787
11 years ago
Cedric BAIL
01cefcedd7
terminology: temporary fix for selecting the first column.
...
SVN revision: 73783
11 years ago
Daniel Juyung Seo
98a812eea0
terminology termio.c: Warn--. Compare with the same type.
...
SVN revision: 73780
11 years ago
Carsten Haitzler
c5b4a080ab
printf--
...
SVN revision: 73607
11 years ago
Cedric BAIL
187443ad74
terminology: use edje for selection.
...
NOTE: I am ot really able to use GIMP/Inkscape, so plain
rectangle for the moment. Patch welcome.
SVN revision: 73570
11 years ago
Nicholas Hughart
9ef6a138c5
Avoid jumping on keypress for non-character keys.
...
Without this fix, trying to use shift+page up/down to scroll is very
cumbersome. Other similar key combinations may exist, but I'm not
sure.
SVN revision: 73546
11 years ago
Carsten Haitzler
ebfd55429e
emacs top/bottom button ctlr+_home/end fixed.
...
SVN revision: 73409
11 years ago
Carsten Haitzler
bc3ac248f5
1 more bug nuked. we must convert \n to \r from copy & paste in terms. yay!
...
SVN revision: 73407
11 years ago
Carsten Haitzler
39577505f0
todo-- -> smooth/nosmooth mode for media during resize.
...
SVN revision: 73391
11 years ago
Michael BOUCHAUD
8d33dadf56
terminology: add an option to be run without a wm
...
SVN revision: 73376
11 years ago
Boris Faure
e48f693aea
terminology: display ACS_*. should fix ncurses issues
...
SVN revision: 73369
11 years ago
Gustavo Sverzut Barbieri
0dd23fb9bc
M-x delete-trailing-whitespace
...
gooooooooooood please stop with trailing whitespaces.
SVN revision: 73368
11 years ago
Gustavo Sverzut Barbieri
74c994a1a5
use ECORE_GETOPT_STORE_TRUE instead of bool.
...
BOOL was used for mute because it reflects on the configuration.
For simple "whenever I see an option, mark it" use STORE_TRUE instead
with the variables defaulting to FALSE.
SVN revision: 73367
11 years ago
Carsten Haitzler
f7b03ac74d
add a bunch of options for title, name, role, override, borderless,
...
iconic, etc. on cmdline.
SVN revision: 73337
11 years ago
Carsten Haitzler
5adb2747b8
make min size 1x1 for warning fix, add 2 todo's and make configs
...
versioned finally. :)
SVN revision: 73336
11 years ago
Christopher Michael
2f9e9628cc
Terminology: Add missing __UNUSED__ to function paramaters where
...
needed. Initialize iw & ih to zero to remove compiler warning about
uninitialized variables.
SVN revision: 73325
11 years ago
Cedric BAIL
3656913985
terminology: let jump on keypress.
...
SVN revision: 73323
11 years ago
Carsten Haitzler
f5bef8a0ed
incoming sexiness... links, file paths, email addresses found in text
...
on mousover. highlight with a subtley animated underline and on
click.. do something sensible. the inline handler is the sexiest of
all. try local file pahts for now (full paths). as they work best.
remote urls for video files SHOULd work if they have http:// etc.
before them - no adjusting of loose ones. u may want to look at the
helpers config panel. internal handling of remote urls for media
doesnt download currently. still needs to be done. anyway. enjoy!
SVN revision: 73288
11 years ago
Carsten Haitzler
2f57d0c7a9
add to READMe and... add logic to find urls under the mouse. also
...
email addresses. seems to work well imho. :)
SVN revision: 73243
11 years ago
Carsten Haitzler
9b476039cf
fix grid->text conversion to handle some space cornercases better.
...
SVN revision: 73236
11 years ago
Tom Hacohen
a8594e252e
Terminology: Listen to N_LONG_TAPS move instead of start.
...
SVN revision: 73188
11 years ago
Sebastian Dransfeld
3275e03aa5
terminology: better handling of position
...
SVN revision: 73163
11 years ago
Mike McCormack
958f8a340c
terminology: printf--
...
SVN revision: 73161
11 years ago
Carsten Haitzler
4fd2814c02
avoid size creep during font options changes by remembering size at
...
start and any "suspected" real resizing by the user.
SVN revision: 73156
11 years ago
Sebastian Dransfeld
5ecbbb7f23
terminology: Move mouse_rep out of state
...
Seems it shouldn't be swapped vim does:
mouse_rep = on
swap
mouse_rep = off
swap
which breaks mouse usage after using vim
SVN revision: 73137
11 years ago
Carsten Haitzler
654e760033
and now also use gesture layer for long-press for control panel and
...
zoom controls too for font size change (happens to make ctrl+mouse
wheel zoom too)
SVN revision: 73122
11 years ago
Carsten Haitzler
f9474527a9
more touch (coform+imf) integration done in preparation.
...
SVN revision: 73120
11 years ago
Carsten Haitzler
689e2c2dd7
begin on custom command infra, fix home/end for emacs, and fix about
...
dialog to restart properly and dismiss layer to be above about.
SVN revision: 73085
11 years ago
Carsten Haitzler
5afd73501f
any button now dismisses the popup dialog things.
...
SVN revision: 73083
11 years ago
Carsten Haitzler
84261ed6ec
fix about text.
...
SVN revision: 73082
11 years ago
Carsten Haitzler
fb1c18ada9
oops forgot to add.
...
SVN revision: 73081
11 years ago
Carsten Haitzler
becb0201aa
about box is there... mwahahhahahahahahah!
...
SVN revision: 73080
11 years ago
Carsten Haitzler
d3a0eafd07
add ctrl+shift+ins for pasting primary and add info to READMe about
...
mouse/kbd controls.
SVN revision: 73037
11 years ago
Carsten Haitzler
ed90cabb60
missing alt+backspace keyin entry.
...
SVN revision: 73034
11 years ago
Carsten Haitzler
c320a5a230
use new ecore-input compose handling in terminology.
...
SVN revision: 72983
11 years ago
Sebastian Dransfeld
10c9a30898
terminology: I need my Alt+D in shell
...
SVN revision: 72968
11 years ago
Carsten Haitzler
b8190b75ca
complete unabirdged compose table/tree in terminology now. this should
...
go to ecore i think.
SVN revision: 72952
11 years ago
Carsten Haitzler
a7dce6cb45
actuallly syslexia - 7f not f7!!!!
...
SVN revision: 72936
11 years ago
Carsten Haitzler
d393562526
fix handling - filtering out 0xf7 -> del. don't do it. it's a divide
...
sign in unicode.
SVN revision: 72935
11 years ago
Carsten Haitzler
da57521fcc
multi-key compose table++ :) not complete table. see wekipedia table
...
to merge.
SVN revision: 72911
11 years ago
Daniel Juyung Seo
0f3b3ccdbd
terminology: Added 'Not Implemented Yet' stub for theme and wallpaper.
...
SVN revision: 72907
11 years ago
Davide Andreoli
2425f68e16
Terminology: pressing stop will delete the media smart,thus remove the video and the media controls and leave the user with its bg. So simple...raster, do I miss something?
...
SVN revision: 72890
11 years ago
Carsten Haitzler
01447a6483
umm blink should be on by defaut - jump on change too.
...
SVN revision: 72888
11 years ago