summaryrefslogtreecommitdiffstats
path: root/include/vcl
Commit message (Expand)AuthorAgeFilesLines
* sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara2014-02-241-7/+7
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-243-12/+10
* SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLICCaolán McNamara2014-02-223-3/+3
* WaE: struct/class inconsistencyTor Lillqvist2014-02-211-1/+1
* Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert2014-02-215-63/+358
* Replace handwritten reference counting with shared_ptrTobias Lippert2014-02-211-25/+22
* vcl: sal_Bool -> boolStephan Bergmann2014-02-2184-1362/+1360
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-204-11/+12
* Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara2014-02-192-0/+3
* unotools: sal_Bool -> boolStephan Bergmann2014-02-191-2/+2
* fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl2014-02-181-0/+2
* coverity#738938 nMouseSensitivity never usedCaolán McNamara2014-02-181-7/+0
* extend signatures to make some coverity rework easierCaolán McNamara2014-02-131-11/+33
* callcatcher: update unused codeCaolán McNamara2014-02-121-1/+0
* more similar handling of InputSequenceChecker as in other placesMatúš Kukan2014-02-112-2/+5
* fdo#74424 HasMirroredGraphics changesChris Sherlock2014-02-103-1/+7
* sal_Bool -> boolStephan Bergmann2014-02-071-3/+3
* Renamed VCL's OutputDevice mirroring functionsChris Sherlock2014-02-071-4/+4
* Document OutputDevice classChris Sherlock2014-02-071-6/+197
* Group like Impl* functions in outdev.hxxChris Sherlock2014-02-071-115/+164
* Change from com::sun::star and ::com::sun::star to css alias.Chris Sherlock2014-02-071-7/+8
* Reindent outdev.hxx - minor formatting changeChris Sherlock2014-02-071-523/+523
* implement expandable toolbox itemsCaolán McNamara2014-02-072-2/+11
* Convert template manager dialog to .ui + adapt code.Jan Holesovsky2014-02-071-2/+11
* Resolves: rhbz#975421 wrong chart direction in FarsiCaolán McNamara2014-02-061-1/+2
* TabControl::DeactivatePage should return boolStephan Bergmann2014-02-061-1/+1
* IsUpdateDateEnabled was never calledStephan Bergmann2014-02-062-15/+0
* OutputDevice::ImplHasMirroredGraphics can be constCaolán McNamara2014-02-051-1/+1
* fdo#74424 Start to decouple Window class from OutputDeviceChris Sherlock2014-02-051-0/+7
* C2872: ´Window´ : ambiguous symbolCaolán McNamara2014-02-051-33/+33
* rhbz#1057977 avoid use of invalidated pointersDavid Tardon2014-02-051-0/+6
* Doxygen warnings correctedChris Sherlock2014-02-0525-233/+244
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-0414-19/+19
* Revert "Doxygen warnings corrected"Caolán McNamara2014-02-0425-263/+236
* Doxygen warnings correctedChris Sherlock2014-02-0425-236/+263
* More Application class documentation updatesChris Sherlock2014-02-041-56/+410
* Change Application::SystemSettingsChanging to OverrideSystemSettingsChris Sherlock2014-02-041-4/+4
* thumbnails: Nobody uses the overlay functionality now, kill it.Jan Holesovsky2014-02-031-2/+2
* thumbnails: Provide the size as a default parameter.Jan Holesovsky2014-02-031-1/+2
* EXC_SYSOBJNOTCREATED was not really usedTor Lillqvist2014-02-031-1/+0
* fdo#74424 OutputDevice no longer inherits ResourceChris Sherlock2014-02-032-2/+2
* add std::ostream operators for Region and PolyPolygonMichael Stahl2014-02-031-0/+29
* fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás2014-01-311-0/+3
* fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi2014-01-3033-264/+9
* Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann2014-01-301-7/+0
* coverity#1019410 : Uninitialized scalar fieldNorbert Thiebaud2014-01-281-0/+1
* Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2014-01-281-0/+1
* Document Application classChris Sherlock2014-01-281-103/+447
* Spelling correctionsTor Lillqvist2014-01-271-2/+2
* Edit::IsModified should return boolStephan Bergmann2014-01-262-2/+2