Commit Graph

351 Commits

Author SHA1 Message Date
Chris Johnson
e8111249e5 -Fix bug [ 1985839 ] strip TARGET* in make all
-Tweak MinGW configuration file
-Modified Tuple.h for sane behavior with MinGW
-Modified UtilTestSuite.cpp for conditional use of MFC based on availability of library; otherwise use console
2008-06-06 04:38:13 +00:00
Peter Schojer
790a20ed20 added rowClicked event 2008-06-05 13:10:18 +00:00
Peter Schojer
c7a3b3499d fixed css include 2008-06-05 10:00:14 +00:00
Peter Schojer
5941524877 added Resourcemanager 2008-06-05 09:01:29 +00:00
Peter Schojer
8cd381c913 afterload event added 2008-06-04 13:37:04 +00:00
Peter Schojer
691eb2d909 added support for multiline selection 2008-06-04 10:42:53 +00:00
Aleksandar Fabijanic
cb234f14ac Fedora Core9/g++ 4.3.0 compilations fixes 2008-06-03 20:51:10 +00:00
Aleksandar Fabijanic
e2fafc6404 [1983595] ODBCMetaColumn type detection fix 2008-06-03 13:52:00 +00:00
Peter Schojer
9e6591b474 added table selectionmodel, auto-mask tables while loading 2008-06-03 11:21:31 +00:00
Aleksandar Fabijanic
a90b28b4d3 [1982878] Can't set log files purging to none 2008-06-03 01:38:57 +00:00
Peter Schojer
20bd90aa5d fixed writing back of datefields 2008-06-02 07:36:54 +00:00
Aleksandar Fabijanic
97b9101d54 [1981139] initial value of reference to non-const must be an lvalue 2008-06-01 20:40:11 +00:00
Aleksandar Fabijanic
0a1c616368 SF items:
[1981125] std::swap_ranges overloading resolution failed
[1981130] pointless comparison of unsigned integer with zero
[1981139] initial value of reference to non-const must be an lvalue

Buffer test
FunctionDelegate comment spelling
2008-06-01 14:33:45 +00:00
Aleksandar Fabijanic
1d27e75989 added LogRotation sample 2008-06-01 13:18:36 +00:00
Aleksandar Fabijanic
cf01c1ad16 date/time test fix; g++ compilation fix for bulk 2008-06-01 11:02:21 +00:00
Aleksandar Fabijanic
ded102a6a4 fix for SF [1980478] FileChannel loses messages with "archive"="timestamp" 2008-05-31 13:41:24 +00:00
Aleksandar Fabijanic
4fe33a7c49 Sun Studio ODBC compile fixes 2008-05-30 19:00:11 +00:00
Peter Schojer
fafec95355 fixes to table, events, datefields 2008-05-30 12:48:59 +00:00
Peter Schojer
72a0f3c3ff added beforerender+afterrender events 2008-05-29 13:54:48 +00:00
Peter Schojer
bfddbdb20a changed requestprocessor interface 2008-05-29 11:32:51 +00:00
Aleksandar Fabijanic
4e774e71aa SunOS build consolidation:
build/config/SunOS renamed to SunOS-SunForte
added build/config/SunOS-SunStudio
modified build/rules/global to select proper configuration based on detected Sun compiler version
disabled spurious hidevf warning for Data/testsuite and Data/SQLite Sun build
2008-05-28 19:08:40 +00:00
Peter Schojer
d0a169567b simplified table serializing 2008-05-27 13:59:06 +00:00
Peter Schojer
e07a2126e9 Added fixes for layouts+ComboBoxevents 2008-05-27 12:58:28 +00:00
Peter Schojer
0362659ac9 added hidden column to fix remote sorting 2008-05-26 08:55:41 +00:00
Aleksandar Fabijanic
979749490a Binding compilation fix 2008-05-25 16:36:58 +00:00
Aleksandar Fabijanic
d6ace3c20a various use()/useRef()/bind() case tests 2008-05-25 16:09:11 +00:00
Aleksandar Fabijanic
532672c027 SF 1969276 DynamicAny("") should be false; added operator! 2008-05-22 01:29:32 +00:00
Guenter Obiltschnig
1de922e8c3 fixed SF# 1968106: DigestOutputStream losing data 2008-05-20 17:19:27 +00:00
Peter Schojer
7a0aa6987c table performance updates+JSEvent handling changes 2008-05-20 13:58:01 +00:00
Peter Schojer
ab07e2cbba Changed Ajax request detection to prevent browser caching 2008-05-19 13:25:44 +00:00
Peter Schojer
ae5b44091f fixes to events 2008-05-19 13:14:14 +00:00
Peter Schojer
665172eed0 several fixes for table, numberfield+DateField 2008-05-15 12:06:22 +00:00
Aleksandar Fabijanic
0fe95a31c4 more optimization 2008-05-14 23:51:10 +00:00
Aleksandar Fabijanic
81fcb5cbf5 Solaris and non-Cygwin pthreads fixes (Serge: backport to 1.3.3) 2008-05-14 18:12:04 +00:00
Peter Schojer
f5c0603771 Fixed JSEvent 2008-05-14 12:40:32 +00:00
Peter Schojer
fba8e67818 Extensions for JSEvents 2008-05-14 12:31:14 +00:00
Peter Schojer
0d3e23167a Fixes for rendering of DateField in Table, Button event fixes 2008-05-14 08:09:08 +00:00
Peter Schojer
4e730ecc7e Fixed constness detection of const char[] arrays 2008-05-14 06:00:40 +00:00
Aleksandar Fabijanic
96c57718c4 casts inlining and some code tidy-up 2008-05-13 23:26:35 +00:00
Peter Schojer
bad44e6e46 added a static assert to check for const ref with use, added useRef keyword for these cases 2008-05-13 13:41:08 +00:00
Peter Schojer
92a0389b63 Split Bindign in CopyBinding and Binding. Fixes use(const T&) case 2008-05-13 11:30:19 +00:00
Aleksandar Fabijanic
e933e93b50 DynamicAny::extract performance optimization 2008-05-13 01:41:27 +00:00
Aleksandar Fabijanic
45d601089b VS90 solutions/projects for WebWidgets/ExtJS libraries and test suites
replaced hard coded project names with $(ProjectName) macro
replaced ThreadEntry.cpp/.h with ThreadTarget.cpp/.h in Foundation_VS90.vcproj
2008-05-12 18:59:24 +00:00
Peter Schojer
1bd450e943 added TableCellHandler 2008-05-12 13:35:18 +00:00
Peter Schojer
6c80fe82c1 added WebWidgets 2008-05-12 13:12:39 +00:00
Aleksandar Fabijanic
9661e08347 template parameter shadowing fix 2008-05-10 23:58:51 +00:00
Guenter Obiltschnig
6e7fdfa9fb applied a SharedPtr fix from Chris Jones 2008-05-08 06:50:08 +00:00
Guenter Obiltschnig
c3d621c6fc SharedPtr modification from Chris Jones (additional RC template arg that defaults to ReferenceCounter, thus fully backwards compatible) 2008-05-07 16:33:25 +00:00
Aleksandar Fabijanic
6c014c25d3 [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN (2nd time) 2008-05-02 22:45:54 +00:00
Guenter Obiltschnig
4ec68cecaf fixed SF# 1956300: HTTPServerConnection hanging 2008-05-02 16:41:14 +00:00