Jinhao
|
da70334459
|
Merge branch 'hotfix-1.5.6' into develop
|
2018-05-17 16:09:59 +08:00 |
|
Jinhao
|
2ce98087bc
|
fix bug that place::modify generates a bad div text
|
2018-05-17 16:08:22 +08:00 |
|
Jinhao
|
2cf374705f
|
Merge branch 'hotfix-1.5.6' into develop
|
2018-04-12 15:49:30 +08:00 |
|
Jinhao
|
dbf898cc50
|
new switchable field
|
2018-03-13 11:15:29 +08:00 |
|
Jinhao
|
9690c38b83
|
fix crash that occurs when place::modify a field which isn't leftmost one
|
2018-03-02 03:39:25 +08:00 |
|
qPCR4vir
|
708152ed78
|
FEATURE: use width and height instead of weight
|
2017-10-20 02:11:39 +02:00 |
|
Jinhao
|
2cf0adf777
|
small modification
|
2017-08-31 04:41:43 +08:00 |
|
Jinhao
|
93514186d5
|
fix some typo
|
2017-06-08 21:45:00 +08:00 |
|
Jinhao
|
d386400d1c
|
fix issue that place may break the visibility of tab panels
|
2017-05-05 04:47:43 +08:00 |
|
Jinhao
|
0511a300d6
|
improve place fit when margin is given
|
2017-04-29 11:24:35 +08:00 |
|
Jinhao
|
94bb4103f8
|
add new method for place.splitter renderer
|
2017-04-15 11:08:13 +08:00 |
|
Jinhao
|
431f0af893
|
fix syntax errors and warnings
|
2017-03-17 07:29:34 +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
|
f43d54d7e2
|
code refine
|
2017-03-04 07:53:06 +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
|
78c404bf9b
|
init place field with weight when min/max is specified
|
2016-12-13 07:25:49 +08:00 |
|
Jinhao
|
abe2f0687f
|
fix some compiler warnings and errors for GCC
|
2016-11-27 12:39:26 +08:00 |
|
Jinhao
|
8fe39df8b4
|
fix an issue of place number type(#157)
missing conversion from real to percent
|
2016-10-06 08:53:17 +08:00 |
|
Jinhao
|
5383d85cc0
|
add support of div-text update for splitter(#157)
|
2016-10-05 09:41:44 +08:00 |
|
Jinhao
|
fb27eece33
|
change some names base on #156
|
2016-10-03 05:36:13 +08:00 |
|
Jinhao
|
2614c55e30
|
Merge branch 'develop' of https://github.com/dankan1890/nana into dankan1890-develop
|
2016-10-03 05:22:40 +08:00 |
|
Jinhao
|
d8ce7ea1ba
|
fix the issue of place find_str(#156)
|
2016-10-03 05:11:00 +08:00 |
|
dankan1890
|
e5c14570cb
|
fix exact match in find_idstr. (note: removed isalpha, isalnum already performs that check)
|
2016-10-02 22:17:59 +02:00 |
|
dankan1890
|
818c7459e7
|
place::modify() now correctly updates the text to place::div_text.
Note: I reverted the previous commit because it had an incorrect formatting.
|
2016-09-29 14:00:45 +02:00 |
|
dankan1890
|
00e9c0a21f
|
reverted
|
2016-09-29 13:56:36 +02:00 |
|
dankan1890
|
3c2b36ead8
|
place::modify() now correctly updates the place::div_text.
|
2016-09-29 13:54:12 +02:00 |
|
Jinhao
|
830839ae27
|
add place::div() to return the div text
introduce keywords 'undisplayed' and 'invisible' into div-text
|
2016-09-28 07:47:53 +08:00 |
|
Jinhao
|
daccf87912
|
Merge branch 'hotfix-1.4' into develop
|
2016-08-17 23:49:43 +08:00 |
|
Jinhao
|
c296d433f4
|
fix issue that XCreatePixmap may fail if 0-size window
|
2016-08-16 07:19:09 +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
|
9b91d3b55f
|
listbox and place code refined
|
2016-07-13 23:00:03 +08:00 |
|
Jinhao
|
5d5a808b2d
|
remove overloading assignment operator of rectangle
|
2016-07-13 08:00:59 +08:00 |
|
Jinhao
|
8c7051566c
|
optimize binary size
|
2016-07-01 23:43:48 +08:00 |
|
Leonardo Backes Vargas
|
767c57d2b8
|
Updates the place::dock_create to return the widget created by the factory function.
|
2016-04-25 10:05:21 -03:00 |
|
Jinhao
|
116787072f
|
Merge branch 'hotfix-1.3' into develop
|
2016-04-18 15:16:03 +08:00 |
|
Jinhao
|
afa253f924
|
capture_window is deprecated in favor of set_capture/release_capture
|
2016-04-17 06:06:33 +08:00 |
|
Jinhao
|
8ec21827a0
|
ignore warnings which are generated by -Weffc++
|
2016-03-18 22:17:13 +08:00 |
|
Jinhao
|
6b6b527007
|
eliminate -Wextra and -pedantic warnings
|
2016-03-15 15:46:28 +08:00 |
|
Jinhao
|
a839cf8deb
|
optimize generated binary size
|
2016-02-19 00:49:32 +08:00 |
|
Jinhao
|
d3120cbf35
|
optimize generated binary size
|
2016-02-18 01:01:55 +08:00 |
|
Jinhao
|
f8991cbbd9
|
fix splitter bar weird behavior
|
2016-02-17 00:42:55 +08:00 |
|
Jinhao
|
325961a277
|
remove utf8_cast functions
|
2016-01-22 00:46:10 +08:00 |
|
Jinhao
|
689738acb1
|
Merge branch 'hotfix-1.2' into prepare-utf8
|
2015-12-08 01:57:44 +08:00 |
|
Jinhao
|
3863a0dc60
|
improve the detection for GCC
|
2015-12-05 14:03:46 +08:00 |
|
Jinhao
|
babcacd63d
|
Merge branch 'hotfix-1.2' into prepare-utf8
|
2015-12-04 23:44:11 +08:00 |
|
qPCR4vir
|
3ad8f5a641
|
Simplify CMake file and config.h
|
2015-12-03 20:24:20 +01:00 |
|
Jinhao
|
b35f293b9e
|
replace string parameter of image's constructor with filesystem::path
|
2015-11-30 00:58:29 +08:00 |
|
Jinhao
|
12358a5dc0
|
change some APIs for accepting utf8
|
2015-11-27 01:54:26 +08:00 |
|
Jinhao
|
f715fb613e
|
fix resize and spliter issues of dockable window
|
2015-11-12 01:54:35 +08:00 |
|