summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-23/+25
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist1-4/+4
2014-09-30fdo#82577: Handle RegionNoel Grandin1-43/+43
2014-09-23fdo#82577: Handle WindowNoel Grandin1-76/+101
2014-09-18fdo#82577: Handle FontNoel Grandin1-9/+9
2014-09-10vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-4/+4
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-1/+2
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara1-11/+27
2014-06-30Clean up OutputDevice and derived classes noncopyable-nessStephan Bergmann1-8/+0
2014-05-23vcl: change to true and false in Window::ImplTestMousePointerSet()Chris Sherlock1-1/+1
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock1-0/+2
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks1-0/+3
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock1-1/+1
2014-05-13coverity#1213522 Uncaught exceptionCaolán McNamara1-0/+4
2014-05-13vcl: reorganize accessibility functions in window.hxxChris Sherlock1-23/+33
2014-05-13vcl: reformat window.hxxChris Sherlock1-437/+444
2014-05-09Revert font initialization fooCaolán McNamara1-0/+2
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-3/+3
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock1-2/+0
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann1-1/+0
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna1-0/+2
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock1-2/+0
2014-05-01Revert "VCL: move native widget rendering functions out of OutputDevice"Chris Sherlock1-47/+2
2014-05-01VCL: move native widget rendering functions out of OutputDeviceChris Sherlock1-2/+47
2014-05-01VCL: Rearrange function locations and accessibility in window.hxxChris Sherlock1-70/+140
2014-04-24Fix error: 'GetActiveClipRegion' is a protected member of 'OutputDevice'Tor Lillqvist1-1/+2
2014-04-25fdo#74702 Move GetActiveClipRegion code into WindowChris Sherlock1-0/+1
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-1/+1
2014-04-25fdo#74702 Move ImplInitClipRegion Window code out of OutputDeviceChris Sherlock1-0/+2
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock1-2/+3
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-04-19fdo#74702 Allow Window & OutputDevice to handle erasureChris Sherlock1-0/+2
2014-04-17fdo#74702 Seperate ImplDrawGradientWallpaper and renameChris Sherlock1-0/+2
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin1-1/+1
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock1-2/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-26Fix merge conflictsStephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock1-1/+3
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky1-1/+1
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock1-0/+1
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock1-0/+2
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock1-0/+1
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock1-0/+1
2014-03-01Remove visual noise from includeAlexander Wilms1-10/+10
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-111/+111