haiku/headers/private/servers/app
Axel Dörfler 85f8bb71c7 * You can now change the look of a window on the fly.
* renamed some Decorator functions like GetLook() to Look().
* renamed _look to fLook and _flags to fFlags.
* removed the feel from decorators - they don't need to know
  or care about the feel.
* the DefaultDecorator didn't allow resizing of modal windows.
* DefaultDecorator::SetTitle() no longer clears the passed
  in updateRegion, it just fills it (so that you can call
  more than one of these methods after the other, and still
  get a correct update region).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15266 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-01 14:56:01 +00:00
..
BitmapManager.h * the app_server now uses a global token space - this should later be changed to 2005-11-14 19:46:20 +00:00
ColorSet.h
CursorSet.h
Decorator.h * You can now change the look of a window on the fly. 2005-12-01 14:56:01 +00:00
DisplaySupport.h
DrawingEngine.h
DrawState.h fixes origin and scale handling, it behaves mostly like R5 now (it is used for drawing only, yes not mouse coords or anything else). Also fixes offscreen layers clipping rebuilding when the user defined clipping is added or changed 2005-11-20 15:10:18 +00:00
FontFamily.h Quick and dirty hack to let those font rendering problems disappear - I don't really 2005-11-26 22:26:50 +00:00
FontManager.h
HashTable.h
PatternHandler.h
ReferenceCounting.h
RenderingBuffer.h
RGBColor.h
ServerBitmap.h
ServerConfig.h
ServerCursor.h
ServerFont.h
SystemPalette.h