Searched hist:"621200 ebbd67f15ca5d0d061675409960bfe0b52" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/kits/interface/ |
H A D | OutlineListViewTest.cpp | 621200ebbd67f15ca5d0d061675409960bfe0b52 Sun Jan 28 19:47:44 UTC 2024 Máximo Castañeda <antiswen@yahoo.es> BOutlineListView: fix ItemUnderAt and accept NULL as superitem
ItemUnderAt was returning items that were not under the superitem (this was fixed for EachItemUnder in hrev52210). Make a NULL superitem mean the parent of the topmost items. Despite not being explicitly documented in the BeBook, that's how BeOS works, the MenuWorld test app uses it and, well, it's handy.
Change-Id: I2551e8ce874a6238c5e5fb1eb742e68e62d3928a Reviewed-on: https://review.haiku-os.org/c/haiku/+/7359 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
/haiku/docs/user/interface/ |
H A D | OutlineListView.dox | 621200ebbd67f15ca5d0d061675409960bfe0b52 Sun Jan 28 19:47:44 UTC 2024 Máximo Castañeda <antiswen@yahoo.es> BOutlineListView: fix ItemUnderAt and accept NULL as superitem
ItemUnderAt was returning items that were not under the superitem (this was fixed for EachItemUnder in hrev52210). Make a NULL superitem mean the parent of the topmost items. Despite not being explicitly documented in the BeBook, that's how BeOS works, the MenuWorld test app uses it and, well, it's handy.
Change-Id: I2551e8ce874a6238c5e5fb1eb742e68e62d3928a Reviewed-on: https://review.haiku-os.org/c/haiku/+/7359 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
/haiku/headers/os/interface/ |
H A D | OutlineListView.h | 621200ebbd67f15ca5d0d061675409960bfe0b52 Sun Jan 28 19:47:44 UTC 2024 Máximo Castañeda <antiswen@yahoo.es> BOutlineListView: fix ItemUnderAt and accept NULL as superitem
ItemUnderAt was returning items that were not under the superitem (this was fixed for EachItemUnder in hrev52210). Make a NULL superitem mean the parent of the topmost items. Despite not being explicitly documented in the BeBook, that's how BeOS works, the MenuWorld test app uses it and, well, it's handy.
Change-Id: I2551e8ce874a6238c5e5fb1eb742e68e62d3928a Reviewed-on: https://review.haiku-os.org/c/haiku/+/7359 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
/haiku/src/kits/interface/ |
H A D | OutlineListView.cpp | 621200ebbd67f15ca5d0d061675409960bfe0b52 Sun Jan 28 19:47:44 UTC 2024 Máximo Castañeda <antiswen@yahoo.es> BOutlineListView: fix ItemUnderAt and accept NULL as superitem
ItemUnderAt was returning items that were not under the superitem (this was fixed for EachItemUnder in hrev52210). Make a NULL superitem mean the parent of the topmost items. Despite not being explicitly documented in the BeBook, that's how BeOS works, the MenuWorld test app uses it and, well, it's handy.
Change-Id: I2551e8ce874a6238c5e5fb1eb742e68e62d3928a Reviewed-on: https://review.haiku-os.org/c/haiku/+/7359 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
|