summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks52-1222/+210
2013-04-22Factor out identical code for vertical and horizontal scrollbarTor Lillqvist1-36/+20
2013-04-22-Werror=unused-parameterStephan Bergmann1-0/+2
2013-04-22Make jdiv_round_up available (-Werror=implicit-function-declaration)Stephan Bergmann1-0/+10
2013-04-22DO NOT use internal headers of jpegDavid Tardon1-11/+23
2013-04-21Add jpegint.h to jpeg module. Fix warning in Exif.Tomaž Vajngerl1-2/+3
2013-04-21WaE: unused variable in ExifTomaž Vajngerl1-1/+0
2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl2-5/+5
2013-04-21Extract IFD processing in Exif.Tomaž Vajngerl2-25/+31
2013-04-21At native rotation of JPEG image detect and reset image orientation.Tomaž Vajngerl1-7/+17
2013-04-21More correct reading of Exif metadata.Tomaž Vajngerl2-33/+107
2013-04-21Remove rotation for SVG for now.Tomaž Vajngerl1-4/+0
2013-04-21canBeRotated added to ask if native rotation can be performed.Tomaž Vajngerl2-1/+21
2013-04-21Use GraphicFilter directly in GraphicNativeTransform.Tomaž Vajngerl2-27/+38
2013-04-21Add rotation for PNG and GIF to GraphicNativeRotation.Tomaž Vajngerl4-8/+67
2013-04-21Regster rotate left, right menu items.Tomaž Vajngerl1-0/+2
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl16-9/+2626
2013-04-21sal_Bool to bool in jpeg filterTomaž Vajngerl2-6/+7
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl9-808/+961
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy5-32/+5
2013-04-21fix access to invalid string positionMarkus Mohrhard1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza39-151/+151
2013-04-19Small refactoring of the Android "desktop app" code, no functional changeTor Lillqvist1-43/+46
2013-04-19remove unused component_canUnload functionsMatúš Kukan3-3/+0
2013-04-19Make Application::PostZoomEvent() and PostScrollEvent() non-DESKTOP onlyTor Lillqvist2-1/+7
2013-04-19lp#1085169: we overactivate here, as it does not seem to hurtBjoern Michaelsen3-19/+23
2013-04-19Resolves: coverity#708649# start to fix mis-pimpl-ification of Window classHerbert Dürr2-165/+158
2013-04-19fdo#31082 cursor visible during impress presentationjorendc1-0/+1
2013-04-19Do not arbitrarily lock a mutexStephan Bergmann1-9/+0
2013-04-19Add pan gesture handlingTor Lillqvist1-0/+11
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-6/+10
2013-04-18Related: rhbz#761009 lp#766153 lp#892904 HandleFontOptions crashCaolán McNamara3-5/+19
2013-04-18allow tree and tab boxes to have borders via .uiCaolán McNamara2-10/+12
2013-04-17Adapt to gtkframe -> gtksalframe renameStephan Bergmann1-1/+1
2013-04-17some more debug infoBjoern Michaelsen3-0/+16
2013-04-17move gtkframe to gtksalframe to match class nameBjoern Michaelsen2-1/+1
2013-04-17MSC needs those min/max macros after allStephan Bergmann1-0/+9
2013-04-17MSC needs those min/max macros after allStephan Bergmann1-0/+9
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov6-9/+9
2013-04-17Update pchAurimas Fišeras1-0/+1
2013-04-17-Werror=unused-macros (MinGW, vcl)Stephan Bergmann3-15/+1
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist32-64/+64
2013-04-16fdo#39468 Translate German comments V2 - vcl/source/edit/{textdata, textdoc}Christian M. Heller2-83/+45
2013-04-16More orientation experimentation and hackingTor Lillqvist1-0/+9
2013-04-16Try to propagate display size change to LOTor Lillqvist2-1/+27
2013-04-16What makes Andale Sans UI a suitable cross-platform fallback font?Tor Lillqvist1-0/+3
2013-04-15basic inplace Font preview for calcNoel Power1-1/+6
2013-04-15properly prefix graphic filter methodsPeter Foley1-2/+2
2013-04-15AquaA11yTextAttributesWrapper: trigraphs confuse llvm-g++ 4.2.1Michael Stahl1-1/+1
2013-04-15fdo#61688 SIGABRT with debug build in VclBuilder::handleChildTerrence Enger1-2/+0