pre-commit-ci[bot]
|
222a2520b1
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-09-12 13:02:35 -04:00 |
|
wmayer
|
159525084d
|
Sheet: Apply clang format
|
2023-09-10 16:01:37 +02:00 |
|
Uwe
|
458e007ef0
|
[Mesh] [Spread] fix compilation with PCH
- add 2 missing includes to be able to compile with precompiled headers
|
2023-02-27 23:09:58 +01:00 |
|
Uwe
|
d6978106ea
|
[Spread] App: remove unnecessary Windows headers
- I added this earlier today, but it is not necessary at all, tested on 2 different Win PCs
|
2022-12-08 02:46:36 +01:00 |
|
Uwe
|
ee7e19fac0
|
[Spread] App: enable precompiled headers
|
2022-12-08 02:10:46 +01:00 |
|
Uwe
|
059b441ebc
|
[Spread] remove unused includes from PreCompiled.h
|
2022-12-07 18:18:04 +01:00 |
|
luz paz
|
fa98553775
|
Fix various typos and grammatical issues
|
2022-11-30 12:45:29 +01:00 |
|
Uwe
|
2d50fd36df
|
[Spread] remove unused includes
- also sort includes
- also additions to precompiled header
|
2022-10-09 20:31:31 +02:00 |
|
wmayer
|
5bab6fb189
|
Spreadsheet: include header with export macros
|
2022-03-24 20:51:48 +01:00 |
|
wmayer
|
97330443a2
|
All: modernize C++11
* replace deprecated headers
|
2022-03-23 22:44:18 +01:00 |
|
Uwe
|
66e8a2bef3
|
[Spreadsheet] remove Python.h and Xerces
|
2022-03-20 20:44:17 +01:00 |
|
Uwe
|
bda12907de
|
[Gui] rename the Qt header list
|
2022-03-07 20:35:38 +01:00 |
|
luz paz
|
44636aca2f
|
Spreadsheet: Make all file headers uniform [skip-ci]
|
2020-11-03 14:52:53 +01:00 |
|
wmayer
|
da83100728
|
+ fix major flaw in Spreadsheet module: do not include precompiled header in other header files
+ fix linking errors in drawing module
|
2016-01-04 16:03:00 +01:00 |
|
wmayer
|
a4d1dbe5f0
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
Eivind Kvedalen
|
61cbad8a12
|
Spreadsheet: Removed 'using namespace App'; preparation for moving Expression
classes to App.
|
2015-09-21 14:51:00 +02:00 |
|
Eivind Kvedalen
|
d153fb2dbd
|
+ Fixed merge of cells to retain value in upper left cell+ Replaced std::map::at() with iterators and find. Removed some superfluous calls to std::map::find()
+ Visual Studio fixes
+ Fixed return values
+ Removed unused variables
|
2015-02-13 21:53:59 +01:00 |
|
Eivind Kvedalen
|
383ffa6e15
|
Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen.
Various fixes for Windows by
Peter Lama <peterldev94@gmail.com>
Werner Mayer <wmayer@users.sourceforge.net>
|
2015-02-13 21:53:58 +01:00 |
|