summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock3-11/+10
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock1-1/+1
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock1-2/+2
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock1-2/+2
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock3-8/+8
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock3-3/+3
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock1-1/+2
2015-12-22vcl: switch from ImplFindBySearchName to FindFontFamilyChris Sherlock1-4/+1
2015-12-22vcl: kde5 native button order is the same as kde4Miklos Vajna1-0/+1
2015-12-22tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin1-3/+4
2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock1-24/+23
2015-12-21avoid the same thing ever happening in the vcl cairo text rendererCaolán McNamara1-5/+7
2015-12-21These functions can be voidTor Lillqvist2-14/+12
2015-12-21loplugin:unusedmethodsNoel Grandin6-32/+6
2015-12-19coverity#1343636 Uninitialized scalar fieldCaolán McNamara1-1/+0
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara3-4/+5
2015-12-19tdf#83755 correct non-printing character positionMark Hung4-0/+14
2015-12-18vcl: always re-use context from default window.Michael Meeks3-11/+21
2015-12-18tdf#90319: make image flipping work in writer for pngpasqualm1-7/+40
2015-12-18SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhereTor Lillqvist1-21/+0
2015-12-18tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL caseTor Lillqvist2-33/+52
2015-12-18vcl: opengl - lean on the default window's context much more.Michael Meeks2-18/+20
2015-12-18fix O(n^2) in vcl event broadcasting tdf#90199Noel Grandin2-5/+20
2015-12-17tdf#95450 avoid double swap on big endian archesDavid Tardon1-28/+0
2015-12-17tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into itTor Lillqvist2-7/+13
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara8-27/+10
2015-12-17Get rid of ImplDoTiledRendering()Tor Lillqvist3-31/+7
2015-12-16tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.Michael Meeks1-0/+17
2015-12-16loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-12-16but only for dialogCaolán McNamara1-1/+1
2015-12-16Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogsCaolán McNamara1-0/+4
2015-12-16SvpSalFrame ctor parameter list has changedTor Lillqvist1-1/+1
2015-12-16NotebookBar: Initial "Home" tab for WriterSamuel Mehrbrodt1-228/+494
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky8-12/+510
2015-12-16gtk3: stop the ever shrinking size of toplevel on every restoreCaolán McNamara1-13/+28
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist1-0/+17
2015-12-15Initialise bArbMultisampleSupported as falseTor Lillqvist1-1/+1
2015-12-15Resolves: rhbz#1285364 urls cannot be opened under waylandCaolán McNamara1-0/+2
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist34-115/+115
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara6-3/+27
2015-12-15Resolves: rhbz#1287581 explicitly state we don't want decorated toolbarsCaolán McNamara1-0/+1
2015-12-15rhbz#1283420: cairo text + xrender bodgeCaolán McNamara1-0/+18
2015-12-15opengl: remove device id from opengl blacklistTomaž Vajngerl1-121/+0
2015-12-15Memory leakStephan Bergmann1-0/+5
2015-12-15loplugin:constantfunctionNoel Grandin1-6/+0
2015-12-15tdf#96119 Cannot select item with mouse in any combobox / drop down menuJuergen Funk3-1/+40
2015-12-14unusedcode NotifyEvent::NotifyEvent()Juergen Funk1-7/+0
2015-12-14Resolves: rhbz#1289394 gtk3: implement tooltips nativelyCaolán McNamara5-3/+48
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara4-46/+37
2015-12-14Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogsCaolán McNamara4-1/+17