History log of /haiku/src/preferences/shortcuts/EditWindow.cpp
Revision Date Author Comments
# 583c561c 16-Jul-2019 Humdinger <humdingerb@gmail.com>

Button labels: "Ok" -> "OK"

All caps is our standard.


# abed891d 11-Apr-2015 Michael Lotz <mmlr@mlotz.ch>

Shortcuts: Fix use-after-free in EditWindow return.

Calling Quit() on the window deletes it, so using the fTextControl
member to get the result does not work.


# 149ce46d 09-Jan-2015 Adrien Destugues <pulkomandy@gmail.com>

Update Shortcuts to use standard ColumnListView

Patch by atalax (GCI2014)

There are some useability changes because our CLV isn't as flexible as
the Santa's Gift Bag one.

Fixes #11007.


# abed891d1ba9b4410d916bf4cc5daa4233b7072e 11-Apr-2015 Michael Lotz <mmlr@mlotz.ch>

Shortcuts: Fix use-after-free in EditWindow return.

Calling Quit() on the window deletes it, so using the fTextControl
member to get the result does not work.


# 149ce46d14fb60917b78e8f02343112f0ba96978 09-Jan-2015 Adrien Destugues <pulkomandy@gmail.com>

Update Shortcuts to use standard ColumnListView

Patch by atalax (GCI2014)

There are some useability changes because our CLV isn't as flexible as
the Santa's Gift Bag one.

Fixes #11007.