summaryrefslogtreecommitdiffstats
path: root/vcl/ios
Commit message (Expand)AuthorAgeFilesLines
* InfoFont/Color is not used by vcl nowCaolán McNamara2016-10-051-1/+0
* Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist2016-08-171-0/+5
* gendata.hxx has movedTor Lillqvist2016-08-101-1/+1
* Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara2016-02-011-1/+0
* replace use of basebmp in vcl entirely nowCaolán McNamara2016-01-201-3/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-081-1/+4
* SvpSalFrame ctor parameter list has changedTor Lillqvist2015-12-161-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Make this compile for iOS againTor Lillqvist2015-10-071-37/+1
* convert SAL_FRAME_STYLE to scoped enumNoel Grandin2015-10-051-2/+2
* convert basebmp::Format to scoped enumNoel Grandin2015-06-041-1/+1
* allow a different notebook tab font than the rest of the uiCaolán McNamara2015-04-281-0/+1
* Kill dead <touch/touch.h> APITor Lillqvist2015-03-241-211/+0
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* These constants are now in the scoped enum MouseEventModifiersTor Lillqvist2014-11-081-4/+4
* vcl/layout.hxx was included twiceAndras Timar2014-10-181-1/+0
* use vcl::FontNoel Grandin2014-09-181-1/+1
* Bin "temporary" code that doesn't compile any longerTor Lillqvist2014-08-181-8/+0
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-4/+4
* No need for these fields for iOSTor Lillqvist2014-05-261-2/+0
* With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist2014-04-221-146/+3
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-04-201-2/+2
* Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist2014-04-101-1/+0
* For consistency, set the same "GDI" and "Win" flags for iOS as for OS XTor Lillqvist2014-04-071-0/+2
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-022-2/+0
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-281-2/+2
* Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2014-02-211-1/+1
* fix compilation of iostsahi glik2014-02-201-0/+1
* Make sure ShowNativeDialog() shows something: Use NSLog()Tor Lillqvist2014-01-261-0/+3
* We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx nowTor Lillqvist2013-12-151-11/+0
* iOS tiled rendering workTor Lillqvist2013-12-141-1/+3
* Try to fix colour issuesTor Lillqvist2013-12-111-3/+3
* releasing the CGDataProvider to prevent possible memory leaksPtyl Dragon2013-11-151-0/+1
* created a long long unit for MLOContentSizePtyl Dragon2013-11-151-11/+0
* changed to CGSizePtyl Dragon2013-11-151-0/+11
* refactored to allow copying FixedImage to iosPtyl Dragon2013-11-151-2/+34
* Tiled rendering: Tunnel the request for a tile to the ViewShell.Jan Holesovsky2013-11-151-13/+0
* More work on selection handling in iOSTor Lillqvist2013-10-231-0/+26
* Try to handle selection resizing in a more "correct" wayTor Lillqvist2013-10-221-0/+27
* More text selection WIP hackingTor Lillqvist2013-10-181-18/+22
* Tiles: Documentation of the parameters.Jan Holesovsky2013-10-171-1/+1
* added draw tile signature and select all fixptyl@cloudon.com2013-10-171-0/+13
* New iOS client codeptyl@cloudon.com2013-10-151-4/+4
* Minor refactoring of iOS codeTor Lillqvist2013-10-131-15/+17
* iOS experimental app support for selection marking via long press gestureptyl@cloudon.com2013-10-111-0/+28
* Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com2013-10-091-3/+14
* in iOS avoid copying covered windows to screentsahi glik2013-09-121-3/+11
* Sync IOS screen invalidate to end of painttsahi glik2013-09-121-2/+17
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-1/+1
* There is already the AddTempDevFont() in coretextTor Lillqvist2013-06-261-7/+0