KenReneris 
							
						 
					 
					
						
						
							
						
						2c9a828402 
					 
					
						
						
							
							Add support for italics ( #1009 )  
						
						... 
						
						
						
						Co-authored-by: Ken Reneris <ms/devops kreneris@microsoft.com >
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com > 
						
						
					 
					
						2025-03-22 18:03:43 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						e19550ae69 
					 
					
						
						
							
							Feature: Windows. ( #690 )  
						
						... 
						
						
						
						Into ftxui/component/, add:
```
Container::Stacked(...)
Window(...);
```
Together, they can be used to display draggable/resizable windows.
Bug:https://github.com/ArthurSonzogni/FTXUI/issues/682 
* Fix typo. 
						
						
					 
					
						2023-07-15 16:29:48 +02:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						7b7177b59c 
					 
					
						
						
							
							Feature: hyperlink support. ( #665 )  
						
						... 
						
						
						
						See the [OSC 8 page](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda ).
FTXUI support proposed by @aaleino in [#662 ](https://github.com/ArthurSonzogni/FTXUI/issues/662 ).
API:
```cpp
auto link = text("Click here") | hyperlink("https://github.com/FTXUI ")
```
Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/662  
						
						
					 
					
						2023-06-04 21:06:19 +02:00 
						 
				 
			
				
					
						
							
							
								Vinicius Moura Longaray 
							
						 
					 
					
						
						
							
						
						e83e90ced2 
					 
					
						
						
							
							Feature: LinearGradient color decorator. ( #592 )  
						
						... 
						
						
						
						Based on the existing color decorators, create new ones to apply a gradient effect on the DOM.
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com > 
						
						
					 
					
						2023-03-22 13:59:02 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						2991b0389e 
					 
					
						
						
							
							Add colored border. ( #595 )  
						
						... 
						
						
						
						This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/564  
						
						
					 
					
						2023-03-16 13:15:14 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						6fe8310321 
					 
					
						
						
							
							Feature: strikethrough and underlinedDouble decorator. ( #561 )  
						
						... 
						
						
						
						This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/560  
						
						
					 
					
						2023-01-22 11:02:27 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						8ba3698437 
					 
					
						
						
							
							Gauge direction ( #326 )  
						
						... 
						
						
						
						Add `gauge` with all the different directions.
Co-authored-by: Aleksandar Brakmic <13668697+brakmic-aleksandar@users.noreply.github.com > 
						
						
					 
					
						2022-02-06 19:17:21 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						0d47dd19ab 
					 
					
						
						
							
							Feature: Canvas ( #287 )  
						
						... 
						
						
						
						Draw using braille and block characters on a grid. 
						
						
					 
					
						2021-12-23 14:17:33 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						602392c43d 
					 
					
						
						
							
							Implement flexbox ( #277 )  
						
						... 
						
						
						
						This implement the flexbox elements, following the HTML one.
Built from them, there is also the following elements:
- `paragraph`
- `paragraphAlignLeft`
- `paragraphAlignRight`
- `paragraphAlignCenter`
- `paragraphAlignJustify`
This is a breaking change. 
						
						
					 
					
						2021-12-11 17:58:25 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						026a005753 
					 
					
						
						
							
							Table ( #229 )  
						
						... 
						
						
						
						This class allows rendering stylized table. 
						
						
					 
					
						2021-10-15 23:04:11 +02:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						b5c3b17b3f 
					 
					
						
						
							
							feat: Multiple border style. ( #202 )  
						
						
						
						
					 
					
						2021-09-12 00:36:59 +02:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						51850f1189 
					 
					
						
						
							
							Introduce gridbox. ( #190 )  
						
						... 
						
						
						
						Introduce gridbox.
Similar to hbox and vbox, this component combine both into a grid. 
						
						
					 
					
						2021-08-22 19:36:11 +02:00 
						 
				 
			
				
					
						
							
							
								Tushar Maheshwari 
							
						 
					 
					
						
						
							
						
						34d955e9ac 
					 
					
						
						
							
							Refactor examples list in CMake ( #170 )  
						
						... 
						
						
						
						* Reduce example list duplication
* Add COEP and COOP headers in local HTTP server
* Revert Examples URL in readme 
						
						
					 
					
						2021-07-31 18:32:48 +02:00 
						 
				 
			
				
					
						
							
							
								Tushar Maheshwari 
							
						 
					 
					
						
						
							
						
						5ee4ec40de 
					 
					
						
						
							
							Update CMake usage to enable C++17 ( #156 )  
						
						... 
						
						
						
						The target_compile_features command allows setting PUBLIC compile features for the library, making it implicit for the applications linking it. This reduces the CMake boilerplate required to set up a dependent project (eg. ftxui-starter). 
						
						
					 
					
						2021-07-17 09:16:02 +02:00 
						 
				 
			
				
					
						
							
							
								ArthurSonzogni 
							
						 
					 
					
						
						
							
						
						d09996a6c7 
					 
					
						
						
							
							Add more example for colors.  
						
						
						
						
					 
					
						2020-09-07 11:25:50 +02:00 
						 
				 
			
				
					
						
							
							
								Damien D 
							
						 
					 
					
						
						
							
						
						dc8c090753 
					 
					
						
						
							
							Add support for full RGB colors.  
						
						... 
						
						
						
						FTXUI supported only the 16 colors palette.
This patch adds support for the 256 palette and the TrueColor(8×8×8)
mode.
This was made by kerdelos@ and fixes issue:
https://github.com/ArthurSonzogni/FTXUI/issues/45 
Co-authored-by: Damien D <kerdelos@gmail.com >
Co-authored-by: Arthur Sonzogni <sonzogniarthur@gmail.com > 
						
						
					 
					
						2020-09-07 11:25:50 +02:00 
						 
				 
			
				
					
						
							
							
								ArthurSonzogni 
							
						 
					 
					
						
						
							
						
						75c424cea9 
					 
					
						
						
							
							Update document WIP.  
						
						
						
						
					 
					
						2020-08-09 10:49:06 +02:00 
						 
				 
			
				
					
						
							
							
								ArthurSonzogni 
							
						 
					 
					
						
						
							
						
						4ff45ee540 
					 
					
						
						
							
							Add travis configuration.  
						
						
						
						
					 
					
						2020-03-22 21:33:41 +01:00 
						 
				 
			
				
					
						
							
							
								ArthurSonzogni 
							
						 
					 
					
						
						
							
						
						9117166541 
					 
					
						
						
							
							Add Graph.  
						
						
						
						
					 
					
						2019-01-26 21:52:55 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						1e92db7ec0 
					 
					
						
						
							
							Add html_like example. Improve take_any_args.  
						
						
						
						
					 
					
						2019-01-23 02:16:00 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						ce7867ab03 
					 
					
						
						
							
							Add paragraph and fix hflow  
						
						
						
						
					 
					
						2019-01-23 00:34:37 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						610b86183b 
					 
					
						
						
							
							Add hflow.  
						
						
						
						
					 
					
						2019-01-22 23:42:57 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						fddcbdea65 
					 
					
						
						
							
							Add "frame" : scrollable area.  
						
						
						
						
					 
					
						2019-01-19 22:06:05 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						cb4df0b56f 
					 
					
						
						
							
							Renames examples for style.  
						
						
						
						
					 
					
						2019-01-19 02:24:05 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						acc7012f58 
					 
					
						
						
							
							Add spinner.  
						
						
						
						
					 
					
						2019-01-06 22:28:15 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						7efe8a6385 
					 
					
						
						
							
							Separator ftxui::{screen,dom,component} into separate build unit.  
						
						
						
						
					 
					
						2019-01-06 18:53:02 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						0b8a2ec181 
					 
					
						
						
							
							Add more examples.  
						
						
						
						
					 
					
						2019-01-06 01:28:14 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						961e3dcb50 
					 
					
						
						
							
							Pipeable decoration and the package_manager example.  
						
						... 
						
						
						
						- Pipeable decorator.
- package_manager example. 
						
						
					 
					
						2019-01-05 02:03:49 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						178feaa6a9 
					 
					
						
						
							
							Add menu styles.  
						
						
						
						
					 
					
						2019-01-03 00:35:59 +01:00 
						 
				 
			
				
					
						
							
							
								Arthur Sonzogni 
							
						 
					 
					
						
						
							
						
						13e04176a4 
					 
					
						
						
							
							Add Blink. Refactor examples.  
						
						
						
						
					 
					
						2019-01-02 22:33:59 +01:00