Pietro Gagliardi
|
72c7c05f04
|
Fixed up AddColumn parameter and private fields names; made them consistent.
|
2018-06-24 09:52:01 -04:00 |
Pietro Gagliardi
|
74ec21f4c7
|
Turned the direct method calls on uiTableModel into functions to make the call sites look a bit cleaner. More stuff will go into common/tablemodel.c...
|
2018-06-23 23:35:42 -04:00 |
Pietro Gagliardi
|
f180423096
|
Integrated tablemetrics.cpp into tableediting.cpp and added resize-on-type.
|
2018-06-20 18:47:55 -04:00 |
Pietro Gagliardi
|
5ae45a1fcb
|
Integrated tablemetrics.cpp with tabledraw.cpp.
|
2018-06-20 18:03:56 -04:00 |
Pietro Gagliardi
|
df59eee783
|
Renamed tableevents.cpp to the more accurate tableediting.cpp.
|
2018-06-20 10:45:14 -04:00 |
Pietro Gagliardi
|
25a443f4f2
|
Handled the finished-editing cases I can right now. It is... mostly good???????????? IListView is very tantalizing now...
|
2018-06-19 23:07:24 -04:00 |
Pietro Gagliardi
|
51f98d1f7b
|
Started implementing the edit control for our table view.
|
2018-06-17 17:56:45 -04:00 |
Pietro Gagliardi
|
799c613a6f
|
Added code for detecting that text is to be edited. Now for actually implementing editing text.
|
2018-06-17 15:06:45 -04:00 |
Pietro Gagliardi
|
6d0b276d6d
|
Started handling table events. This covers checkboxes and buttons.
|
2018-06-17 11:48:39 -04:00 |
Pietro Gagliardi
|
c7555dcfd3
|
Started a more flexible indeterminate-state implementation. Now to build and test it.
|
2018-06-16 19:05:36 -04:00 |
Pietro Gagliardi
|
c978f6fece
|
Started indeterminate progress bars. This is gonna be interesting.
|
2018-06-16 18:06:44 -04:00 |
Pietro Gagliardi
|
bcab521311
|
And consolidated the LVN_DISPINFO handlers. Everything's a lot cleaner now too, woo!
|
2018-06-16 12:33:16 -04:00 |
Pietro Gagliardi
|
f852359acb
|
Fixed build errors. The image list selection part works, at least!! Let's figure out why nothing else does.
|
2018-06-15 23:00:39 -04:00 |
Pietro Gagliardi
|
43bb983f5b
|
Wrote new (incomplete) image drawing code. Now to build and test.
|
2018-06-15 22:50:39 -04:00 |
Pietro Gagliardi
|
e6da33121e
|
And integrated tabledraw.cpp. It works, barring some technical gltiches. It also makes me realize the alpha blending issue was my fault...
|
2018-06-15 10:04:32 -04:00 |
Pietro Gagliardi
|
c79f9b4ecd
|
Added bitmap margins to the draw parameters. We'll need it later.
|
2018-06-13 21:46:28 -04:00 |
Pietro Gagliardi
|
caa0688687
|
Started drawing uiTable text. We're drawing fully manually from here on out. Also fixed LVIF_INDENT settings and a few other things.
|
2018-06-13 21:07:58 -04:00 |
Pietro Gagliardi
|
c01b010fd7
|
Fixed memory corruption issues. See code for details.
|
2018-06-13 08:30:00 -04:00 |
Pietro Gagliardi
|
f28c97d4d6
|
Switched checkboxes from postpaint to prepaint and turned off drawing everything while we slowly transition everything over.
|
2018-06-12 08:17:31 -04:00 |
Pietro Gagliardi
|
e52373c59a
|
Reintegrated wintablemetrics, properly this time (for the most part). It works. Now we can start switching to custom-drawing everything.
|
2018-06-12 07:58:27 -04:00 |
Pietro Gagliardi
|
94a3397894
|
Tried to resolve checkboxes appearing selected. It doesn't work fully yet, so the actual drawing that makes it work is disabled for now. But the handler for NM_CUSTOMDRAW now has a hook to become cleaner in the future.
|
2018-06-10 17:38:51 -04:00 |
Pietro Gagliardi
|
c22f643df7
|
More image and checkbox fixups. Next: themed checkboxes.
|
2018-06-10 10:43:29 -04:00 |
Pietro Gagliardi
|
a3feb425a1
|
Started splitting image and checkbox stuff into its own file. Also started adopting HRESULT returns everywhere, because why not make the conversion to it later slightly easier by starting now.
|
2018-06-10 00:51:50 -04:00 |