beru
|
a596c7f64e
|
fix typos
|
2019-04-14 14:49:01 +09:00 |
|
Jinhao
|
88294ed9fb
|
Merge branch 'hotfix-1.6.2' into develop-1.7
|
2018-12-29 07:18:03 +08:00 |
|
Jinhao
|
93df609520
|
fix bug that label renders an additional endline(#365)
|
2018-12-14 07:14:04 +08:00 |
|
Jinhao
|
43d85b300a
|
fix a label's bug in wrap mode
|
2018-12-12 00:23:06 +08:00 |
|
Jinhao
|
b6028f8079
|
fix bug that font is missing when measure a zero-sized label
|
2018-10-01 07:43:57 +08:00 |
|
Jinhao
|
2c3d75c709
|
fix bug of C++ feature detection(#338)
|
2018-09-25 02:07:15 +08:00 |
|
Jinhao
|
a41eb44714
|
fix bug that label uses all ram when its width is zero.
|
2018-09-17 07:48:23 +08:00 |
|
Jinhao
|
986c635548
|
refactoring label
|
2018-09-02 07:49:43 +08:00 |
|
Jinhao
|
745a228dae
|
refine the label
|
2018-08-31 06:27:47 +08:00 |
|
Jinhao
|
1145e3d5cd
|
fix crash that occurs when rendering an empty label(#333)
|
2018-08-28 07:31:05 +08:00 |
|
Jinhao
|
81d667dbd7
|
using C++17 emplace return type
|
2018-08-27 06:51:20 +08:00 |
|
Jinhao
|
fe185e382b
|
remove deprecated code
|
2018-08-26 17:45:24 +08:00 |
|
Jinhao
|
79c3439231
|
fix bug that label word wrap fails for Japanese(#330)
word break error
new unicode word break
reimplement label word wrap for significant design error
|
2018-08-19 05:53:08 +08:00 |
|
Jinhao
|
e47f545b4d
|
add scheme and caption alignment to group widget.
|
2018-06-12 03:03:40 +08:00 |
|
Jinhao
|
fc7743cbe2
|
std::string_view
|
2018-06-09 01:21:10 +08:00 |
|
Jinhao
|
3427181405
|
std::string_view
|
2018-06-07 03:41:08 +08:00 |
|
Jinhao
|
be836b5b48
|
apply folding expression and std::optional
|
2017-12-23 00:10:10 +08:00 |
|
Jinhao
|
5f77c73aaa
|
no throw()
|
2017-12-19 03:30:38 +08:00 |
|
Jinhao
|
a87703d418
|
refactor functions
|
2017-05-31 22:36:56 +08:00 |
|
Jinhao
|
54537f35f5
|
fix font_size issue that would cause crash
|
2017-04-27 03:39:50 +08:00 |
|
Jinhao
|
2ff8a1c729
|
add new platform_abstraction
add support of loading ttf file
|
2017-04-26 08:04:25 +08:00 |
|
Jinhao
|
4e9646cf64
|
unify semantics of the blend methods
|
2017-04-15 11:30:16 +08:00 |
|
Jinhao
|
6cbf721f9d
|
improve all widgets for bground effects
|
2017-04-11 07:06:43 +08:00 |
|
Jinhao
|
f0dc62cc21
|
new vfit/hfit for place
added fit-content support for button/picture/combox/label
|
2017-03-15 23:39:39 +08:00 |
|
Jinhao
|
3e5c4133ce
|
finish basic work of fit-content
|
2017-02-25 02:49:57 +08:00 |
|
Jinhao
|
2bd1cf715f
|
add fit-content and improve place
|
2017-02-05 08:37:16 +08:00 |
|
Jinhao
|
6e86b6ae6c
|
refine code
fix bug that listbox may throw std::runtime when the modal is enabled
fix bug that textbox attachs a wrong event angent
|
2016-08-10 01:46:13 +08:00 |
|
Jinhao
|
6b6b527007
|
eliminate -Wextra and -pedantic warnings
|
2016-03-15 15:46:28 +08:00 |
|
Jinhao
|
325961a277
|
remove utf8_cast functions
|
2016-01-22 00:46:10 +08:00 |
|
Jinhao
|
a42ebe19b4
|
use UTF-8 for string representation
|
2015-12-31 01:09:52 +08:00 |
|
Jinhao
|
8fc84938bf
|
use UTF-8 for string representation
|
2015-12-14 00:30:03 +08:00 |
|
Jinhao
|
e8266b5ae8
|
add native_string_type for internal use
|
2015-12-03 01:49:44 +08:00 |
|
Jinhao
|
ed4d2af7dd
|
add various overlodings for widget::caption()
|
2015-12-01 01:17:06 +08:00 |
|
Jinhao
|
c86a00bea5
|
remove macro STR
|
2015-11-29 22:38:22 +08:00 |
|
Jinhao
|
12358a5dc0
|
change some APIs for accepting utf8
|
2015-11-27 01:54:26 +08:00 |
|
Jinhao
|
f4924ef2f8
|
add throw() for some functions
|
2015-08-03 01:37:36 +08:00 |
|
Jinhao
|
e0ee42d184
|
merge beru's changes
|
2015-08-02 03:33:43 +08:00 |
|
Jinhao
|
7d868f2377
|
Merge branch 'develop' of https://github.com/beru/nana into beru-develop
Conflicts:
source/gui/widgets/skeletons/text_editor.cpp
source/gui/widgets/textbox.cpp
source/paint/detail/image_bmp.hpp
source/paint/detail/image_ico.hpp
|
2015-08-01 22:08:06 +08:00 |
|
Jinhao
|
5bc1568f3e
|
change parameter type of click event from arg_mouse to arg_click
|
2015-07-21 01:14:23 +08:00 |
|
beru
|
80da9007ef
|
add functionality to associate label with other widget as a "for" attribute of HTML <label> element
|
2015-05-17 15:02:09 +09:00 |
|
Jinhao
|
3c4f8ae6d9
|
fix menubar behavior issue
no key_press and key_release after destroying caret under X11
missing some key_press events
menu text color issue
|
2015-04-21 22:33:18 +08:00 |
|
Jinhao
|
ed462870e0
|
update contributor info
|
2015-04-12 03:31:07 +08:00 |
|
Jinhao
|
e4382239e5
|
refactor the class screen
|
2015-03-22 11:19:27 +08:00 |
|
qPCR4vir
|
aa14b38008
|
fix: make panel and label have the same bgcolor as the owner
|
2015-03-20 12:12:29 +01: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
|
9a71f23ddd
|
Performance improvements
|
2015-01-09 08:12:20 +08:00 |
|
cnjinhao
|
ad7c36be3f
|
Renamed expr_color to color
|
2014-12-24 02:07:39 +08:00 |
|
cnjinhao
|
42788db077
|
Breaking changes for expr_color
expr_color is a temporary class name for new color type experiment.
|
2014-12-17 11:20:47 +08:00 |
|
cnjinhao
|
d0a317bd45
|
first init of 0.9
|
2014-12-11 03:32:35 +08:00 |
|