Commit graph

3151 commits

Author SHA1 Message Date
cxl
02899206c2 CtrlLib: Fixed appearance of small disabled scrollbars
git-svn-id: svn://ultimatepp.org/upp/trunk@3461 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 13:47:13 +00:00
cxl
22c7b8ae3e CtrlLib: Fixed selection in RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@3460 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 13:17:53 +00:00
cxl
99f5f8d913 *CtrlLib: Fix in problem with DisplayPopup sometimes popping up on focus change wrongly
git-svn-id: svn://ultimatepp.org/upp/trunk@3459 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 09:00:37 +00:00
cxl
9e0debc328 SqlCtrl: new SqlNOption similar to SqlOption, but returns Null on flase (instead of ''0'')
git-svn-id: svn://ultimatepp.org/upp/trunk@3458 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-26 08:01:42 +00:00
cxl
14c88df963 .CtrlCore: Improvements of SetLayout_
git-svn-id: svn://ultimatepp.org/upp/trunk@3456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-25 13:07:10 +00:00
dolik
13a6c1ba64 .bazaar/Sound: Fixes for MSVC
git-svn-id: svn://ultimatepp.org/upp/trunk@3455 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 17:42:07 +00:00
cxl
6f4b84b816 Core: Xmlize now able to define tag names for container items
git-svn-id: svn://ultimatepp.org/upp/trunk@3454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 16:01:13 +00:00
cxl
847790ece7 reference: SetLayout example
git-svn-id: svn://ultimatepp.org/upp/trunk@3453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 15:59:13 +00:00
cxl
c78825527c CtrlCore: New SetLayout_[layout name] template function generated from .lay
git-svn-id: svn://ultimatepp.org/upp/trunk@3452 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 09:14:43 +00:00
rylek
08d940c0b1 .CtrlCore: minor style fixes in RTF parser & encoder
git-svn-id: svn://ultimatepp.org/upp/trunk@3451 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 22:20:37 +00:00
cxl
061e35e977 .ide: Cleanup of bottompane issues (thanks sender_ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@3449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 18:37:33 +00:00
cxl
3c452f465a .theide: Showing console after invalid method failure
git-svn-id: svn://ultimatepp.org/upp/trunk@3448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 14:29:55 +00:00
kohait
0be2283eeb bazaar: Gen: Shared<> help
git-svn-id: svn://ultimatepp.org/upp/trunk@3447 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-23 11:35:51 +00:00
kohait
edafd54f03 bazaar: ExpandFrame: size propagation fix, BoostPyTest: compile error leftof
git-svn-id: svn://ultimatepp.org/upp/trunk@3446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-22 20:44:21 +00:00
koldo
358d9a7550 SysInfo: Included hibernate and suspend in Shutdown()
git-svn-id: svn://ultimatepp.org/upp/trunk@3444 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 20:28:31 +00:00
koldo
b07178c096 .MAPIEx_demo: Light changes.
git-svn-id: svn://ultimatepp.org/upp/trunk@3443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 20:26:47 +00:00
koldo
8c42ebdc6b MAPIEx: Modified OpenSubFolder()
git-svn-id: svn://ultimatepp.org/upp/trunk@3442 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 20:25:54 +00:00
koldo
7569b00887 Functions4U: Added Tokenize()
git-svn-id: svn://ultimatepp.org/upp/trunk@3441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 20:23:40 +00:00
cxl
f3575fc0e4 theide: fixed Bug #31: TheIDE menu losing focus when building
git-svn-id: svn://ultimatepp.org/upp/trunk@3440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 17:48:15 +00:00
kohait
e68018436b bazaar: BoostPyTest: PyEvalConvert example; RectCtrl: right click Track sets rect directly; CtrlPos: handling and right click same as RectCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@3438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-20 18:53:08 +00:00
kohait
a466eb6194 bazaar: Gen: added 'non-uppway' Shared<> template, a boost::shared_ptr like container with refcount
git-svn-id: svn://ultimatepp.org/upp/trunk@3437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-20 12:52:07 +00:00
kohait
96bc060be1 bazaar: Py: xompile fix without boost; PyConsoleCtrl: some api improvements, BoostPyTest: export PyConsoleCtrl to Py itself, major Callback macrofication; PointCtrl handling fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3435 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-19 07:21:21 +00:00
cxl
bd4b53975c .Core: ConvertInt now returns 'int' Value number subtype when possible
git-svn-id: svn://ultimatepp.org/upp/trunk@3434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-18 20:58:04 +00:00
cxl
04073eed29 .CtrlLib: CtrlLib.usc fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@3433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-18 18:15:07 +00:00
dolik
6b827a37e0 *theide: fixed crash in SrcUpdater
git-svn-id: svn://ultimatepp.org/upp/trunk@3432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 17:28:35 +00:00
dolik
b3e59fb666 theide: improved source updater (batch actions, ignores)
git-svn-id: svn://ultimatepp.org/upp/trunk@3431 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 16:58:59 +00:00
kohait
332c085ad9 bazaar: BoostPyTest: invoke py scripts from outside and access upp from inside py scripts
git-svn-id: svn://ultimatepp.org/upp/trunk@3430 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 12:31:02 +00:00
cxl
efb3b01daf *CtrlLib: RichTextView: Fixed issue with links being active after end of line
git-svn-id: svn://ultimatepp.org/upp/trunk@3429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 11:32:30 +00:00
cxl
44e91dcec2 CtrlLib: Improved selection in RichTextView tables
git-svn-id: svn://ultimatepp.org/upp/trunk@3428 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-17 11:21:55 +00:00
cxl
b29a45641d *CtrlCore: Fixed nasty focus moving issue in theide in X11 while building
git-svn-id: svn://ultimatepp.org/upp/trunk@3427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 21:32:51 +00:00
kohait
2666bb0844 bazaar: ValueCtrl: some type and handling fixes; LogPosCtrl & RectCtrl: handling fixes; BoostPyTest: type handling fixes, live eval example, Callback stack overflow fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3426 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 20:32:29 +00:00
cxl
8d2a697fcb *CtrCore: Fixed X11 Key_UP regression
git-svn-id: svn://ultimatepp.org/upp/trunk@3423 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 16:12:53 +00:00
cxl
2289fcc667 .CtrlLib: ChGtk issues
git-svn-id: svn://ultimatepp.org/upp/trunk@3422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 15:40:58 +00:00
kohait
86508d1820 bazaar: BoostPyTest: Callbacks improvements, CtrlCore / TopWindow export at 80%, virtual methods and eval examples, ValueMap export; ValueCtrl: ValueMap and ErrorValue editor
git-svn-id: svn://ultimatepp.org/upp/trunk@3421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 12:47:16 +00:00
cxl
514b166a58 .CtrlLib: ChGtk reorganized
git-svn-id: svn://ultimatepp.org/upp/trunk@3420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-16 10:32:31 +00:00
rylek
985b1fab7f .TDraw: minor fixes and improvements in symbol positioning and spacing
git-svn-id: svn://ultimatepp.org/upp/trunk@3419 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-14 07:04:38 +00:00
cxl
417095d03e .uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@3418 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 10:29:20 +00:00
cxl
e092b4c2fe *Draw: fixed CJK glyph issues
git-svn-id: svn://ultimatepp.org/upp/trunk@3417 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 10:21:59 +00:00
cxl
29d329c4e4 .uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@3416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 10:21:50 +00:00
rylek
4ec383cd61 .Web: fixed two bugs concerning delayed writes in HttpServer: a) unnecessary blocking waits after sending the data; b) incorrect graceful shutdown sequence
git-svn-id: svn://ultimatepp.org/upp/trunk@3415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-13 08:21:02 +00:00
kohait
117c0cfce6 bazaar: BoostPyTest: some fixes in Ctrls, can now be instantiated and added in environment, Callback works (still alpha), sandbox grows
git-svn-id: svn://ultimatepp.org/upp/trunk@3414 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-12 15:41:56 +00:00
kohait
9823545394 bazaar: BoostPtTest: first shot of exposing Callback to python unidirectionally
git-svn-id: svn://ultimatepp.org/upp/trunk@3413 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-12 01:17:20 +00:00
mindtraveller
6f8d2139af added CallbackQueue pre/post task notifications
git-svn-id: svn://ultimatepp.org/upp/trunk@3412 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-11 20:14:32 +00:00
kohait
74e69aa4dd bazaar: BoostPyTest: gcc compile fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-11 08:52:12 +00:00
kohait
d03a23c51e bazaar: BoostPyTest: some new exports, like TopWindow, Log, Prompt, Progress, Callback soon to come
git-svn-id: svn://ultimatepp.org/upp/trunk@3410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-10 19:39:30 +00:00
cxl
510cba282c *theide: usvn support for filenames with spaces
git-svn-id: svn://ultimatepp.org/upp/trunk@3409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-09 03:35:59 +00:00
cxl
af65db225a CtrlLib: Fixed issue with TabCtrl in KDE (wrong detection of Qt in chameleon)
git-svn-id: svn://ultimatepp.org/upp/trunk@3408 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-08 18:19:32 +00:00
koldo
990a67a564 .MAPIEx: Now compiles MinGW
git-svn-id: svn://ultimatepp.org/upp/trunk@3407 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 22:09:50 +00:00
rylek
e7b6d7b266 .CtrlCore: fixed typo and added implementation of WinMetaFile::Detach
.TDraw: minor fixes and enhancements in formula painter

git-svn-id: svn://ultimatepp.org/upp/trunk@3406 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 21:41:38 +00:00
kohait
95fffa4e94 bazaar: Gen: changing handling of class Typer to avoid multiple inherit / diamond of death; BoostPyTest: pos handling in CtrlCore
git-svn-id: svn://ultimatepp.org/upp/trunk@3405 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 20:41:26 +00:00