Chris Miller
|
67c158fa9c
|
Fire Selected on list item click
|
3 years ago |
Chris Miller
|
5b47ba1f32
|
More mouse handling for primitives
|
3 years ago |
Chris Miller
|
84d2372c82
|
Return self
|
3 years ago |
Chris Miller
|
74b2573bf9
|
Added mouse handling
|
3 years ago |
Trevor Slocum
|
6a97e2648e
|
Update README.md
|
3 years ago |
Trevor Slocum
|
884d92dd16
|
Update CHANGELOG and FORK.md
|
3 years ago |
Sean Smith
|
9aa08ad7c7
|
Handle ansi code 39 and 49
39 is apparently the "default foreground color"
49 is apparently the "default background color"
|
3 years ago |
Trevor Slocum
|
6e548abb6b
|
Update FORK.md
|
3 years ago |
diamondburned (Forefront)
|
3d7e978b90
|
Fixed TextView's reset [-] setting the wrong color
|
3 years ago |
Trevor Slocum
|
384d842226
|
runewidth: Disable East Asian width
|
3 years ago |
Trevor Slocum
|
004751ce25
|
Throttle resize event callbacks
|
3 years ago |
Trevor Slocum
|
2e5eb3f5a4
|
Add window size change handler
|
3 years ago |
Trevor Slocum
|
312fe1436d
|
Add CHANGELOG
|
3 years ago |
Trevor Slocum
|
b61132eddf
|
Fork tview as cview
See FORK.md for details
|
3 years ago |
rivo
|
1ee8d9874d
|
Merge pull request #292 from mikeschinkel/box_gettitle
Added a GetTitle() method to Box
|
3 years ago |
Oliver
|
6e00e540f2
|
Added a wrap-around flag to the List. Resolves #380
|
3 years ago |
Oliver
|
82b05c9fb3
|
Grid's background box is transparent again. Fixes #359
|
3 years ago |
Oliver
|
9c225ecd57
|
Added GetFormItemCount() to Form. Resolves #298
|
3 years ago |
Oliver
|
c1775d4e31
|
Added a clarifying note to the contributing guidelines.
|
3 years ago |
Oliver
|
0f6549646b
|
Added SetFocus() to Modal, focuses on the provided button. Resolves #364
|
3 years ago |
Oliver
|
2d957c4be0
|
Added an "evaluate all rows" flag to Table. Resolves #345
|
3 years ago |
Oliver
|
685bf6da76
|
Added GetFrontPage() to Pages. Resolves #355
|
3 years ago |
Oliver
|
731cb7162a
|
Updated dependencies. Resolves #354
|
3 years ago |
Oliver
|
bacbf5155b
|
Wrong comparator led to wrong scrolling behaviour. Fixes #341, resolves #342
|
3 years ago |
Oliver
|
c35e6b2b4c
|
Avoiding infinite loop on narrow TextViews. Fixes #333
|
3 years ago |
Oliver
|
de7ae86b5b
|
Avoid div-by-0 in case Flex item sizes are all 0. Resolves #332, resolves #334
|
3 years ago |
Oliver
|
f8bc69b903
|
Every redraw of a Form re-evaluates the focus index. Fixes #144
|
3 years ago |
Oliver
|
23dc8a0944
|
Table.Select() also triggers "selection changed" event. Fixes #323
|
3 years ago |
Oliver
|
b8bb0f928f
|
Grid offset handling was buggy. Fixes #279
|
3 years ago |
Oliver
|
f63eca142c
|
List changed event was not fired when SetCurrentItem() was called. Fixes #315
|
3 years ago |
Oliver
|
0e689965bb
|
Fixed wrong handling of 8-bit ANSI colors. Fixes #317
|
3 years ago |
Oliver
|
fc28d646d0
|
Primitive widths/heights should not become negative. Also fixed a
TextView issue where purging led to panics. Fixes #306
|
3 years ago |
Oliver
|
c3d1d4bcf9
|
Added autocomplete functionality to InputField. Resolves #299, resolves #77
|
3 years ago |
Oliver
|
c0e09651e4
|
More specific definition of punctuation characters at which WordWrap() breaks. Fixes #295
|
3 years ago |
rivo
|
4679c7790c
|
Merge pull request #291 from mikeschinkel/adddropdown_init
Fix initialization bug in AddDropDown(), fixes #290.
|
3 years ago |
Oliver
|
95de965571
|
Selection bar in DropDown stretches entire width now. Also added SetTextOptions() with prefixes/suffixes etc. Resolves #289
|
3 years ago |
Oliver
|
17ae691817
|
Reimplemented the WordWrap() function. Fixes #251
|
3 years ago |
rivo
|
2e907d29e4
|
Merge pull request #308 from ollien/fix-row-count
Don't throw away nodes after drawing
|
3 years ago |
Oliver
|
e3f6263a37
|
Added a page count getter to Pages. Resolves #310
|
3 years ago |
Nick Krichevsky
|
a186f0a909
|
Don't throw away nodes after drawing TreeView
Relates to #283
|
3 years ago |
Oliver
|
b62197ade4
|
Added GetScrollOffset() and GetRowCount() to TreeView. Resolves #283
|
3 years ago |
Mike Schinkel
|
87c5125144
|
Add GetTitle() method to Box.
|
3 years ago |
Mike Schinkel
|
c2c3679add
|
Fix initialization bug in AddDropDown(), issue #290.
|
3 years ago |
Oliver
|
384f577a62
|
Added SetFocus() to Form which changes the focus to a specific form element. Resolves #286
|
3 years ago |
Oliver
|
29b0d3cfbf
|
Updated table demo screenshot. Resolves #282
|
3 years ago |
Oliver
|
bd836ef13b
|
Added new guidelines for PR's.
|
3 years ago |
rivo
|
cf9d115173
|
Merge pull request #269 from wedaly/master
Add functions to set background color, button text, and button background color on modal.
|
3 years ago |
Oliver
|
7cc6943d5a
|
Space will also select a node in a TreeView. Resolves #280
|
3 years ago |
Oliver
|
d14da4f46f
|
Bugfix in Grid which mistakenly compared grid item size to resolve conflicts. Fixes #277
|
3 years ago |
Oliver
|
3c477cc248
|
TextView.ScrollTo() will turn off end-tracking. Fixes #274
|
3 years ago |