index
:
interesting/andlabs-ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
table_windows.c
Age
Commit message (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-28
Decided to defer Table WM_MOUSELEAVE (Windows) to later.
Pietro Gagliardi
2014-08-27
Removed wParam from handle() in table_Windows.c as it appears neitehr Control...
Pietro Gagliardi
2014-08-25
Added cleanup of Windows image lists.
Pietro Gagliardi
2014-08-25
Implemented changing themes in Windows Tables. Phew...
Pietro Gagliardi
2014-08-25
Stored the HIMAGELIST in the tableData struct. Now to store the HTHEME too...
Pietro Gagliardi
2014-08-25
Fixed a stupid typo. I'm an idiot.
Pietro Gagliardi
2014-08-25
Switched the image list stuff to a static function/message pair.
Pietro Gagliardi
2014-08-25
Dropped checkboxImageList. This is the first of a multi-part commit stream be...
Pietro Gagliardi
2014-08-25
Started writing the framework for having each Table on Windows to maintain th...
Pietro Gagliardi
2014-08-20
Changed tableOnSelection() to tableSelectionChanged() in the Windows files fo...
Pietro Gagliardi
2014-08-20
Added Table.OnSelected() and implemented it on Windows.
Pietro Gagliardi
2014-08-20
Added code to try to figure out the bheavior of WIndows Tables for adding an ...
Pietro Gagliardi
2014-08-18
Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick Window...
Pietro Gagliardi
2014-08-18
Added Table.Selected()/Table.Select() and implemented them on Windows.
Pietro Gagliardi
2014-08-17
Improved Table checkbox simulation on Windows.
Pietro Gagliardi
2014-08-17
Fixed Windows Table checkboxes on Windows XP.
Pietro Gagliardi
2014-08-17
Finished the implementation of checkboxes on Windows Tables.
Pietro Gagliardi
2014-08-17
Implemented Windows Table checkbox clicking.
Pietro Gagliardi
2014-08-17
Fixed up hover handling. Thanks to Jonathan Potter on Stack Overflow.
Pietro Gagliardi
2014-08-17
Implemented hover-to-hot on Windows Table checkboxes.
Pietro Gagliardi
2014-08-17
Began implementing checkboxes in the Windows Table.
Pietro Gagliardi
2014-08-16
Added image lists to Tables and added them to the Windows backend... mostly. ...
Pietro Gagliardi
2014-08-14
Stripped C-style comments from C sources and headers where appropriate.
Pietro Gagliardi
2014-08-14
Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X b...
Pietro Gagliardi
2014-08-13
Removed TODO about using LVITEM memory for Tables on Windows. I would still n...
Pietro Gagliardi
2014-08-06
Disabled Table column autoresizing on Windows for now as it causes weird bugs...
Pietro Gagliardi
2014-08-06
Implemented reasonable table column autosizing on Windows.
Pietro Gagliardi
2014-08-01
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...
Pietro Gagliardi
2014-07-29
Added #include "_cgo_export.h" to table_windows.c.
Pietro Gagliardi
2014-07-28
Set up some extended styles on Windows Tables for consistency and future feat...
Pietro Gagliardi
2014-07-28
Implemented Table item text grabbing on Windows.
Pietro Gagliardi
2014-07-28
Began the implementation of Table on Windows.
Pietro Gagliardi