summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Some WNT-only code still needs ApplicationEvent(); plus made the other ctor e...Stephan Bergmann1-2/+4
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann1-22/+13
2011-11-04String->OUString, remove unused codeAugust Sodora1-91/+23
2011-11-03Cleanup basebmp a littleJoseph Powers2-45/+0
2011-11-03Unwind and refactor some of the Grey Palette stuffCaolán McNamara1-15/+9
2011-11-03IsGreyPalette: belt and braces, empty palettes are grey (apparently)Michael Meeks1-1/+1
2011-11-03gtk3: implement rendering for Listbox widgetsCosimo Cecchi1-1/+2
2011-11-03gtk3: misc cleanupsCosimo Cecchi1-0/+3
2011-11-03gtk3: implement rendering for ComboboxesCosimo Cecchi1-0/+9
2011-11-03gtk3: implement rendering for spinbuttonsCosimo Cecchi1-1/+12
2011-11-03gtk: add widget_get_xid()Cosimo Cecchi1-0/+9
2011-11-03probably need to add mbIsGrey to operator== comparisonCaolán McNamara1-1/+1
2011-11-03need to assign mbIsGrey in operator=Caolán McNamara1-0/+1
2011-11-03mbIsGrey needs to be initialized in ctorCaolán McNamara1-7/+10
2011-11-03Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks1-8/+9
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2-2/+2
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens1-1/+1
2011-11-02gtk3: improve the GTK3 theming layer somewhatCosimo Cecchi1-3/+14
2011-11-02drop freshly unused methodsCaolán McNamara1-1/+0
2011-11-02use SAL_N_ELEMENTSDavid Tardon1-3/+0
2011-11-01drop GetImageIdsCaolán McNamara1-1/+0
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara1-4/+4
2011-10-28drop some unused codeCaolán McNamara1-4/+0
2011-10-27make FontManager work directly on FontSelectPatternCaolán McNamara1-3/+2
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara12-51/+51
2011-10-27renderArea is implemented only with GTK-3Petr Mladek1-1/+2
2011-10-27remove ItalicMatrix into delivered headerCaolán McNamara3-17/+16
2011-10-27Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara2-1/+21
2011-10-27headless: cleanup degenerate clipping case to not render or warn.Michael Meeks1-2/+2
2011-10-26gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks3-85/+122
2011-10-26generic: cleanup vcl / X11 display abstraction to fix crasherMichael Meeks1-1/+3
2011-10-26Clean up ImplSVData::mpSalData.Stephan Bergmann6-12/+15
2011-10-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks1-1/+1
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2-7/+7
2011-10-25gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn...Lucas Baudin1-0/+1
2011-10-25gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading...Lucas Baudin1-6/+7
2011-10-25gtk3: Use CheckBox style (there is still a problem with the hover stage)Lucas Baudin1-0/+1
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks2-1/+2
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks4-6/+6
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks1-1/+2
2011-10-25cleanup some missing conditionals causing problems for macMichael Meeks1-0/+1
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks1-0/+1
2011-10-25generic: overcome Mac specific build errorsMichael Meeks1-0/+1
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks1-0/+31
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks8-180/+48
2011-10-25generic: remove mistaken m_aFrames hiding parent's frame listMichael Meeks1-1/+0
2011-10-25gtk3: make AnyInput to behave itself properlyMichael Meeks2-9/+12
2011-10-25gtk3: try to improve AnyInput (absent toolkit support for it)Michael Meeks2-1/+9
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks5-54/+46
2011-10-25generic: try to cleanup SalXLib cruft some moreMichael Meeks4-10/+9