Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-24 | More iOS baby steps | Tor Lillqvist | |
2011-07-23 | unusedcode.easy: AlphaMask | Joseph Powers | |
2011-07-23 | Bin unused symbolic constants | Tor 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-22 | callcatcher: clean up GlyphCache and one connected method | Thomas Arnhold | |
2011-07-22 | WaE: remove now unused bFoundIconSize | Caolán McNamara | |
2011-07-22 | re-implement original GF_ROTR scaling bug | Caolán McNamara | |
2011-07-22 | check return of osl_setFilePos | Caolán McNamara | |
2011-07-22 | this is definitely not present in Qt 4.8.0 beta1 | David Tardon | |
2011-07-22 | Remove unused env XENVIRONMENT | Thomas Arnhold | |
2011-07-22 | Remove SAL_NOSEGV | Thomas Arnhold | |
This is deprecated an non-functional. See: http://wiki.services.openoffice.org/wiki/Environment_Variables | |||
2011-07-22 | WaE: remove unused variables | Thomas Arnhold | |
2011-07-22 | Kill DtIntegrator | Thomas 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-22 | Remove SCO | Thomas Arnhold | |
2011-07-22 | Kill FourDwm | Thomas Arnhold | |
2011-07-22 | Remove Olwm support and Windowmaker gravity handling | Thomas Arnhold | |
WindowMaker works out of the box. | |||
2011-07-22 | Remove SAL_FONTPATH and SAL_FONTPATH_PRIVATE | Thomas Arnhold | |
2011-07-22 | Remove SAL_WM | Thomas Arnhold | |
2011-07-22 | Remove supportsICCCMPos. Resize working with Sawfish anyway. | Thomas Arnhold | |
2011-07-22 | Kill Dtwm/CDE | Thomas Arnhold | |
2011-07-21 | Start at trying to build these test programs for iOS | Tor Lillqvist | |
2011-07-21 | callcatcher: unused ThreadExecutor | Caolán McNamara | |
2011-07-20 | callcatcher: bring Application::PostUserEvent back | Thomas Arnhold | |
2011-07-20 | callcatcher: cleanup Accelerator | Thomas Arnhold | |
2011-07-20 | callcatcher: cleanup Animation::Foo | Thomas Arnhold | |
2011-07-20 | callcatcher: cleanup Application::Foo | Thomas Arnhold | |
2011-07-20 | Replace 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-20 | don't prohibit rendering text with cairo due to antialias advice anymore | Caolán McNamara | |
2011-07-20 | add GF_ROTL support to cairo vertical rendering | Caolán McNamara | |
2011-07-19 | Resolves: rhbz#715549 use fontconfig's detected format when available | Caolán McNamara | |
2011-07-19 | callcatcher: remove some unused methods | Caolán McNamara | |
2011-07-18 | Whitespace cleanup | Joseph Powers | |
2011-07-18 | callcatcher: remove unused getTunnelIdentifier | Caolán McNamara | |
2011-07-18 | callcatcher: unused methods | Caolán McNamara | |
2011-07-18 | callcatcher: remove unused methods | Caolán McNamara | |
2011-07-18 | Some cppcheck cleaning | Julien Nabet | |
2011-07-15 | Adapt for windres, use the actual lower-case file names | Tor Lillqvist | |
2011-07-15 | fix uninitialized member | Luboš Luňák | |
2011-07-15 | Just using CAIRO_LIBS in ldflags is not enough | Tor Lillqvist | |
2011-07-15 | Use gb_Library_win32_OLDNAMES | Tor Lillqvist | |
No need for the OLDNAMESLIB, we already had gb_Library_win32_OLDNAMES for this purpose. | |||
2011-07-15 | WNTGCC fix | Tor Lillqvist | |
2011-07-14 | iOS hacking | Tor 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-14 | The MinGW winuser.h doesn't have WM_MOUSEHWHEEL yet | Tor Lillqvist | |
2011-07-14 | Fix WNTGCC compilation error | Tor Lillqvist | |
2011-07-14 | Relocated the headers we need from Wine | Tor Lillqvist | |
2011-07-14 | Use all-lowercase header names | Tor Lillqvist | |
2011-07-14 | Fixes for Windows cross-compilation | Tor 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-14 | Use the flat GdiPlus API as needed because of the incomplete headers from Wine | Tor Lillqvist | |
2011-07-14 | Use OLDNAMESLIB | Tor Lillqvist | |
2011-07-14 | Use the gdiplus headers from Wine when cross-compiling to Windows | Tor Lillqvist | |
2011-07-14 | add missing mode-lines | Caolán McNamara | |