Age | Commit message (Expand) | Author |
2016-06-16 | tdf#100412: Cope with recursive gdk_threads_enter/_leave | Stephan Bergmann |
2016-06-15 | move aLastWheelEvent into svdata | Caolán McNamara |
2016-06-15 | crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6f | Caolán McNamara |
2016-06-13 | Related: tdf#100337 revert x-crossplatform ToTop... | Caolán McNamara |
2016-06-13 | gtk3: m_bSetFocusOnMap is only used on gtk3 | Caolán McNamara |
2016-06-13 | looks to me we can merge these ctors | Caolán McNamara |
2016-06-13 | Fix typos | Andrea Gelmini |
2016-06-10 | tdf#96099 Remove various smart pointer typedefs in vcl | Mark Page |
2016-06-09 | tdf#96971 SetXORMode - remove un-needed parameter | melikeyurtoglu |
2016-06-09 | Resolves: rhbz#1344042 deb#826654 scale gtk3 smooth scaling events... | Caolán McNamara |
2016-06-08 | tdf#100184 fix the lifecycle of a texture in an atlas | Tomaž Vajngerl |
2016-06-08 | opengl: batch drawing of polylines | Tomaž Vajngerl |
2016-06-08 | Not sure why loplugin:passstuffbyref did not warn about these cases? | Tor Lillqvist |
2016-06-08 | loplugin:passstuffbyref | Tor Lillqvist |
2016-06-08 | loplugin:passstuffbyref | Tor Lillqvist |
2016-06-08 | opengl: improve overlap tracking | Tomaž Vajngerl |
2016-06-08 | opengl: deferred texture drawing in RenderList, add drawAlphaRect | Tomaž Vajngerl |
2016-06-08 | opengl: batch draw polypolygons | Tomaž Vajngerl |
2016-06-08 | opengl: batch drawing of pixel, line, rect draw calls | Tomaž Vajngerl |
2016-06-08 | opengl: VertexUtils, deferred flush update, remove unneeded calls | Tomaž Vajngerl |
2016-06-06 | remove unused constants in HRC files | Noel Grandin |
2016-06-03 | tdf#96099 Reduce number of typedefs used for trivial container types | krishna keshav |
2016-06-03 | Clean up Windows error reporting a bit | Tor Lillqvist |
2016-06-03 | Convert NupOrderType to scoped enum | Noel Grandin |
2016-06-03 | Follow-up fix (odd missing ~TheAquaA11yFocusTracker error) | Stephan Bergmann |
2016-06-03 | loplugin:refcounting | Stephan Bergmann |
2016-06-02 | loplugin:unusedfields | Noel Grandin |
2016-06-01 | loplugin:unusedmethods | Noel Grandin |
2016-05-31 | gtk3: crash on reusing a popup menu that has a sub menu | Caolán McNamara |
2016-05-31 | Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevel | Caolán McNamara |
2016-05-30 | loplugin:passstuffbyref | Stephan Bergmann |
2016-05-30 | Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferable | Caolán McNamara |
2016-05-29 | tdf#100080 set unused shader attribs with values, fixes GL on AMD | Tomaž Vajngerl |
2016-05-26 | vcl: replace boost::shared_array with std::shared_ptr | Michael Stahl |
2016-05-26 | loplugin:unusedreturntypes | Noel Grandin |
2016-05-25 | vcl: replace boost::dynamic_bitset with boost::optional<std::bitset> | Michael Stahl |
2016-05-25 | Window::SetData and Window::GetData are nearly unused now | Caolán McNamara |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara |
2016-05-25 | Convert BMP_FORMAT to scoped enum | Noel Grandin |
2016-05-25 | Convert FontHintStyle to scoped enum | Noel Grandin |
2016-05-24 | Convert WINDOW_HITTEST to scoped enum | Noel Grandin |
2016-05-24 | Convert ImageType to scoped enum | Noel Grandin |
2016-05-23 | opengl: combined shaders to reduce shader switching | Tomaž Vajngerl |
2016-05-23 | opengl: use line shader for all line drawing not just polylines | Tomaž Vajngerl |
2016-05-23 | opengl: use existing code for "legacy" polyline, polygon render. | Tomaž Vajngerl |
2016-05-23 | mark destructor as virtual, loplugin:override | Markus Mohrhard |
2016-05-22 | Convert BitmapAccessMode to scoped enum | Noel Grandin |
2016-05-22 | Convert PreeditStatus to scoped enum | Noel Grandin |
2016-05-22 | Convert SetType to scoped enum | Noel Grandin |
2016-05-21 | split GLWindow into platform dependent parts and move to respective backends | Caolán McNamara |