summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-07-13Resolves: tdf#100574 Crash when selecting and applying border style...Caolán McNamara1-1/+1
2016-07-13Resolves: rhbz#1342823 toolbar menus popdown immediatelyCaolán McNamara3-3/+10
2016-07-12opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2-0/+6
2016-07-11if mpCurrentProgram and pProgram are NULL this crashesMarkus Mohrhard1-1/+1
2016-07-06tdf#98710 check the font is bound, substitute FON fontsTomaž Vajngerl2-1/+21
2016-06-29update other places that read data from cairo image surfaceDavid Tardon2-21/+27
2016-06-29rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon2-1/+9
2016-06-29vcl: GTK: fix libstdc++ "irreflexive" assertMichael Stahl1-3/+15
2016-06-24tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl2-0/+12
2016-06-22g_bytes_icon_new is only in glib >= 2.38Caolán McNamara1-0/+6
2016-06-22G_MENU_ATTRIBUTE_ICON is only in glib >= 2.38Caolán McNamara1-0/+4
2016-06-22g_icon_serialize is only in glib >= 2.38Caolán McNamara1-0/+6
2016-06-21tdf#100451 convert texture buffer to 1-bit and 4-bit palette bufferTomaž Vajngerl1-26/+66
2016-06-20add some OpenGL info to the crash reporterMarkus Mohrhard1-2/+4
2016-06-20Resolve: tdf#100429 gtk3: set custom icons in native gtk menusCaolán McNamara4-0/+80
2016-06-16Resolves: tdf#100327 gtk3 fpicker yes/no dialog modal troubleCaolán McNamara2-0/+6
2016-06-16tdf#100412: Cope with recursive gdk_threads_enter/_leaveStephan Bergmann2-7/+15
2016-06-15crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6fCaolán McNamara3-6/+11
2016-06-13Related: tdf#100337 revert x-crossplatform ToTop...Caolán McNamara4-27/+38
2016-06-13loplugin:vclwidgetsNoel Grandin1-0/+5
2016-06-12Resolves: tdf#100313 OutputDevice::isDisposed doesn't work anymoreCaolán McNamara1-22/+0
2016-06-10gtk3: use window groups so modal dialog are modal to their toplevel frame onlyCaolán McNamara1-5/+19
2016-06-10gtk3: use gtk_window_group_get_current_grab instead of gtk_grab_get_currentCaolán McNamara1-1/+2
2016-06-09Resolves: tdf#100248 vcl menu scroll timer still active post disposeCaolán McNamara1-0/+6
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl1-3/+16
2016-06-09reported abs narrowing complaintCaolán McNamara1-2/+5
2016-06-09Resolves: rhbz#1344042 deb#826654 scale gtk3 smooth scaling events...Caolán McNamara2-44/+32
2016-06-09tdf#100184 add missing changes to FixedTextureAtlasTomaž Vajngerl1-12/+11
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl2-8/+18
2016-06-08Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara1-0/+6
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-6/+40
2016-06-07loplugin:simplifyboolStephan Bergmann1-1/+1
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara1-0/+1
2016-06-07gtk3: wrongly activating the parent menu and not the desired childCaolán McNamara1-6/+10
2016-06-07vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl1-1/+1
2016-06-07vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl2-133/+216
2016-06-07shortcut the signal handler during batch testNorbert Thiebaud1-1/+4
2016-06-06tdf#100193: Check earlier and harder whether OpenGL is good enough on WindowsTor Lillqvist2-9/+61
2016-06-03Accept also hex vendor id in opengl_blacklist_windows.xmlTor Lillqvist3-3/+18
2016-06-02tdf#99919: Blacklist that specific vendor, version, and device combinationTor Lillqvist1-0/+4
2016-06-02tdf#100187 fix division by zero in comboFragmentShaderTomaž Vajngerl1-1/+1
2016-06-011 bit masks need each byte to be reversedCaolán McNamara1-1/+1
2016-05-31tdf#100159: On Windows, compile GL shaders in advance, disable GL on failureTor Lillqvist1-0/+109
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky2-1/+29
2016-05-31gtk3: crash on reusing a popup menu that has a sub menuCaolán McNamara2-0/+16
2016-05-31loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-31Resolves: tdf#92695 protect both branches against missing ToolItemCaolán McNamara1-1/+1
2016-05-31Related: tdf#92695 we already have ImplGetItem from mnHighItemId hereCaolán McNamara1-8/+7
2016-05-31Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevelCaolán McNamara2-4/+4
2016-05-30Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferableCaolán McNamara4-9/+41