summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-05configure: Windows SDKs < 7.1 are not supported, do not check for themMichael Stahl
2015-03-05set parent styles to fall back toCaolán McNamara
2015-03-05mpMenuBarItemStyle is unusedCaolán McNamara
2015-03-05fix typoCaolán McNamara
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara
2015-03-05Explicitly default the copy ctorStephan Bergmann
2015-03-05Actually execute testPDFImportSkipImagesStephan Bergmann
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-05add Item enum to ScTableRefTokenEike Rathke
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke
2015-03-05introduce ScTableRefTokenEike Rathke
2015-03-05error for css::sheet::FormulaToken with ocTableRef not implementedEike Rathke
2015-03-05add HandleTableRef()Eike Rathke
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke
2015-03-05rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/sEike Rathke
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke
2015-03-05introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke
2015-03-05remove SC_START_INDEX_DB_COLL binary file format legacyEike Rathke
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke
2015-03-05-Werror,-Wunused-functionStephan Bergmann
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
2015-03-05Unit tests for PDF importMihai Varga
2015-03-05remove dots from Delete buttons for OpenCL listsStanislav Horacek
2015-03-05add country to strings refering to Brazilian PortugueseStanislav Horacek
2015-03-05callcatcher: update unused codeCaolán McNamara
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro
2015-03-05Resolves tdf#78221 Cannot drag twice the same cell when editing formulaHenry Castro
2015-03-05DocxAttributeOutput: use std::unique_ptrMiklos Vajna
2015-03-05use "using" to redirect to subclass method in toolboxTomaž Vajngerl
2015-03-05HiDPI: increase toolbar drag handle hit area widthTomaž Vajngerl
2015-03-05tabbar: clean-up header - bitfields to bool, using, ...Tomaž Vajngerl
2015-03-05add margin before/after button handles in tabbarTomaž Vajngerl
2015-03-05toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl
2015-03-05code cleanup in tbxcolorupdate.cxxTomaž Vajngerl
2015-03-05remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl
2015-03-04V801: Decreased performanceCaolán McNamara
2015-03-04make wheel scrolling work under gtk3Caolán McNamara
2015-03-04need GDK_SCROLL_MASK under gtk3 to get any wheel scroll eventsCaolán McNamara
2015-03-04rControlRegion.[Left|Top]- 1 + 1 -> rControlRegion.[Left|Top]Caolán McNamara
2015-03-04damaged does the same gtk_widget_queue_draw_area with -1 top and +2 dimensionCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-04drop temp surface and draw direct to backing basebmp surfaceCaolán McNamara
2015-03-04rely on cairo to do the clipping for usCaolán McNamara
2015-03-04valgrind: padding is not setCaolán McNamara
2015-03-04consistent use of [pop|push]IgnoreDamageCaolán McNamara
2015-03-04update commentCaolán McNamara
2015-03-04seeing as we're using cairo-calls now we shouldn't need manual bounds checkingCaolán McNamara
2015-03-04silence some more spewCaolán McNamara
2015-03-04flush surface after 'draw'Caolán McNamara
2015-03-04move getCairoContext to GtkSalFrame and reuseCaolán McNamara