haiku/src/servers/app
Axel Dörfler 7f5bbbdc56 * Removed PI, and PI2 from math.h.
* Replaced all occurences with the standard macros M_PI, and M_PI_2.
* Some coding style cleanup on the touched files, no other changes besides
  adding a missing check for a failed memory allocation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31250 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-06-26 11:58:43 +00:00
..
drawing * Removed PI, and PI2 from math.h. 2009-06-26 11:58:43 +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 Added lightbulb icon made by zuMi (idea alerts). Great work, thanks a lot! 2009-06-05 08:43:41 +00:00
AppServer.cpp * This should fix the app_server build under other architectures than x86. 2009-06-22 10:30:36 +00:00
AppServer.h Patch by Christian Packmann: 2009-06-21 22:07:54 +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 * Patch by Fredrik Ekdahl: gcc 4 build fixes (missing headers). 2009-04-12 09:57:26 +00:00
BitmapManager.h * Introduced new BBitmap flag B_BITMAP_SCALE_BILINEAR. 2008-07-26 23:40:13 +00:00
ClientMemoryAllocator.cpp * Patch by Fredrik Ekdahl: gcc 4 build fixes (missing headers). 2009-04-12 09:57:26 +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 * fix for coding style violation 2009-04-20 13:05:14 +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 Fix style violation. 2009-06-21 19:34:15 +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 Begun to use structs for the BView<->app_server communication. This makes 2009-04-05 14:59:43 +00:00
DrawState.h Make BView::PopState() (executed at least on every call to Draw()) a lot 2009-03-29 10:51:26 +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 * Small style cleanup and some comments added for clarity. 2009-05-02 20:58:24 +00:00
FontManager.h * Update header indentation 2009-05-02 21:32:33 +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 Fix several cases of forgetting to include libstdc++ in the libs. This allows a successful build of Haiku on gcc4 Haiku, though it's presently unclear to me why this didn't prevent linking on any other platform (gcc2 haiku, and gcc2/4 cross compilers from FBSD had no issues here). 2009-04-05 22:33:53 +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 * Fixed build in DEBUG mode. 2009-04-02 08:18:07 +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 * Moved the implementation of SetViewCursor from the thread of the 2009-06-20 12:11:49 +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 Fixed regression in SetViewCursor(). It wasn't possible anymore to switch 2009-06-20 15:26:34 +00:00
ServerApp.h Patch based in large on work done by Philippe Saint-Pierre: 2009-04-20 15:37:40 +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 * Moved the implementation of SetViewCursor from the thread of the 2009-06-20 12:11:49 +00:00
ServerCursor.h * Moved the implementation of SetViewCursor from the thread of the 2009-06-20 12:11:49 +00:00
ServerFont.cpp * Removed PI, and PI2 from math.h. 2009-06-26 11:58: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 * Removed src/kits/tracker/OpenHashTable.h. The shared version in 2009-04-11 21:24:32 +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 * Moved the implementation of SetViewCursor from the thread of the 2009-06-20 12:11:49 +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 * Moved the implementation of SetViewCursor from the thread of the 2009-06-20 12:11:49 +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 Simplify dirty region handling when copying regions. Basically the full region 2009-05-24 14:38:09 +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 * Style police at work. 2009-03-14 21:07:54 +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