Commit graph

5941 commits

Author SHA1 Message Date
cxl
5dff5fc989 CodeEditor, ide: Word wrap
git-svn-id: svn://ultimatepp.org/upp/trunk@11473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-17 08:03:36 +00:00
cxl
a70d0b7d4a CtrlLib: CtrlBar - fixed frame layout size issue
git-svn-id: svn://ultimatepp.org/upp/trunk@11472 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-16 08:58:08 +00:00
cxl
ff4d31293e ide: Fixed issue with big assist popups
git-svn-id: svn://ultimatepp.org/upp/trunk@11471 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-15 22:51:42 +00:00
cxl
f19ef5dbb4 .removed DLOG
git-svn-id: svn://ultimatepp.org/upp/trunk@11470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-15 15:34:39 +00:00
cxl
87985d545c Core: WebSocket server close command fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@11469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-15 07:57:36 +00:00
cxl
c736712eba Core: WebSocket Connect in blocking mode issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@11468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-15 07:38:07 +00:00
cxl
99e354987f Optimizing SDraw/DDARasterizer
git-svn-id: svn://ultimatepp.org/upp/trunk@11466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-13 22:46:47 +00:00
cxl
93646167ca ide: improved startup time (not checking ide-aux file times if they are not local)
git-svn-id: svn://ultimatepp.org/upp/trunk@11462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-13 11:23:59 +00:00
cxl
aeb7fb6b58 ide: Fixed issue with debugger randomly stopping at continue
git-svn-id: svn://ultimatepp.org/upp/trunk@11461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-13 10:29:18 +00:00
cxl
3844d321e0 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@11459 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 23:22:29 +00:00
cxl
7c02a3c01c CtrlLib: MenuBar now resilient to destroying menu while invoked menuitem event is running
git-svn-id: svn://ultimatepp.org/upp/trunk@11457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 22:51:50 +00:00
cxl
49a03f05d9 .ide
git-svn-id: svn://ultimatepp.org/upp/trunk@11456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 20:02:00 +00:00
cxl
4edebf396b ide: testing log issue
git-svn-id: svn://ultimatepp.org/upp/trunk@11455 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 19:42:21 +00:00
klugier
87379f651c Ide: OpenLog argument is pass by vaule due (Still don't know why const& ref doesn't work for debug bug reading - is this some kind of race condition?).
git-svn-id: svn://ultimatepp.org/upp/trunk@11454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 18:35:02 +00:00
klugier
a6482403c0 Ide: ide can now display own log file. The main reason of adding this improvement is easier problem diagnostic.
git-svn-id: svn://ultimatepp.org/upp/trunk@11453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 17:35:05 +00:00
cxl
56c7d62007 ide: verbose logging, docs
git-svn-id: svn://ultimatepp.org/upp/trunk@11452 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 17:15:16 +00:00
klugier
fb353b893c Ide: IDE version is now log on startup. Move main to separate implementation file.
git-svn-id: svn://ultimatepp.org/upp/trunk@11448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-11 23:04:29 +00:00
cxl
3e828be576 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11447 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-11 15:39:18 +00:00
cxl
dc3244101a Async rewritten in C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@11446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-11 14:32:04 +00:00
klugier
c15db2ee89 .cosmetic
git-svn-id: svn://ultimatepp.org/upp/trunk@11445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-08 21:27:55 +00:00
klugier
3e9282a6b4 .cosmetic Ide:Comment is not nessesary in Ide::EditorMode(), the SyncNavigator code is appropriate documentation.
git-svn-id: svn://ultimatepp.org/upp/trunk@11444 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-08 20:45:11 +00:00
cxl
3686b745f1 Core, CtrlLib: ColorFromText moved to Core
git-svn-id: svn://ultimatepp.org/upp/trunk@11443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-08 15:46:52 +00:00
klugier
9dc00ddbc9 Ide: Ide now synchronized navigator in editor mode on startup. #1806
git-svn-id: svn://ultimatepp.org/upp/trunk@11441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-07 23:51:01 +00:00
cxl
91a4237804 TextDiffCtrl: Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-07 12:43:04 +00:00
cxl
f9cb887af9 Core: Fixed clang 3.4 version detection in CoWork.h
git-svn-id: svn://ultimatepp.org/upp/trunk@11438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-07 11:03:35 +00:00
cxl
4631abf2b8 CoWork: CoWork::FinLock now ignored if not in worker
git-svn-id: svn://ultimatepp.org/upp/trunk@11437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-06 17:15:26 +00:00
cxl
014c8b865e Core: Now compatible with clang 3.4
git-svn-id: svn://ultimatepp.org/upp/trunk@11432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-06 10:00:28 +00:00
cxl
db815c90f9 urepo: Conflict fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11425 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-02 23:30:12 +00:00
cxl
53bc6e18af urepo: Conflict cleanup improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-02 18:53:51 +00:00
cxl
d463573f49 GLCtrl: Fixed in gtk
git-svn-id: svn://ultimatepp.org/upp/trunk@11419 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-31 22:40:51 +00:00
cxl
8f87700a0a .removed plugin backups
git-svn-id: svn://ultimatepp.org/upp/trunk@11418 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-30 19:27:43 +00:00
klugier
95e4782eb2 Expor globals is not active when there is no global macros in ide. Thanks Omari! #1781
git-svn-id: svn://ultimatepp.org/upp/trunk@11417 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-26 20:39:02 +00:00
cxl
f51fdd06f1 CtrlLib: Fixed backward compatibility of ArrayCtrl::Column::Sorting
git-svn-id: svn://ultimatepp.org/upp/trunk@11414 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-25 13:16:03 +00:00
cxl
a9d1212c00 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 15:18:31 +00:00
cxl
12ac854cfb .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 12:02:42 +00:00
cxl
1fa5a91cc6 plugin/zstd: Reverted to 0.7.3 version (format compatibility issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@11409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 11:19:27 +00:00
cxl
ff246ae617 Core: z.cpp removed warning
git-svn-id: svn://ultimatepp.org/upp/trunk@11408 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 08:22:57 +00:00
cxl
749c52339c .plugin\zstd fixed xxhash issue
git-svn-id: svn://ultimatepp.org/upp/trunk@11407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 08:12:23 +00:00
koldo
2eaeda1057 Eigen: Updated to version 3.3.4
git-svn-id: svn://ultimatepp.org/upp/trunk@11406 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-23 07:47:29 +00:00
cxl
ecef5e786a plugin/pcre: updated to 8.41
git-svn-id: svn://ultimatepp.org/upp/trunk@11404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-22 20:56:17 +00:00
cxl
e70a8d95dc plugin/bz2: updated to 1.0.6
git-svn-id: svn://ultimatepp.org/upp/trunk@11403 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-22 20:44:07 +00:00
cxl
817411ad58 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11401 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-22 20:32:38 +00:00
cxl
a89fac0a63 plugin/zstd: updated to version 1.3.2, plugin/lzma: updated to 16.04
git-svn-id: svn://ultimatepp.org/upp/trunk@11400 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-22 20:32:08 +00:00
cxl
d4c2f9361a Core, plugin/lz4: lz4 updated to 1.7.3
git-svn-id: svn://ultimatepp.org/upp/trunk@11398 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-21 17:59:45 +00:00
cxl
a905e4ebb8 plugin/jpeg: Fixed problem with boolean
git-svn-id: svn://ultimatepp.org/upp/trunk@11397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-21 13:44:38 +00:00
cxl
f970f56fb5 plugin/jpg fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@11395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-21 11:35:41 +00:00
cxl
a95f9b2dba plugin/jpg: updated to version 9b
git-svn-id: svn://ultimatepp.org/upp/trunk@11394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-21 11:28:01 +00:00
cxl
22ab507875 AppendFiles fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-19 13:51:33 +00:00
cxl
3eaadf060e Core: CpuHypervisor
git-svn-id: svn://ultimatepp.org/upp/trunk@11387 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-17 16:00:37 +00:00
cxl
b2ff8b33cd CpuHypervisor
git-svn-id: svn://ultimatepp.org/upp/trunk@11386 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-17 15:45:26 +00:00