Age | Commit message (Expand) | Author |
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 |
2016-05-21 | move glX stuff to X-only modules | Caolán McNamara |
2016-05-21 | Split OpenGLContext up into SalInstance specific classes | Caolán McNamara |
2016-05-20 | loplugin:unusedmethods in vcl | Noel Grandin |
2016-05-19 | Resolve: "TODO(Q1): Make GetSystemData method virtual" | Caolán McNamara |
2016-05-19 | opengl: track the state of blend, DrawArrays on OpenGLProgram | Tomaž Vajngerl |
2016-05-13 | convert SHOWTRACK to scoped enum | Noel Grandin |
2016-05-12 | mpDefDialogParent is not used since 2002 | Caolán McNamara |
2016-05-12 | simplify SalGraphics::copyArea flags argument | Noel Grandin |
2016-05-11 | Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6 | Caolán McNamara |