haiku/src/servers/app
Axel Dörfler acfa924c01 * The workspaces window now cannot be moved with the Workspaces app anymore;
was a bit strange anyway - this closed bug #317.
* The selected window now gets a selection frame in case it can be moved.
* If the window cannot be moved, a new workspace isn't selected either.
* When choosing a workspace, the one currently selected also gets a selection
  frame.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16823 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-03-17 17:09:40 +00:00
..
drawing * Fixed ServerBitmap::ImportBits() to use the correct width/height 2006-03-13 16:48:44 +00:00
Angle.cpp
Angle.h
app_server.rdef
AppServer.cpp * Removed ColorUtils.cc from libbe.so - I can't think of a reason why 2006-03-15 00:22:01 +00:00
AppServer.h
BGet++.cpp
BGet++.h
BitmapManager.cpp * B_BITMAP_WILL_OVERLAY bitmaps are currently not 2006-03-03 20:24:13 +00:00
ColorSet.cpp * Removed ColorUtils.cc from libbe.so - I can't think of a reason why 2006-03-15 00:22:01 +00:00
CursorData.cpp various changes to handling custom cursors: 2006-02-26 18:15:31 +00:00
CursorData.h various changes to handling custom cursors: 2006-02-26 18:15:31 +00:00
CursorManager.cpp Fixed build for GCC 4, this closes bug #239. 2006-02-28 14:48:23 +00:00
CursorManager.h various changes to handling custom cursors: 2006-02-26 18:15:31 +00:00
CursorSet.cpp various changes to handling custom cursors: 2006-02-26 18:15:31 +00:00
DebugInfoManager.cpp
DebugInfoManager.h
Decorator.cpp
DecorManager.cpp
DecorManager.h
DefaultDecorator.cpp Fixed those stylish pink window buttons I just made. 2006-03-15 00:26:53 +00:00
DefaultDecorator.h Implemented kLeftTitledWindowLook. 2006-03-09 12:52:40 +00:00
Desktop.cpp * When the current focus window was closed or invisible, we used to 2006-03-15 21:33:12 +00:00
Desktop.h * Implemented moving windows around via the Workspaces app. However, you 2006-03-13 22:05:49 +00:00
DesktopSettings.cpp The display resolution is now saved and restored. Probably doesn't handle non-default 2006-02-06 13:36:46 +00:00
DesktopSettings.h The display resolution is now saved and restored. Probably doesn't handle non-default 2006-02-06 13:36:46 +00:00
DesktopSettingsPrivate.h The display resolution is now saved and restored. Probably doesn't handle non-default 2006-02-06 13:36:46 +00:00
DrawState.cpp Quick build fix, Stippi, can you review this? 2006-03-11 20:43:35 +00:00
EventDispatcher.cpp Moved the ViewUnderMouse() functionality from the EventDispatcher to the Desktop; 2006-03-10 13:03:41 +00:00
EventDispatcher.h Moved the ViewUnderMouse() functionality from the EventDispatcher to the Desktop; 2006-03-10 13:03:41 +00:00
EventStream.cpp Implemented B_NO_POINTER_HISTORY. Window moving/resizing uses this mechanism 2006-01-11 12:25:06 +00:00
EventStream.h Implemented B_NO_POINTER_HISTORY. Window moving/resizing uses this mechanism 2006-01-11 12:25:06 +00:00
FontFamily.cpp more or less cosmetical fix 2006-02-06 10:15:48 +00:00
FontManager.cpp Reverted change made in r16467: bug #207 is invalid, and the fix broke node monitoring 2006-02-27 14:01:48 +00:00
HashTable.cpp
InputManager.cpp
InputManager.h
Jamfile Some groundwork for overlay support. If someone wants to finish this, feel 2006-03-01 21:20:57 +00:00
MessageLooper.cpp
MessageLooper.h
MultiLocker.cpp
MultiLocker.h
OffscreenServerWindow.cpp
OffscreenServerWindow.h
OffscreenWindowLayer.cpp
OffscreenWindowLayer.h
PNGDump.cpp Fixed screenshot function. Creates PNG files without alpha channel now. 2006-03-13 18:43:13 +00:00
PNGDump.h
RAMLinkMsgReader.cpp
RAMLinkMsgReader.h
RGBColor.cpp * Removed ColorUtils.cc from libbe.so - I can't think of a reason why 2006-03-15 00:22:01 +00:00
ScreenManager.cpp
ScreenManager.h
ServerApp.cpp print something to stderr when window creation fails 2006-03-11 19:39:03 +00:00
ServerApp.h * Fixed misbehaviour of AS_SET_CURSOR: it will no longer set the mouse cursor 2006-03-09 22:54:10 +00:00
ServerBitmap.cpp * Fixed ServerBitmap::ImportBits() to use the correct width/height 2006-03-13 16:48:44 +00:00
ServerCursor.cpp * hopefully fixed the weird color inversion of 2006-02-27 11:43:10 +00:00
ServerFont.cpp * Changed the AGGTextRenderer to use the new UTF8 handling 2006-02-23 09:04:26 +00:00
ServerPicture.cpp fix build 2006-03-08 19:04:26 +00:00
ServerPicture.h Added a copy constructor to ServerPicture. ServerPicture's constructors are private now, and can be called only from ServerApp (friend). Changed BList to a stl::stack which is better suited as a stack... Changed ServerApp::CreatePicture() to accept a picture to clone, instead of passing back a token which was never used anyway. 2006-01-04 09:49:47 +00:00
ServerScreen.cpp Changed the way a valid display mode is chosen: 2006-03-01 16:08:28 +00:00
ServerScreen.h Changed the way a valid display mode is chosen: 2006-03-01 16:08:28 +00:00
ServerTokenSpace.h
ServerWindow.cpp I should have finally fixed those app_server crashes 2006-03-15 14:04:44 +00:00
ServerWindow.h * Implemented private do_window_action() function, used by the Deskbar to bring 2006-02-28 18:31:16 +00:00
SystemPalette.cpp
ViewLayer.cpp * Implemented moving windows around via the Workspaces app. However, you 2006-03-13 22:05:49 +00:00
ViewLayer.h * Implemented moving windows around via the Workspaces app. However, you 2006-03-13 22:05:49 +00:00
VirtualScreen.cpp The display resolution is now saved and restored. Probably doesn't handle non-default 2006-02-06 13:36:46 +00:00
VirtualScreen.h
WindowLayer.cpp * Implemented moving windows around via the Workspaces app. However, you 2006-03-13 22:05:49 +00:00
WindowLayer.h While the user resizes a window, programmatical resize operations are ignored, 2006-03-12 16:59:15 +00:00
WindowList.cpp * When the current focus window was closed or invisible, we used to 2006-03-15 21:33:12 +00:00
WindowList.h
Workspace.cpp Implemented redrawing the desktop after color changes. Right now, it only works 2006-02-13 13:12:10 +00:00
Workspace.h
WorkspacePrivate.h The display resolution is now saved and restored. Probably doesn't handle non-default 2006-02-06 13:36:46 +00:00
WorkspacesLayer.cpp * The workspaces window now cannot be moved with the Workspaces app anymore; 2006-03-17 17:09:40 +00:00
WorkspacesLayer.h * The workspaces window now cannot be moved with the Workspaces app anymore; 2006-03-17 17:09:40 +00:00