haiku/src/servers/app
Ryan Leavengood 04caac4ad1 Renamed the new "_fake" mouse moved boolean to "be:transit_only", as suggested
by Axel.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29519 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-03-14 15:32:52 +00:00
..
drawing For the filter indices and wheight calculation, never calculate more 2009-03-04 13:46:56 +00:00
agg_scanline_storage_subpix.h Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
agg_scanline_u_subpix.h Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
Angle.cpp * renamed HWInterface locking to LockParallelAccess() and 2006-12-04 22:25:17 +00:00
Angle.h * cleanup (it is still used btw, at least in ServerFont) 2006-11-29 20:29:03 +00:00
app_server.rdef * created alert icons in vector format (idea icon is missing yet) 2007-05-25 08:07:48 +00:00
AppServer.cpp * Creating a Desktop can fail, in which case the app_server should not return B_OK, 2008-03-12 18:01:32 +00:00
AppServer.h * Removed ColorSet, it's no longer needed or used. 2006-04-26 09:03:28 +00:00
BitmapDrawingEngine.cpp Add a handy utility class that provides a DrawingEngine directly attached to a 2008-06-13 13:28:13 +00:00
BitmapDrawingEngine.h Add a handy utility class that provides a DrawingEngine directly attached to a 2008-06-13 13:28:13 +00:00
BitmapManager.cpp * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00
BitmapManager.h * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00
ClientMemoryAllocator.cpp My ClientMemoryAllocator implementation wasn't complete and badly leaked memory. 2007-07-22 23:50:34 +00:00
ClientMemoryAllocator.h * Implemented a new client allocation method: instead of having all bitmaps of 2006-03-18 13:43:26 +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 Added a comment that should make clear my last accidental commit doesn't fix anything. 2007-01-04 12:32:44 +00:00
CursorManager.h At least temporary fix for the Deskbar not updating additional items (unless you resize it). 2007-01-04 12:28:31 +00:00
CursorSet.cpp * Removed headers/private/servers/app - everything is in src/servers/app now. 2006-03-18 16:42:14 +00:00
CursorSet.h * Removed headers/private/servers/app - everything is in src/servers/app now. 2006-03-18 16:42:14 +00:00
Decorator.cpp * Added a Desktop::BroadcastToAllWindows() method that sends all ServerWindows 2008-11-16 21:59:05 +00:00
Decorator.h * Added a Desktop::BroadcastToAllWindows() method that sends all ServerWindows 2008-11-16 21:59:05 +00:00
DecorManager.cpp Moved the decorator function declarations into DecorManager (which is the only place which uses them) to allow add-on decorators to build 2007-02-23 23:35:01 +00:00
DecorManager.h * now the Decorator uses the DrawingEngine instance of the WindowLayer, 2006-12-15 23:05:35 +00:00
DefaultDecorator.cpp Do not let layout the resize rect for borderless windows or 2009-02-15 15:02:37 +00:00
DefaultDecorator.h Tweaking the look again, trying to take some of Axel's suggestions 2009-01-19 16:54:16 +00:00
Desktop.cpp * use client_window_info as suggested by Axel 2009-01-28 19:51:18 +00:00
Desktop.h Implement the missing pieces to handle per workspace display mode support. 2008-12-09 02:50:23 +00:00
DesktopSettings.cpp * Added a third hinting mode: monospaced fonts only. This is especially helpful 2008-12-31 18:44:02 +00:00
DesktopSettings.h * Added a third hinting mode: monospaced fonts only. This is especially helpful 2008-12-31 18:44:02 +00:00
DesktopSettingsPrivate.h * Added a third hinting mode: monospaced fonts only. This is especially helpful 2008-12-31 18:44:02 +00:00
DrawState.cpp The scale of a state does not influence the origin. Only previous states 2008-04-02 11:04:03 +00:00
DrawState.h A test app revealed some bugs with regards to client provided clipping regions: 2008-03-18 00:04:12 +00:00
EventDispatcher.cpp Renamed the new "_fake" mouse moved boolean to "be:transit_only", as suggested 2009-03-14 15:32:52 +00:00
EventDispatcher.h * Reworked EventDispatcher::SendFakeMouseMoved() after an idea by Stephan 2008-10-17 21:37:10 +00:00
EventStream.cpp * Reworked EventDispatcher::SendFakeMouseMoved() after an idea by Stephan 2008-10-17 21:37:10 +00:00
EventStream.h * Reworked EventDispatcher::SendFakeMouseMoved() after an idea by Stephan 2008-10-17 21:37:10 +00:00
FontCache.cpp Specify the maximum signature buffer size to prevent unwanted overflow. 2009-02-27 21:11:05 +00:00
FontCache.h * complete overhaul of the font/glyph caching 2007-08-02 19:10:38 +00:00
FontCacheEntry.cpp Specify the maximum signature buffer size to prevent unwanted overflow. 2009-02-27 21:11:05 +00:00
FontCacheEntry.h Specify the maximum signature buffer size to prevent unwanted overflow. 2009-02-27 21:11:05 +00:00
FontEngine.cpp Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
FontEngine.h Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
FontFamily.cpp Added additional font face flags for "condensed", "light" and "heavy". 2008-05-24 14:54:18 +00:00
FontFamily.h * FontFamily::GetStyle() now looks for alternative names when a specific 2008-03-18 16:52:34 +00:00
FontManager.cpp Update fallback mappings after removal of BitStream fonts. Not sure these are needed at all though. 2008-09-16 21:10:30 +00:00
FontManager.h Added additional font face flags for "condensed", "light" and "heavy". 2008-05-24 14:54:18 +00:00
FontStyle.cpp * Removed dead code. 2008-10-14 19:48:35 +00:00
FontStyle.h * Removed dead code. 2008-10-14 19:48:35 +00:00
GlyphLayoutEngine.h * Added clarifying comment. 2008-10-14 13:20:29 +00:00
HashTable.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
HashTable.h cleanup, fixed some warnings 2007-05-13 17:47:23 +00:00
InputManager.cpp The input_server is now notified when the screen resolution is changed. 2005-11-26 16:22:06 +00:00
InputManager.h The input_server is now notified when the screen resolution is changed. 2005-11-26 16:22:06 +00:00
IntPoint.cpp * introduced IntPoint and IntRect, which are just like BPoint and BRect, 2006-11-29 03:20:07 +00:00
IntPoint.h * introduced IntPoint and IntRect, which are just like BPoint and BRect, 2006-11-29 03:20:07 +00:00
IntRect.cpp * introduced IntPoint and IntRect, which are just like BPoint and BRect, 2006-11-29 03:20:07 +00:00
IntRect.h * introduced IntPoint and IntRect, which are just like BPoint and BRect, 2006-11-29 03:20:07 +00:00
Jamfile * remove png dump from app_server 2008-09-30 21:49:20 +00:00
MessageLooper.cpp The wonders of signals: 2007-08-30 00:09:43 +00:00
MessageLooper.h You can now specify a timeout to MessageLooper::PostMessage(). 2005-12-12 13:12:51 +00:00
MultiLocker.cpp * added a way for the ServerWindow message loop to determine the required type 2007-10-02 14:09:11 +00:00
MultiLocker.h * added IsLocked() method to AutoWriteLocker 2007-08-02 13:04:27 +00:00
OffscreenServerWindow.cpp * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
OffscreenServerWindow.h * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
OffscreenWindow.cpp * When allocating a new Window, check the allocation of the DrawingEngine 2008-03-08 17:41:24 +00:00
OffscreenWindow.h * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
ProfileMessageSupport.cpp Patch by Artur Wyszynski: 2008-10-14 21:27:42 +00:00
ProfileMessageSupport.h * added ProfileMessageSupport.h/cpp to translate server message codes to 2007-07-18 12:59:05 +00:00
ReferenceCounting.h * Removed headers/private/servers/app - everything is in src/servers/app now. 2006-03-18 16:42:14 +00:00
RegionPool.cpp * implemented a BRegion pool per WindowLayer which is supposed 2006-04-07 19:14:25 +00:00
RegionPool.h * implemented a BRegion pool per WindowLayer which is supposed 2006-04-07 19:14:25 +00:00
RenderingBuffer.h RenderingBuffer returns IntRect in Bounds() now. Should have been 2008-03-08 17:36:15 +00:00
RGBColor.cpp Some more GCC 4 and PPC fixes. 2006-05-19 15:52:21 +00:00
RGBColor.h * completed my changes to DrawState handling, the current DrawingState 2007-07-22 19:48:27 +00:00
Screen.cpp Correct a small style violation noted by Axel, and add a TODO note. 2008-12-10 14:41:10 +00:00
Screen.h should've been part of r27898 2008-10-07 05:51:09 +00:00
ScreenManager.cpp * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
ScreenManager.h cleanup, fixed some warnings 2007-05-13 17:47:23 +00:00
ServerApp.cpp * Added a third hinting mode: monospaced fonts only. This is especially helpful 2008-12-31 18:44:02 +00:00
ServerApp.h patch by Andrej Spielmann (GSOC): 2008-07-10 08:12:38 +00:00
ServerBitmap.cpp Rearranged includes. 2008-07-28 18:51:57 +00:00
ServerBitmap.h * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00
ServerConfig.h * Fixed wrong indentation and spacing. 2008-09-18 13:12:22 +00:00
ServerCursor.cpp CID 18 and CID 19: Fix leaking the cursor data. 2008-09-13 16:39:11 +00:00
ServerCursor.h Implemented Oliver's suggested improvement to ServerCursorReference when 2008-04-08 08:12:38 +00:00
ServerFont.cpp Small indentation improvement... 2008-10-14 13:21:43 +00:00
ServerFont.h * Added a third hinting mode: monospaced fonts only. This is especially helpful 2008-12-31 18:44:02 +00:00
ServerPicture.cpp assign a token to the ServerPicture before anything else. If something fails to initialize, we can still search the picture via token 2008-09-17 07:35:00 +00:00
ServerPicture.h * CID 1012: Fix leaking the OffsetFile in case it fails to initialize. 2008-09-13 16:30:48 +00:00
ServerTokenSpace.h * the app_server now uses a global token space - this should later be changed to 2005-11-14 19:46:20 +00:00
ServerWindow.cpp * Renamed the drawing functions in DrawingEngine to 2009-01-19 10:31:43 +00:00
ServerWindow.h Patch by Artur Wyszynski with some changes by myself: 2008-10-15 19:47:00 +00:00
SystemPalette.cpp The system palette was defined in two files. Moved to a private header, 2007-10-22 13:44:37 +00:00
SystemPalette.h * Removed headers/private/servers/app - everything is in src/servers/app now. 2006-03-18 16:42:14 +00:00
View.cpp * When painting the view background bitmap, make sure to do 2009-02-24 10:50:47 +00:00
View.h Patch by Artur Wyszynski: 2008-10-14 21:27:42 +00:00
VirtualScreen.cpp Implement the missing pieces to handle per workspace display mode support. 2008-12-09 02:50:23 +00:00
VirtualScreen.h Revised named configurations a bit: 2007-10-21 11:00:30 +00:00
Window.cpp Cleaned up the dirty region handling in Window::CopyContents() 2009-03-13 20:09:31 +00:00
Window.h * If a window was hidden during resize/movement, it would still be in resizing 2009-01-05 10:32:30 +00:00
WindowList.cpp * Fixed a possible deadlock in Desktop::_ActivateApp(): since ActivateWindow() 2008-08-13 09:00:36 +00:00
WindowList.h * Fixed a possible deadlock in Desktop::_ActivateApp(): since ActivateWindow() 2008-08-13 09:00:36 +00:00
Workspace.cpp * Removed severly outdated DebugInfoManager. 2008-03-08 15:28:31 +00:00
Workspace.h * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
WorkspacePrivate.h * Got rid of the "Layer" part of WindowLayer, ViewLayer, WorkspacesLayer 2008-03-08 12:45:54 +00:00
WorkspacesView.cpp * Reworked the code that ignores a little jitter in mouse movements when 2009-03-14 13:55:14 +00:00
WorkspacesView.h * If you click on a window in the Workspaces view, it won't move until you 2008-10-11 20:06:04 +00:00