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 |
|