226 Commits

Author SHA1 Message Date
Jinhao
196d0bf351 Merge branch 'hotfix-1.5.6' into feature-listbox 2018-01-07 04:20:52 +08:00
Jinhao
5653bd2416 fix crash where listbox::item_proxy==str 2017-12-13 06:28:12 +08:00
Jinhao
dddd704786 Merge branch 'hotfix-1.5.5' into feature-listbox 2017-11-22 03:54:49 +08:00
Jinhao
bbc2dc2aea rename pixels() to width_px() 2017-11-22 00:29:09 +08:00
Jinhao
b71427334a listbox header font 2017-11-21 17:20:47 +08:00
Jinhao
0796c1540b fix issue that listbox scheme mouse_wheel.lines has no effect 2017-11-01 11:57:52 +08:00
Jinhao
94ab3b9f78 fix bug that dropdown list of combox may excess screen 2017-10-20 04:19:35 +08:00
Jinhao
99a0cd2f8d fix issue that listbox selected event behaves incorrectly in single mode
In single selection mode, the selected event is firstly raised for the
deselecting item. It is different from the selected event in
multi-selection mode.
2017-10-17 03:35:04 +08:00
Jinhao
29fc286ba3 fix bug that throws exception in listbox::column_at(#248) 2017-08-31 04:36:09 +08:00
Jinhao
4e18d81f90 fix bug that listbox incorrect scrolls if content is sorted(#245) 2017-08-24 05:49:19 +08:00
Jinhao
65b1ee1e95 fix bug that inline-widgets positioned wrong column 2017-08-16 07:11: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
130ba79705 remove unused variable 2017-07-17 07:10:58 +08:00
Jinhao
f160710c92 fix bug that scroll() wouldn't work when avoid_drawing 2017-07-14 07:49:16 +08:00
Jinhao
eef08b8a28 fix bug that es_lister::scroll wouldn't work well 2017-07-13 03:29:40 +08:00
Jinhao
a937c6d8c5 code refined 2017-06-21 23:25:02 +08:00
Jinhao
cbb42259bd Merge branch 'hotfix-1.5.1' into develop 2017-06-21 22:52:47 +08:00
Jinhao
33321d73de fix logic and crash errors of listbox box selection 2017-06-17 10:48:24 +08:00
Jinhao
8044cb0b34 fix some bugs of listbox box selection 2017-06-13 23:25:58 +08:00
Jinhao
40cfe5f404 fix bug that listbox would crash when selects category by box selection 2017-06-13 06:00:30 +08:00
Jinhao
0b4dc1904b fix compiler errors/warnings for clang 5.0 2017-06-11 11:33:52 +08:00
Jinhao
d384a6a8e7 fix issue that graphics::gradual_rectangle modifies fgcolor unexpectedly 2017-06-04 05:47:57 +08:00
Jinhao
a87703d418 refactor functions 2017-05-31 22:36:56 +08:00
Jinhao
39142e18be remove deprecated code 2017-05-27 00:42:48 +08:00
Jinhao
582df4c5d4 fix issue of listbox header margin 2017-05-19 06:19:42 +08:00
Jinhao
ced53b3927 fix bug that listbox wouldn't update when clicks on blank area 2017-05-13 08:14:43 +08:00
Jinhao
e2910ce5d9 fix issue that Ctrl+A selects all items in single-selection listbox(#205) 2017-05-13 08:07:57 +08:00
Jinhao
526f3d6d6b fix issue that listbox::erase(item_proxy) wouldn't erase item 2017-05-03 07:37:24 +08:00
Jinhao
58cb215f7b fix combox content measure 2017-04-29 01:50:56 +08:00
Jinhao
2ff8a1c729 add new platform_abstraction
add support of loading ttf file
2017-04-26 08:04:25 +08:00
Jinhao
970412a3db coe refine 2017-04-19 04:58:20 +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
1174f2f633 code refine 2017-03-24 06:34:51 +08:00
Jinhao
b890f2fad7 fix some listbox bugs 2017-03-19 22:53:40 +08:00
Jinhao
431f0af893 fix syntax errors and warnings 2017-03-17 07:29:34 +08:00
Jinhao
8e53602c79 add selection_box to listbox scheme 2017-01-25 23:25:56 +08:00
Jinhao
921742a345 fix syntax error and add workarounds for libstdc++ 2017-01-17 06:10:47 +08:00
Jinhao
923c0c8784 add a new class intermediary for scrolling content 2017-01-13 05:57:10 +08:00
Jinhao
c35eb87e0d autoscroll when dragging mouse outside the listbox 2016-12-24 03:22:12 +08:00
Jinhao
01f5b6acec code refine 2016-12-19 07:38:51 +08:00
Jinhao
9e21c898b9 some changes 2016-12-17 06:46:01 +08:00
Jinhao
7535db186c Merge branch 'hotfix-1.4.1' into feature-listbox 2016-12-13 08:58:31 +08:00
Jinhao
8b68633ee0 add noexcept 2016-12-13 08:44:43 +08:00
Jinhao
99a226e09c fix issue in column_cast 2016-12-11 11:40:19 +08:00
Jinhao
b9d8ac3f9d fix column_cast doesn't ignore invisible column 2016-12-10 14:26:22 +08:00
Jinhao
8e10f743e1 add functions to convert positions of listbox column 2016-12-10 08:50:05 +08:00
Jinhao
c1cfd283e2 new parameter of dataexch 2016-12-06 02:21:12 +08:00
dankan1890
d3743b4ccd Sorry for this. 2016-11-30 22:14:01 +01:00
dankan1890
b8be0c19a7 fixed 'invisible' checks and images in listbox with cells with a custom format enabled. 2016-11-28 08:40:55 +01:00