summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2011-07-24More iOS baby stepsTor Lillqvist
2011-07-23unusedcode.easy: AlphaMaskJoseph Powers
2011-07-23Bin unused symbolic constantsTor Lillqvist
Is it really good Mac style programming practice to define your own non-namespaced kThisAndThat constants that look like they might be defined by some platform API? And seriously, defining symbolic constants for small integers like const kOneBit = 1 ? These were not used, but if they had been would it really be cleaner to use the identifier "kOneBit" instead of a plain number 1? Cases where small integers have magic meaning and don't stand for just themselves are obviously different; there it makes sense to use symbolic names and not the integer values. But in the case of things like kOneBit that is not the case, as one might guesss from the name it was supposed to be used to indicate a bit depth of one. Etc.
2011-07-22callcatcher: clean up GlyphCache and one connected methodThomas Arnhold
2011-07-22WaE: remove now unused bFoundIconSizeCaolán McNamara
2011-07-22re-implement original GF_ROTR scaling bugCaolán McNamara
2011-07-22check return of osl_setFilePosCaolán McNamara
2011-07-22this is definitely not present in Qt 4.8.0 beta1David Tardon
2011-07-22Remove unused env XENVIRONMENTThomas Arnhold
2011-07-22Remove SAL_NOSEGVThomas Arnhold
This is deprecated an non-functional. See: http://wiki.services.openoffice.org/wiki/Environment_Variables
2011-07-22WaE: remove unused variablesThomas Arnhold
2011-07-22Kill DtIntegratorThomas Arnhold
Do settings directly at UpdateSettings without DtIntegrator. This is like it's done with kde, windows, aqua,... See vcl/unx/kde/salnativewidgets-kde.cxx
2011-07-22Remove SCOThomas Arnhold
2011-07-22Kill FourDwmThomas Arnhold
2011-07-22Remove Olwm support and Windowmaker gravity handlingThomas Arnhold
WindowMaker works out of the box.
2011-07-22Remove SAL_FONTPATH and SAL_FONTPATH_PRIVATEThomas Arnhold
2011-07-22Remove SAL_WMThomas Arnhold
2011-07-22Remove supportsICCCMPos. Resize working with Sawfish anyway.Thomas Arnhold
2011-07-22Kill Dtwm/CDEThomas Arnhold
2011-07-21Start at trying to build these test programs for iOSTor Lillqvist
2011-07-21callcatcher: unused ThreadExecutorCaolán McNamara
2011-07-20callcatcher: bring Application::PostUserEvent backThomas Arnhold
2011-07-20callcatcher: cleanup AcceleratorThomas Arnhold
2011-07-20callcatcher: cleanup Animation::FooThomas Arnhold
2011-07-20callcatcher: cleanup Application::FooThomas Arnhold
2011-07-20Replace List with std::list< ImplBmpObj* >Joseph Powers
bool should be set to "false" & "true" not the sal_ versions of them. Special thanks go to Matúš Kukan for compiling and help fixing the patch.
2011-07-20don't prohibit rendering text with cairo due to antialias advice anymoreCaolán McNamara
2011-07-20add GF_ROTL support to cairo vertical renderingCaolán McNamara
2011-07-19Resolves: rhbz#715549 use fontconfig's detected format when availableCaolán McNamara
2011-07-19callcatcher: remove some unused methodsCaolán McNamara
2011-07-18Whitespace cleanupJoseph Powers
2011-07-18callcatcher: remove unused getTunnelIdentifierCaolán McNamara
2011-07-18callcatcher: unused methodsCaolán McNamara
2011-07-18callcatcher: remove unused methodsCaolán McNamara
2011-07-18Some cppcheck cleaningJulien Nabet
2011-07-15Adapt for windres, use the actual lower-case file namesTor Lillqvist
2011-07-15fix uninitialized memberLuboš Luňák
2011-07-15Just using CAIRO_LIBS in ldflags is not enoughTor Lillqvist
2011-07-15Use gb_Library_win32_OLDNAMESTor Lillqvist
No need for the OLDNAMESLIB, we already had gb_Library_win32_OLDNAMES for this purpose.
2011-07-15WNTGCC fixTor Lillqvist
2011-07-14iOS hackingTor Lillqvist
Add some trivialish first attempts at iOS-specific headers and some source files that surely are quite bogus and does nothing sane, but must start with something. Mostly based on the MacOSX ("aqua") code.
2011-07-14The MinGW winuser.h doesn't have WM_MOUSEHWHEEL yetTor Lillqvist
2011-07-14Fix WNTGCC compilation errorTor Lillqvist
2011-07-14Relocated the headers we need from WineTor Lillqvist
2011-07-14Use all-lowercase header namesTor Lillqvist
2011-07-14Fixes for Windows cross-compilationTor Lillqvist
Header names are all lower-case. Use our own sehandler.hxx instead of assuming that stuff being in a patches excpt.h.
2011-07-14Use the flat GdiPlus API as needed because of the incomplete headers from WineTor Lillqvist
2011-07-14Use OLDNAMESLIBTor Lillqvist
2011-07-14Use the gdiplus headers from Wine when cross-compiling to WindowsTor Lillqvist
2011-07-14add missing mode-linesCaolán McNamara