Commit Graph

168 Commits

Author SHA1 Message Date
K. Lange
a6a5bc60f5 graphics: vertical gradient pattern in graphics lib 2018-11-24 22:22:55 +09:00
K. Lange
3dc166607d button: allow for disabled buttons 2018-11-24 14:10:49 +09:00
K. Lange
e8fad60a10 button: icon buttons should also shift when pressed 2018-11-24 13:22:31 +09:00
K. Lange
8c2ba2641e button: fix rendering issue and support icons buttons 2018-11-24 13:18:57 +09:00
K. Lange
ba8a2bf1a9 graphics: try for some optimizations 2018-11-23 15:32:51 +09:00
K. Lange
1473151fa7 button: start working on widget libraries (this should probably be a ttk widget library...) 2018-11-22 10:43:30 +09:00
K. Lange
f8791b157e graphics: fix potential bad free of sprite->masks 2018-11-19 21:03:54 +09:00
K. Lange
d96bc4f2cb sdf: expose stroke options 2018-11-19 21:03:35 +09:00
K. Lange
77a665c0d5 graphics: new functions; fix premultiply in rounded rectangle 2018-11-19 20:08:49 +09:00
K. Lange
08518780f3 graphics: add rounded rectangle with pattern function 2018-11-18 13:20:26 +09:00
K. Lange
d1ff49e70b sdf: add oblique, bold oblique fonts 2018-11-14 17:16:11 +09:00
K. Lange
0f683d32de markup: wip markup parser and rendering 2018-11-12 20:24:42 +09:00
K. Lange
72aaed2eef msk: allow for and properly merge multiple remote manifests 2018-11-12 09:26:30 +09:00
K. Lange
2accf6e314 rline_exp: handle reduced terminal size better 2018-11-06 17:33:50 +09:00
K. Lange
6c88956fa4 job control 2018-10-26 20:34:15 +09:00
K. Lange
c76722a4c4 rline_exp: slightly more reasonable shell cmd hl 2018-10-17 12:55:41 +09:00
K. Lange
4d5e977a24 rline_exp: indicate when input field overflows to the left 2018-10-12 17:10:58 +09:00
K. Lange
f7eb386d81 decorations: single pixel exposed edges on tiled windows 2018-10-11 09:53:55 +09:00
K. Lange
9703594bf3 decor-fancy: remove the 1-px border around tiled decorations
I want to add some additional hints to the decorator so that
tiled windows can have a border on their exposed side, eg.
a left-tiled window will have a border on the right. Then
the compositor will size them to account for adding that one
pixel border - which is kinda specific to this design, but
I think it'll work out okay. Other decoration themes will
either have to follow suit, or I can have the decorator
advertise how it wants it decoration bounds to work in regards
to a tiled window.
2018-10-11 08:31:28 +09:00
K. Lange
d6fe16c406 rline_exp: disable highlighting of space at eol
it just doesn't look good with tab completion adding spaces
2018-10-10 21:36:16 +09:00
K. Lange
994150501a rline_exp: fix bad signs causing crashes with unicode history, tab complete 2018-10-10 11:01:56 +09:00
K. Lange
1870bdbdc2 rline_exp: ^K, ^U, visual indicator for ^V 2018-10-05 22:46:56 +09:00
K. Lange
3721644339 rline_exp: VINTR should raise, use right key 2018-10-05 22:21:10 +09:00
K. Lange
719d27166d Allow compositor to load Cairo backend later at runtime 2018-10-02 18:58:03 +09:00
K. Lange
8ac5ee4fb9 free context passed to rline functions in rline_exp 2018-09-30 18:42:08 +09:00
K. Lange
2cde2456f3 Lazy redraw in rline_exp means pasting in shell is fast 2018-09-29 14:03:57 +09:00
K. Lange
f2024aa274 Properly support strides 2018-09-29 01:13:47 +09:00
K. Lange
aaa8b4f81e Freetype in decorations 2018-09-24 15:06:42 +09:00
K. Lange
1d53039483 freetype text needs some horizontal padding 2018-09-24 12:29:16 +09:00
K. Lange
c77e71a277 Freetype support for menus 2018-09-24 12:22:00 +09:00
K. Lange
24517f53fa make sure right prompt gets drawn when drawing oversized line 2018-09-21 19:12:12 +09:00
K. Lange
0c4bd30242 Experimental slow sprite rotation 2018-09-17 20:35:40 +09:00
K. Lange
05ac83f96a sh syntax backslash escapes [bim+rline_exp] 2018-09-17 16:39:31 +09:00
K. Lange
75c26ed850 As should rline when doing rev search 2018-09-17 13:21:37 +09:00
K. Lange
c678b6562d Fix up some libs to work better under linux 2018-09-17 12:58:38 +09:00
K. Lange
8b849a8f4f rline doesn't use _xlog 2018-09-17 12:23:57 +09:00
K. Lange
f5bf985dc4 Change partial line indicator to left-facing arrow 2018-09-17 12:21:51 +09:00
K. Lange
cc4baaff0d Steal an idea from fish to handle output without a trailing linefeed 2018-09-17 07:01:15 +09:00
K. Lange
06a7ca8cd9 Add anti-aliased line drawer (slow, but effective) 2018-09-15 19:52:25 +09:00
K. Lange
85db6525a8 hacked up support for python syntax highlighting in rline_exp 2018-09-15 17:52:01 +09:00
K. Lange
2b4e787b6f Tweak ansi theme colors for rline_exp 2018-09-14 22:48:06 +09:00
K. Lange
f769259cbe Add ^V and tab widths to rline_exp 2018-09-14 20:06:46 +09:00
K. Lange
44cdeaef06 Fix odd history scrolling with oversized lines 2018-09-14 12:39:18 +09:00
K. Lange
1b030089e7 Fix rendering glitch when resizing terminal in rline_exp 2018-09-14 09:28:37 +09:00
K. Lange
6d98aa6494 Fixup heading comments 2018-09-13 18:44:30 +09:00
K. Lange
d9dcb94059 Cleanup and document rline_exp 2018-09-13 18:42:19 +09:00
K. Lange
a3d55b1b88 Patch in rline_reverse_search for rline_exp 2018-09-13 14:42:42 +09:00
K. Lange
b97bc4ff0a Support history in experimental line editor 2018-09-13 14:31:33 +09:00
K. Lange
b25aa946e5 Improvements to experimental line editor 2018-09-13 12:54:00 +09:00
K. Lange
b7c642c273 Experimental rline replacement with syntax highlighting 2018-09-12 22:50:22 +09:00