98 Commits

Author SHA1 Message Date
Jinhao
02facbd4cc Update README.md 2015-03-13 14:41:45 +08:00
Jinhao
19339c5239 Update README.md 2015-03-13 14:39:57 +08:00
Jinhao
70dabd9687 Merge branch 'develop' 2015-03-01 22:45:54 +08:00
Jinhao
0df28e13e1 minor revision 2015-03-01 22:40:16 +08:00
Jinhao
57bd96a6ca Merge branch 'hotfixes-1.0' into develop 2015-03-01 22:16:17 +08:00
Jinhao
22a75669c3 Merge branch 'kirbyfan64-develop' into develop 2015-02-28 00:40:28 +08:00
Ryan Gonzalez
42af001020 Fix Linux builds 2015-02-26 19:00:03 -06:00
Jinhao
9fbe14e2de code reviews 2015-02-26 02:35:19 +08:00
Jinhao
d3d46705f3 stop intercepting the WM_SYSCHAR keys 2015-02-26 00:37:49 +08:00
Jinhao
e721cfa51f support of unimplemented std::regex 2015-02-25 22:15:02 +08:00
Jinhao
0d8daca12f fix intercept of system key to respone Alt+F4 2015-02-25 18:18:33 +08:00
Jinhao
aa179dbfd9 fix slider knob precision issue 2015-02-25 17:18:13 +08:00
Jinhao
c2cb89f024 improve inputbox
fix some inputbox issues
add a new inputbox::path class
2015-02-25 01:00:27 +08:00
Jinhao
f454a965be improve inputbox 2015-02-24 17:03:17 +08:00
Jinhao
022f7168c0 improve picture widget stretchable mode 2015-02-23 18:05:18 +08:00
Jinhao
d7a0d6f7d3 support of display images in inputbox 2015-02-23 01:45:00 +08:00
Jinhao
723dea218d improve nana::picture 2015-02-23 01:43:23 +08:00
Jinhao
baa8f4a9e9 fixed an integer overflow issue 2015-02-23 01:23:34 +08:00
Jinhao
ced13132a4 Merge branch 'roberthauck-master' into hotfixes-1.0 2015-02-17 23:46:12 +08:00
Jinhao
8eec17b227 Merge branch 'master' of https://github.com/roberthauck/nana into roberthauck-master 2015-02-17 23:45:45 +08:00
Jinhao
ef705bbb5a add tip string and mask character for inputbox::text 2015-02-17 23:14:39 +08:00
Robert Hauck
b755c24804 - Disable annoying VS warnings
- Option to enable multiprocessor build on VS
- Move all options to CMake:
   - Unicode
   - Platform specs
2015-02-17 10:47:49 +01:00
Jinhao
0ffa3e54ca some improvements 2015-02-17 04:03:55 +08:00
Jinhao
4385ac623d add fps modifier for animation 2015-02-16 06:59:56 +08:00
cnjinhao
c417f15b03 add contributor information 2015-02-12 02:45:16 +08:00
cnjinhao
eef7ed27ad Merge branch 'roberthauck-master' into hotfixes-1.0 2015-02-12 02:42:24 +08:00
Robert Hauck
0fa61b0c95 make libpng only selectable when using png 2015-02-11 14:02:55 +01:00
Robert Hauck
0464e8e5d7 missing include 2015-02-11 13:57:48 +01:00
Robert Hauck
68caee5c2b fix for linux build (Fedora 21) 2015-02-11 13:48:59 +01:00
Robert Hauck
5afe02cdd4 wrong defines 2015-02-11 13:32:27 +01:00
Robert Hauck
73a5352796 fix for libpng 2015-02-11 13:23:01 +01:00
cnjinhao
710ffb29ff Merge branch 'develop' 2015-02-08 07:14:51 +08:00
cnjinhao
274155b1da improve the spinbox and inputbox
improve the input check for spinbox
add a verifier to check user input for inputbox
2015-02-07 11:47:45 +08:00
cnjinhao
e0a9a94a8b fix clang compiling errors 2015-02-06 07:23:17 +08:00
cnjinhao
81a50fd84f Add support CSS color text for class nana::color 2015-02-06 01:45:17 +08:00
cnjinhao
fd5ff571a7 get ready for Linux 2015-02-04 10:26:08 +08:00
cnjinhao
ec78324743 Merge branch 'ierofant-develop' into develop 2015-02-04 01:37:01 +08:00
cnjinhao
38552b855b make all internal event handlers unignorable 2015-02-04 01:34:50 +08:00
cnjinhao
91f88bf6d4 add author info for cmake configuration 2015-02-04 01:21:16 +08:00
cnjinhao
f1f0efd956 Merge branch 'develop' of https://github.com/ierofant/nana into ierofant-develop 2015-02-04 00:49:34 +08:00
Andrew Kornilov
49fb74cdd1 Add CMake configuration 2015-02-03 00:59:28 +03:00
cnjinhao
9627a05280 fixed a listbox header display issue. 2015-02-03 01:50:32 +08:00
cnjinhao
60474150f5 Merge branch 'feature-draw-through' into develop 2015-02-02 19:17:44 +08:00
cnjinhao
2341ea18a9 fix 2015-02-02 19:16:55 +08:00
cnjinhao
04afbe9df9 Merge branch 'hotfixes-0.9.1' into develop
Conflicts:
	include/nana/gui/widgets/progress.hpp
	source/gui/widgets/date_chooser.cpp
	source/gui/widgets/progress.cpp
	source/gui/widgets/treebox.cpp
2015-02-02 18:55:23 +08:00
cnjinhao
0dc50058cb improve listbox
add single selection
fix item display issue when it is checkable
2015-02-02 09:49:17 +08:00
cnjinhao
46f8182c50 add event stop_propagation 2015-02-01 17:12:19 +08:00
cnjinhao
fc76758197 improve inputbox 2015-01-31 17:00:39 +08:00
cnjinhao
50f4bd79ce Add text_changed event for combox, spinbox and textbox 2015-01-31 04:17:34 +08:00
cnjinhao
7c93980530 add a parameter check 2015-01-29 07:12:06 +08:00