Age | Commit message (Expand) | Author |
2015-06-04 | convert basebmp::Format to scoped enum | Noel Grandin |
2015-05-25 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-21 | Bin unused code | Tor Lillqvist |
2015-05-21 | WaE: macro "LOGW" is not used | Tor Lillqvist |
2015-05-21 | Remove more obsolete Android code: The 'AppSupport' stuff | Tor Lillqvist |
2015-04-28 | allow a different notebook tab font than the rest of the ui | Caolán McNamara |
2015-03-24 | Kill dead <touch/touch.h> API | Tor Lillqvist |
2015-01-07 | fdo#84938: convert VCL_INPUT_ #defines to 'enum class' | Noel Grandin |
2014-12-04 | Call DetachCurrentThread() in the AndroidSalInstance destructor | Tor Lillqvist |
2014-11-08 | These constants are now in the MouseEventModifiers class enum | Tor Lillqvist |
2014-09-18 | Use vcl::Font | Tor Lillqvist |
2014-08-18 | ErrorBox->MessageDialog | Caolán McNamara |
2014-05-24 | cppcheck: Prefer prefix ++/-- operators | Julien Nabet |
2014-04-02 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-02-20 | vcl: try to make android tinderbox happy too | Michael Stahl |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-10-13 | Hacking on iOS keyboard handling | Tor Lillqvist |
2013-07-12 | Turn basebmp::Format into a proper enum | Stephan Bergmann |
2013-06-29 | remove some createFromAscii usage | Thomas Arnhold |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-19 | Small refactoring of the Android "desktop app" code, no functional change | Tor Lillqvist |
2013-04-12 | Start implementing on-demand keyboard display for non-DESKTOP | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-30 | Bin redundant logging | Tor Lillqvist |
2013-03-17 | AndroidSalInstance::RedrawWindows() is called from only one place | Tor Lillqvist |
2013-03-08 | AndroidSalInstance::Wakeup() is unused | Tor Lillqvist |
2013-03-08 | Don't crash the other experimental apps | Tor Lillqvist |
2013-03-07 | Start hacking on scrolling | Tor Lillqvist |
2013-03-07 | Use view size for "work area" size | Tor Lillqvist |
2013-03-07 | Now get rid of the #if 0 blocks | Tor Lillqvist |
2013-03-07 | Handle damage tracking and redrawing properly in the "desktop" Android app | Tor Lillqvist |
2013-03-06 | Drop unused timestamp parameters | Tor Lillqvist |
2013-03-06 | Add SvpSalInstance::PostedEventsInQueue() | Tor Lillqvist |
2013-03-05 | Add a SAL_INFO | Tor Lillqvist |
2013-03-02 | Start hacking on zoom and scroll events at the VCL "public" level | Tor Lillqvist |
2013-03-02 | RTL_CONSTASCII_USTRINGPARAM removal | Tor Lillqvist |
2013-03-02 | Start hacking on zooming | Tor Lillqvist |
2013-03-01 | Bin two lines of logging that are too repetitive to be useful | Tor Lillqvist |
2013-03-01 | The RGBA bytes are already in the order we want | Tor Lillqvist |
2013-02-28 | Drop unuse maRedrawRegion | Tor Lillqvist |
2013-02-28 | Try uncommenting these now, I don't think the FIXME holds any more | Tor Lillqvist |
2013-02-28 | Try to use another kind of events | Tor Lillqvist |
2013-02-28 | Bin one more too repetitive log line | Tor Lillqvist |
2013-02-28 | WaE: 'eventKind' may be used uninitialized in this function | Tor Lillqvist |
2013-02-28 | The "pre-cleaning" is fairly pointless now when we fill the whole screen | Tor Lillqvist |
2013-02-28 | Bin some repetitive verbose logging | Tor Lillqvist |
2013-02-28 | Handle touch events | Tor Lillqvist |
2013-02-27 | Send text input to the LO code | Tor Lillqvist |
2013-02-27 | Remove a too verbose and frequent log write | Tor Lillqvist |
2013-02-25 | The source buffer (virtual device) has 4 bytes per pixel, too | Tor Lillqvist |