summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-07-07Prescale image with Bitmap::Scale to improve quality.Tomaž Vajngerl
In OutputDevice, when sending the Bitmap to native renderer, use Bitmap::Scale operation to improve quality when doing sub-sampling. With this Bitmaps in certain Widgets will look a lot better. Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx Change-Id: Ice28537414e10b9e6b403df35c6104ffc7db7785
2012-07-07Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME supportRuslan Kabatsayev
Change-Id: I065c8f21c72a1992282dbd90dc7ff7850a301261
2012-07-06additional fix for fdo#51336 for radiobuttonsNoel Power
Change-Id: Ib35d27962b2c63221e1967886236547b3b1047d6
2012-07-06fdo#51336 - change vcl checkbox no-label behaviourNoel Power
Change-Id: I352c6041cc520dc76c302190dcf3a6945f5ac85f
2012-07-05fdo#49486: fix graphite2 hyphenation regressionMartin Hosken
Change-Id: I6d5901f28b66c8edc0c16e7ec04d574a5d59dedc
2012-07-05Revert "Remove unused throbber.src"Thomas Arnhold
This reverts commit 0d53a8336bd6b55fb89873ce7e2cd623468f282e. This file isn't referenced in any other file. For me those icon files are not in any images*.zip file. But the update extension seems to use the Throbber class, which refers to this icons. To be absolutely sure I revert the change. Maybe someone else wants to have a look at this.
2012-07-04fix drawing of calc input line when vcl backend supports CTRL_FRAMEIvan Timofeev
it is counterintuitive, but FRAME_DRAW_NWF was introduced to shrink a draw rectangle on its way, regardless of native CTRL_FRAME support (see d02e19e3d8697132f63eca353047a572b1e459ea). And that is what we want for the calc input line. Change-Id: Ie2f8bc6e2e21a56b081b8c71cc2b642b8f05848f
2012-07-04fix build problem on windowsCaolán McNamara
Change-Id: I0c965ac8abd25479ea97a95036f03c63daa106ae
2012-07-03Resolves: fdo#51693 use fontconfig font/glyph substitution in headless modeCaolán McNamara
Change-Id: Ie974be8ae6e9257d92ae4f96b53cb4810efef6d8
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Remove unused throbber.srcThomas Arnhold
This list is obsolete. This image list is generated automatically by Throbber::getDefaultImageURLs in throbber.cxx. Change-Id: I6f99e944d7557378586882c6d162f72482f09e07
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02typo in Norwegian translations of keyboard shortcuts (fdo#50415)Mihkel Tõnnov
Change-Id: Ia6408f7c50ad16851d3302eebf603545996b2978
2012-07-02Estonian translation for keyboard shortcuts (fdo#50415)Mihkel Tõnnov
Change-Id: I741553e5f489b74b339e991ae01d7e6f1b7f29c7
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02Remove unused definesThomas Arnhold
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
2012-07-02translated german commentsLuc Castermans
Change-Id: Ia99de2167bbc401d212eb9cf04883f3f8270f44f
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev
Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa
2012-07-01translate German commentsLuc Castermans
Change-Id: I831fdc2aad07242e1eae401e50f33291e1684cc2
2012-06-29Remove some unused defines and controlsThomas Arnhold
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29some pesky XubStringsCaolán McNamara
Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
2012-06-28FloatingSizeMode is always FSMODE_AUTO, remove itIvan Timofeev
Change-Id: I0468ff6deaf701ed3d155db1ff3f0f0c204e1199
2012-06-28remove unused toolbox stylesIvan Timofeev
Change-Id: If19d8a79e34dfa20c41084c91992d860aad6c968
2012-06-27Remove unused header filesThomas Arnhold
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Remove commented out code (includes)Thomas Arnhold
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27Remove commented out codeThomas Arnhold
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-26Prevent print settings dialog to show help buttonMaxime de Roucy
Prevent the printer settings dialog to show help button when it's called from the help. Add a PrinterController property : HideHelpButton Change-Id: I45585a30a2f429659f554747f93c650cb048711f
2012-06-26aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.Jan Holesovsky
Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def
2012-06-26Fix more bugs in ImplgetTopDockingAreaHeight().Jan Holesovsky
- fixed infinite loop (calling next in an 'else' is a bad idea) - there may be more top docking areas, pick the one with != 0 height Change-Id: I4892a655e25efff4d7282c5106ba238f94586374
2012-06-26tidy some resource stringsCaolán McNamara
Change-Id: I611a276d048121084ec842d062129e042f3baea5
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-25Better initialization of members.Jan Holesovsky
Change-Id: I5e11865222dbb966185585fe3fd413834c6c6b9a
2012-06-25Re-introduce a useful MSDN link about DWM and drawing into non-client area.Jan Holesovsky
Change-Id: If56d66f7ee8a509566da0cf5c21ce91bced67310
2012-06-25aero toolbar: Extend the drawing of the toolbar to the menubar area.Jan Holesovsky
Fix the maTopDockingAreaHeight computation too, it did not work. Change-Id: I788c96960a5607482b750d536e522644e236f052
2012-06-25Revert "Reduce copy'n'paste by different nesting of if's."Jan Holesovsky
This reverts commit 83208da599e46dbba39c9e9a5b503bc4e93d4eea.
2012-06-25Revert "aero: Implement a glass menubar on Windows."Jan Holesovsky
This reverts commit 64c696fc92a860fdbbe490ca503391b964dd646f.
2012-06-25Revert "menubar: Improved Windows Vista or later look (based on Mirek M.'s ↵Jan Holesovsky
design)." This reverts commit eac708b0b188d7e6477922bb4bc03199cd92f5ca.
2012-06-25Revert "aero menubar: Improve look according to Mirek M. + Astron's notes."Jan Holesovsky
This reverts commit 663bfb42c8e2a7e3306eaa59ca77746d0aa0a197.
2012-06-25Revert "aero menubar: Make the text in menu black."Jan Holesovsky
This reverts commit 9164d135db46be9de56ef60f4b95bbd933fdb57e.
2012-06-25Revert "aero menubar: Make the glow around the entries smaller."Jan Holesovsky
This reverts commit ff367eb669686c80cd5f0931cf0adf81d02f49e0.
2012-06-25remove some annoying XubStringsCaolán McNamara
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-25callcatcher: update unused codeCaolán McNamara
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
2012-06-25Remove OLD_TAB_STYLEThomas Arnhold
The new tab style is there until 2007. Change-Id: I267b554d609878b1f011f87ce817898c5e94a83e
2012-06-25Fix error: redefinition of 'value'Tor Lillqvist
Change-Id: I6c887971b91380543a2c59a4f1b477b9eb4a49b8
2012-06-23Initial basic support for CoreText. very partial and highly unstable.Norbert Thiebaud
Change-Id: I5dc9fb342e45fa3d428e340a597a2d9d4e246cb5
2012-06-23WaE on Mac SDK > 10.4Norbert Thiebaud
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
2012-06-23factorize what we can share for salgdi between CoreText and ATSUINorbert Thiebaud
2012-06-23move ATSUI entangled-code into its specific sub-directoryNorbert Thiebaud
This is prep work to make room for a CoreText-based implementation