summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-39/+39
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-11vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne1-4/+7
2014-12-09Bump minimum gtk version to 2.10Riccardo Magliocchetti1-10/+0
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-1/+1
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne1-57/+100
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne1-276/+350
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne1-35/+24
2014-11-13coverity#1251591 Resource leakCaolán McNamara1-7/+6
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne1-0/+6
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara1-1/+1
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl1-1/+1
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne1-106/+130
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-09-30Avoid leaking a GtkMenuMatthew J. Francis1-1/+3
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-10/+10
2014-09-23fdo#82577: Handle WindowNoel Grandin2-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock1-0/+9
2014-08-07fdo#75757: remove inheritance to std::vectorTakeshi Abe1-4/+8
2014-08-07including gtk/gtkunixprint.h appears unnecessaryStephan Bergmann1-1/+0
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist2-107/+0
2014-03-28fdo#68546 Make menubar's text color of persona the same as FirefoxIsamu Mogi1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-10/+10
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-34/+34
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-100/+100
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-10coverity#1027661 Explicit null dereferencedCaolán McNamara1-21/+21
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-9/+9
2014-01-08Resolves: rhbz#1050162 don't draw to NULL windowCaolán McNamara1-1/+5
2013-12-11fontmanager.hxx is private to vclTor Lillqvist1-1/+1
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-9/+9
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-2/+2
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-7/+7
2013-11-01Better approach for fdo#40077: Characters cropped in GTK-ComboboxSamuel Mehrbrodt1-5/+2
2013-10-29fdo#40077 Characters cropped in GTK-based ComboBoxSamuel Mehrbrodt1-1/+1
2013-09-17Fix fdo#69381 by skipping empty option groupsArnaud Versini1-0/+5
2013-08-30Mark lcl_* functions staticKhaled Hosny1-6/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-20gtk: use frame widget for frame renderingIvan Timofeev1-4/+4