65 Commits

Author SHA1 Message Date
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
Jinhao
fb3b1d51d4 code review 2015-10-22 00:02:27 +08:00
Jinhao
c6f2f28f81 code review 2015-10-20 02:27:03 +08:00
Jinhao
6f71fe7f76 code review 2015-10-20 00:59:12 +08:00
Jinhao
65f5d5f494 fix place 2 issues
calc dockable field size with wrong size for the percentage weight
crash when access a non-existing dockable field
2015-10-19 20:53:46 +08:00
Jinhao
cb4bb7d60e fix a crash of API::root 2015-10-14 22:20:51 +08:00
Jinhao
84f071dc95 fix some compiler errors(clang) 2015-10-13 23:16:25 +08:00
Jinhao
1b5aed2e5f code reviews 2015-10-13 01:38:53 +08:00
Jinhao
500aa030ae fix an issue that weight is ignored by dockpane 2015-10-09 00:18:27 +08:00
Jinhao
b6dd03e2d5 some small place fixes 2015-09-23 23:59:31 +08:00
Jinhao
8d4ffa068d improve re-div of a dock place 2015-09-22 23:41:55 +08:00
Jinhao
8dcd730715 improve dockpane caption 2015-09-21 23:43:00 +08:00
Jinhao
c04751ac1a remove some compiler warning 2015-09-20 23:34:57 +08:00
Jinhao
460490040e improve dockable place
add a new API::at_safe_place()
2015-09-20 23:21:44 +08:00
Jinhao
5d2127e613 improve dockpane factory 2015-09-19 05:18:15 +08:00
Jinhao
65a876cc74 the dockpane splitbar is done 2015-09-07 09:12:51 +08:00
Jinhao
b453529366 add process of dockpane's splitbar 2015-09-07 08:55:49 +08:00