summaryrefslogtreecommitdiffstats
path: root/vcl/inc
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: remove unused methodsCaolán McNamara2011-11-101-2/+0
* callcatcher: remove some unused Graphic methodsCaolán McNamara2011-11-071-3/+0
* gtk: cleanup resource provider and associated lifecycle issueMichael Meeks2011-11-071-1/+1
* move required resources down from fpicker & svtools into vclMichael Meeks2011-11-071-0/+19
* gtk: cleanup to make the vcl file-picker interface work.Michael Meeks2011-11-073-0/+8
* gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks2011-11-075-5/+45
* Some WNT-only code still needs ApplicationEvent(); plus made the other ctor e...Stephan Bergmann2011-11-041-2/+4
* Further clean up of areas touched by previous commit.Stephan Bergmann2011-11-041-22/+13
* String->OUString, remove unused codeAugust Sodora2011-11-041-91/+23
* Cleanup basebmp a littleJoseph Powers2011-11-032-45/+0
* Unwind and refactor some of the Grey Palette stuffCaolán McNamara2011-11-031-15/+9
* IsGreyPalette: belt and braces, empty palettes are grey (apparently)Michael Meeks2011-11-031-1/+1
* gtk3: implement rendering for Listbox widgetsCosimo Cecchi2011-11-031-1/+2
* gtk3: misc cleanupsCosimo Cecchi2011-11-031-0/+3
* gtk3: implement rendering for ComboboxesCosimo Cecchi2011-11-031-0/+9
* gtk3: implement rendering for spinbuttonsCosimo Cecchi2011-11-031-1/+12
* gtk: add widget_get_xid()Cosimo Cecchi2011-11-031-0/+9
* probably need to add mbIsGrey to operator== comparisonCaolán McNamara2011-11-031-1/+1
* need to assign mbIsGrey in operator=Caolán McNamara2011-11-031-0/+1
* mbIsGrey needs to be initialized in ctorCaolán McNamara2011-11-031-7/+10
* Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks2011-11-031-8/+9
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-022-2/+2
* Keep basebmp free of naked ptrs.Thorsten Behrens2011-11-021-1/+1
* gtk3: improve the GTK3 theming layer somewhatCosimo Cecchi2011-11-021-3/+14
* drop freshly unused methodsCaolán McNamara2011-11-021-1/+0
* use SAL_N_ELEMENTSDavid Tardon2011-11-021-3/+0
* drop GetImageIdsCaolán McNamara2011-11-011-1/+0
* add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara2011-11-011-4/+4
* drop some unused codeCaolán McNamara2011-10-281-4/+0
* make FontManager work directly on FontSelectPatternCaolán McNamara2011-10-271-3/+2
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-2712-51/+51
* renderArea is implemented only with GTK-3Petr Mladek2011-10-271-1/+2
* remove ItalicMatrix into delivered headerCaolán McNamara2011-10-273-17/+16
* Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara2011-10-272-1/+21
* headless: cleanup degenerate clipping case to not render or warn.Michael Meeks2011-10-271-2/+2
* gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks2011-10-263-85/+122
* generic: cleanup vcl / X11 display abstraction to fix crasherMichael Meeks2011-10-261-1/+3
* Clean up ImplSVData::mpSalData.Stephan Bergmann2011-10-266-12/+15
* gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks2011-10-251-1/+1
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-252-7/+7
* gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn...Lucas Baudin2011-10-251-0/+1
* gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading...Lucas Baudin2011-10-251-6/+7
* gtk3: Use CheckBox style (there is still a problem with the hover stage)Lucas Baudin2011-10-251-0/+1
* gtk3: cleanup fullscreen unpleasantnessMichael Meeks2011-10-252-1/+2
* generic: fix misc. initialization problems & simplify a littleMichael Meeks2011-10-254-6/+6
* generic: undo attempt at cross-platform headless for nowMichael Meeks2011-10-251-1/+2
* cleanup some missing conditionals causing problems for macMichael Meeks2011-10-251-0/+1
* gtk3: fix display changed signal emissionsMichael Meeks2011-10-251-0/+1
* generic: overcome Mac specific build errorsMichael Meeks2011-10-251-0/+1
* generic: more unix conditional compilation pieces and win32 portingMichael Meeks2011-10-251-0/+31