haiku/headers/private/shared
Adrien Destugues 31535ac63b Make BAboutWindow modal
Ã* Set its type to B_MODAL_WINDO, and also set B_NOT_MOVABLE
 * Since this removes the window tab, add an "Ok" button to close the window
 * Remove the GetWindow mess and just use it as any regular window
 * Adjust all callers again

The AlertPosition method doesn't seem to work right, the window pops up
offset to the right. I also noticed that some of our calls to BAboutWindow
are actually not reacable because we removed Abutrequested from the apps.
Maybe we should clean them up (locale preflet and activity monitor are examples)

More annoying is the fact that opening a modal window from a deskbar replicant
is modal against the whole deskbar. Not sure what to do about that.
2013-05-01 10:10:37 +02:00
..
AboutMenuItem.h Simplifying the BAboutMenuItem and adding it properly to the locale kit's DoCatalogs list. 2011-03-15 21:00:16 +00:00
AboutWindow.h Make BAboutWindow modal 2013-05-01 10:10:37 +02:00
ArgumentVector.h Add private shared class ArgumentVector 2012-07-20 23:32:58 +02:00
Array.h 64-bit fixes. Gets Debugger fully compiling on x86-64. 2012-08-08 19:40:51 -04:00
AutoDeleter.h Improve FileDescriptorCloser 2011-11-25 06:18:44 +01:00
AutoLocker.h
binary-utils.h
CalendarView.h Work on #7947 (CalendarView not respecting locale's start of week) 2011-09-07 21:41:57 +00:00
ColorQuantizer.h
CommandPipe.h
cpu_type.h Add missing const. 2013-04-12 23:28:46 -04:00
DragTrackingFilter.h
EntryFilter.h
ExpressionParser.h Move Tokenizer/Token into ExpressionParser's namespace. 2012-12-18 21:31:43 -05:00
FunctionTracer.h
HashMap.h Cleanup: avoid warning about returning a value in void context. 2012-08-16 21:18:58 +02:00
HashSet.h Added HashSet class based on the (OpenTracker) OpenHashTable code. This is 2010-01-14 21:49:16 +00:00
HashString.h
Holiday.h Moved Easter holidays methods to a Holiday class, an hopefully better place. 2011-01-05 18:00:31 +00:00
IconButton.h * BIconButton now inherits from BControl, solving a TODO comment. 2011-05-20 21:10:15 +00:00
IconView.h Make IconView icon_size:able. Adapt DataTranslations. Disable DataTranslation's info button on list deselection. 2011-04-13 22:56:10 +00:00
Keymap.h * The Keymap::IsDeadKey() of the Keymap preferences which was the main source 2010-04-21 16:36:54 +00:00
locks.h * Private libroot locking primitives: 2010-04-15 21:52:49 +00:00
LongAndDragTrackingFilter.h * Finally rewrote the filthy, busy-looping, mouse tracking in Tracker. 2011-06-03 21:12:14 +00:00
NaturalCompare.h * updated copyright section for NaturalCompare according to commit 2011-02-01 11:25:36 +00:00
OpenHashTable.h Renamed macros ASSERT() and TRESPASS() to avoid clashes with the ones from 2010-09-12 15:06:15 +00:00
OpenWithTracker.h
pci-utils.h
PromptWindow.h Add an information blurb option to PromptWindow. 2013-04-27 14:04:33 -04:00
QueryFile.h * Implemented a class that can handle Tracker's query files. Only read support 2010-09-21 20:42:13 +00:00
RangeArray.h Add RangeArray utility class 2011-11-25 06:18:53 +01:00
Referenceable.h Fix coding style violations. 2012-10-07 10:48:17 +13:00
RWLockManager.h
SHA256.h Moved SHA256 code to libshared.a. 2010-06-23 17:47:07 +00:00
ShakeTrackingFilter.h
StringForRate.h StringForRate(): adjustments 2012-06-25 13:43:53 -04:00
StringForSize.h * Moved the duplicate "string_for_size()" implementations into libshared.a. 2010-03-23 16:49:49 +00:00
syscall_utils.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
TrackerAddOnAppLaunch.h
usb-utils.h listusb: display USB vendor and devices names based on usb.ids 2012-02-18 14:25:10 +01:00
Variant.h Fix bug which would cause infinite recursion if one attempted to construct a variant using a BRect. 2011-11-02 20:18:53 +00:00
WeakReferenceable.h Style fixes. Thanks Axel and Ingo. 2012-01-06 09:35:33 +13:00