| 
							
							
								 Jinhao | fba4097851 | refactor menubar | 2017-08-31 02:57:34 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 64899a3d6a | add functions to menubar for auto-close when mouse leave | 2017-08-28 21:09:04 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | ec9ec611b4 | refactor drawing of shortkey underline | 2017-08-27 10:32:56 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 4e18d81f90 | fix bug that listbox incorrect scrolls if content is sorted(#245) | 2017-08-24 05:49:19 +08:00 |  | 
			
				
					| 
							
							
								 qPCR4vir | e1c1976e2f | Merge remote-tracking branch 'cnjinhao/develop' into develop | 2017-08-21 09:11:20 +02:00 |  | 
			
				
					| 
							
							
								 Jinhao | c025f01f5e | refactor | 2017-08-12 12:29:58 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | d4a815c8cc | refactor | 2017-08-11 22:50:44 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 752a26e795 | Merge branch 'hotfix-1.5.4' into develop | 2017-08-11 22:43:28 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | a21a5e940d | fix comment | 2017-08-06 09:47:01 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | a2ba2cfaec | add progress scheme | 2017-08-05 17:05:49 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 12843da679 | improve listbox model_guard exception information | 2017-08-02 00:14:39 +08:00 |  | 
			
				
					| 
							
							
								 James Bremner | 953450a868 | Inputbox set minimum width entry field | 2017-07-27 11:15:53 -04:00 |  | 
			
				
					| 
							
							
								 qPCR4vir | b7fec184aa | Merge remote-tracking branch 'cnjinhao/develop' into develop | 2017-07-25 22:32:09 +02:00 |  | 
			
				
					| 
							
							
								 qPCR4vir | c05a11e605 | doxy listbox | 2017-07-25 22:30:25 +02:00 |  | 
			
				
					| 
							
							
								 Jinhao | 27e1d7aff5 | add textbox::content_origin | 2017-07-25 07:57:48 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 7371bd0525 | add comment | 2017-07-23 22:57:01 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | a4f7d46eee | add new features to listbox a method to enable/disable the number of items
methods about expanding category
methods about category icons | 2017-07-22 23:04:43 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 0cfd06b23f | add new inputbox::boolean other fixes for width of inputbox's elements | 2017-07-20 23:46:20 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 64dbd2100c | fix bug that graphics::make({0, 0}) behaves differently between Windows and Linux | 2017-07-17 22:31:29 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | cb6191cc88 | fix crash error when operate a closed treebox | 2017-07-17 00:37:30 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 822a762804 | fix bug that textbox::caret_pos() doesn't move the caret | 2017-07-16 21:42:24 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 887554b1b9 | fix bug that _m_paste_children wouldn't work well in refresh_tree added contributor information | 2017-07-15 11:53:06 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | fc36efce0c | Merge branch 'double-click' of https://github.com/os12/nana into os12-double-click | 2017-07-15 01:30:11 +08:00 |  | 
			
				
					| 
							
							
								 Oleg Smolsky | e8755e6283 | Added Windows-style mouse double-click to the textbox - the word under cursor is selected with double-click now
 - tested in both editable and read-only modes
This addresses #226. | 2017-07-12 10:46:45 -07:00 |  | 
			
				
					| 
							
							
								 Jinhao | d1d03c9c0a | code refined | 2017-07-11 23:27:45 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | d4fb5a226f | fix issues that nuwen/TDM MinGW distro | 2017-07-08 04:22:26 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 50db6f81f0 | fix bug that C++14 detection uses a wrong number | 2017-07-07 22:50:41 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | bd5e9fdc4a | fix issues on different MinGW distro | 2017-07-07 08:34:34 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 735de4f032 | fix logical error on detecting std::clamp feature | 2017-07-02 22:58:31 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 4bc03d038a | code refined | 2017-07-02 13:05:33 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 9ff1ea4605 | avoid introducing <algorithm> for MSVC | 2017-07-02 13:01:53 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 8b3589c493 | Merge branch 'Red-Portal-patch-1' of https://github.com/Red-Portal/nana into Red-Portal-Red-Portal-patch-1 | 2017-07-02 04:58:03 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | afd8225875 | fix bugs that button renderer generated bad values if it zero-size | 2017-07-01 07:32:45 +08:00 |  | 
			
				
					| 
							
							
								 Ray Kim | 4d2921e31b | Fixed stdc++.hpp build error on gcc 7 included algorithm in c++defines.hpp
this fixes std::clamp's feature test which was not working. | 2017-06-27 02:59:58 +09:00 |  | 
			
				
					| 
							
							
								 Ray Kim | 03642b8e3f | Fixed build error compiler didn't understand std::function
include ```<functional>``` | 2017-06-26 03:05:23 +09:00 |  | 
			
				
					| 
							
							
								 Jinhao | cbb42259bd | Merge branch 'hotfix-1.5.1' into develop | 2017-06-21 22:52:47 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | ad55c51a3e | small fixes | 2017-06-21 22:42:22 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 74dedb9506 | add noexcept | 2017-06-18 10:10:30 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | b5db21567f | add new methods to textbox for line count | 2017-06-18 05:08:51 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 0b4dc1904b | fix compiler errors/warnings for clang 5.0 | 2017-06-11 11:33:52 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 3cefaa3506 | Merge branch 'hotfix-1.5.1' into develop | 2017-06-08 21:40:32 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | a87703d418 | refactor functions | 2017-05-31 22:36:56 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 2f21c33392 | remove deprecated code | 2017-05-30 04:50:10 +08:00 |  | 
			
				
					| 
							
							
								 Leonardo Backes Vargas | a92b3e4274 | Fix constness on const functions with nana::any and related casts. | 2017-05-28 12:16:26 -03:00 |  | 
			
				
					| 
							
							
								 Jinhao | 56e7f5ea4d | remove deprecated code | 2017-05-27 00:40:17 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | e25b41396e | Merge branch 'hotfix-1.5.1' into develop | 2017-05-23 05:50:13 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | a4f15f7bb0 | refactor text_editor fix issues that caret works incorrectly in line-wrapped mode. | 2017-05-23 04:22:08 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 582df4c5d4 | fix issue of listbox header margin | 2017-05-19 06:19:42 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | df6c707356 | add locale header | 2017-05-12 07:42:17 +08:00 |  | 
			
				
					| 
							
							
								 Jinhao | 2281617aa1 | Merge branch 'hotfix-1.5' into develop | 2017-05-10 06:02:17 +08:00 |  |