Activity
From 02/24/2014 to 03/25/2014
03/24/2014
- 08:45 PM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- Well, but perhaps it is then rather error of DisplayPopup or tips. I mean, perhaps they should rather find proper wor...
- 12:56 PM Bug #725 (Ready for CR): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- In my opinion "GetRect().TopLeft()" is not perfect solution, because it causes several problems like tool tips are sh...
- 10:25 AM Bug #725 (Approved): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- 01:38 AM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- It seems that TopWindow::CenterRect for X11 needs improvement. It seems that it is not ready for GetScreenRect(). (X1...
- 01:38 AM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- It seems that TopWindow::CenterRect for X11 needs improvement. It seems that it is not ready for GetScreenRect(). (X1...
- 03:46 PM Feature #713 (Approved): ide: Comment/Uncomment
- 02:21 PM Feature #610 (Approved): Consider container comparisons...
- 02:19 PM Feature #719 (Approved): ArrayCtrl::CreateCtrl<T>
- 12:42 PM Feature #688 (Approved): ide: pdb: Add 'this' pane
03/23/2014
- 05:17 PM Bug #697 (Rejected): prj-aux in Linux seems to be created in package directories
- 04:52 PM Feature #729 (Approved): Jump method of SliderCtrl should be supported by LayoutDesigner.
- 04:49 PM Bug #707 (Rejected): GetWorkArea() should track mouse cursor position (GTK backend)
- Because we want the work area of window, not mouse. Also with current set of methods, obtaining work area for mouse i...
- 04:47 PM Bug #725 (Ready for CR): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- Applied, however:
GetWorkArea docs (and original intent) is that the area that the window belongs to is returned, ... - 04:47 PM Bug #725 (Ready for CR): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- Applied, however:
GetWorkArea docs (and original intent) is that the area that the window belongs to is returned, ...
03/22/2014
- 02:46 PM Feature #729 (Approved): Jump method of SliderCtrl should be supported by LayoutDesigner.
- I think it would be nice if SliderCtrl option "Jump" will be supported by LayoutDesigner.
First of all, We need to... - 03:51 AM Bug #704 (Approved): GLDrawDemo - Resizing dosen't work
- 03:51 AM Bug #717 (Approved): GLDraw - GLEW linking problem on Windows (Speed, Optimal compilation mode)
03/21/2014
- 12:06 PM Bug #728 (Approved): ide: Advanced/Format the code in editor freezes
- 11:38 AM Bug #728 (Approved): ide: Advanced/Format the code in editor freezes
- with really long line:...
03/19/2014
- 07:11 PM Feature #724 (Approved): GLEW as plugin
- 06:58 PM Bug #722 (Approved): GLCtrl Flickering on Win32
- 06:46 PM Bug #712 (Approved): Bugs in TabBar and TabBarCtrl
- 06:44 PM Feature #727 (Approved): ide: Double-clicking comparisons with source file should go to appropria...
- 06:43 PM Bug #723 (Approved): ide: Reorganize build method settings, add common settings for debug/release...
03/18/2014
03/17/2014
- 05:24 PM Feature #726 (Approved): C11: Support lambda callbacks
- 04:53 PM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- I think we can also improve a little bit X11 version of following method: "Rect Ctrl::GetPrimaryWorkArea()".
- 04:53 PM Bug #725: gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- I think we can also improve a little bit X11 version of following method: "Rect Ctrl::GetPrimaryWorkArea()".
- 04:46 PM Bug #725 (Patch ready): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- It seems that this extension works since version 2.20.0: https://developer.gnome.org/gdk3/unstable/GdkScreen.html#gdk...
- 04:46 PM Bug #725 (Patch ready): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- It seems that this extension works since version 2.20.0: https://developer.gnome.org/gdk3/unstable/GdkScreen.html#gdk...
03/16/2014
- 04:20 PM Bug #725 (Approved): gdk_screen_get_primary_monitor only works with GTK>=2.19.2
- The recently introduced changes in GetPrimaryWorkArea (#640, r6761) use function gdk_screen_get_primary_monitor which...
03/15/2014
- 06:17 PM Feature #715 (Approved): Core: Containers, Value comparisons
- 06:16 PM Feature #718 (Approved): Add Tie
- 03:23 PM Feature #724 (Approved): GLEW as plugin
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=42451&#msg_42451
- 03:09 PM Bug #723 (Approved): ide: Reorganize build method settings, add common settings for debug/release...
03/14/2014
- 06:50 PM Bug #722 (Approved): GLCtrl Flickering on Win32
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=42441&#msg_42441
- 01:04 PM Feature #721 (Approved): Alt+J could work on Images too (CtrlImg::copy() -> finds Ctrl.iml or Ctr...
- 11:41 AM Feature #720 (Approved): ide: WIn32 automethods should not rewrite existing bms
- 10:56 AM Feature #719 (Approved): ArrayCtrl::CreateCtrl<T>
03/12/2014
- 08:40 PM Bug #717: GLDraw - GLEW linking problem on Windows (Speed, Optimal compilation mode)
- The problem is with static linking. It seems that glew by default is using dynamic linking. Possible solution:
Def... - 08:23 PM Bug #717 (Approved): GLDraw - GLEW linking problem on Windows (Speed, Optimal compilation mode)
- I have got following errors while compiling GLDraw in speed mode. Debug mode works fine....
- 08:33 PM Feature #718 (Approved): Add Tie
- template <class A, class B>
struct Tie2
{
A& a;
B& b;
void operator=(const Tuple2<A, B>& s) { a = s.a; b =... - 07:04 PM Bug #716 (Approved): Core: Socket::Connect should perhaps Wait for connection to be established, ...
- 08:15 AM Feature #715 (Approved): Core: Containers, Value comparisons
03/11/2014
- 08:51 AM Feature #714 (New): Investigate SqlSession overloading rules
- static PostgreSQLSession session;
int rs = session % Select(SqlSum(VIEW)).From(STATS).Where(SALE_ID == sale_id &&
03/10/2014
- 03:58 PM Feature #648 (Approved): Tutorial: Sorted Maps, Tuple...
- 01:17 PM Bug #661 (Approved): Fix 'all shared' build on Posix
- 01:17 PM Bug #712 (Patch ready): Bugs in TabBar and TabBarCtrl
- 01:17 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
- 01:16 PM Feature #643 (Approved): Xmlize default value
- 01:16 PM Bug #620 (Approved): Undefined variables in GtkKeys
- 01:16 PM Bug #617 (Approved): LRUCache::GetFoundSize always returns zero
- 01:16 PM Bug #615 (Approved): GDB_MI2 high cpu usage (One core is fully loaded)
- 07:24 AM Feature #713 (Approved): ide: Comment/Uncomment
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8440&start=0&
03/09/2014
- 10:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- I think it would be nice if we will also smooth "CHK" icon. I enclose patched TabBar.iml file.
- 03:08 AM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
- I decided to revert "Code formatting" layout changes (Current design is definitely bad).
Moreover I repaired "Upp... - 03:08 AM Feature #691 (Patch ready): Small ide layouts update - standardized "OK" & "Cancel" button position
- I decided to revert "Code formatting" layout changes (Current design is definitely bad).
Moreover I repaired "Upp...
03/08/2014
- 08:34 PM Bug #706 (Approved): Provide reference example for SSL server
- 04:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- More fixes done. I hope it's finished.... In my app now there are no more bugs related to TabBar.
- 04:26 PM Bug #712: Bugs in TabBar and TabBarCtrl
- More fixes done. I hope it's finished.... In my app now there are no more bugs related to TabBar.
- 03:20 PM Bug #712: Bugs in TabBar and TabBarCtrl
- Please wait to upload... it still has some bugs which I'm investgating.
03/07/2014
- 11:21 PM Bug #708: DnD inside CodeEditor dosen't work (GTK backend)
- For me "Drag & Drop" works fine in other controls like StringEdit, IntEdit etc. But D&D inside CodeEditor dosen't wor...
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 03:12 PM Bug #712 (Ready for QA): Bugs in TabBar and TabBarCtrl
- Should be fixed now....I've attached here the whole package with fixes.
- 11:26 AM Bug #712 (Approved): Bugs in TabBar and TabBarCtrl
- Using TabBar and associated TabBarCtrl I found following bugs :
- In TabBarCtrl the control is NOT removed on tab ...
03/05/2014
- 08:57 PM Feature #711 (Approved): Add GetLayoutId reference example
- 02:54 PM Feature #711 (Approved): Add GetLayoutId reference example
- 08:44 PM Bug #710 (Ready for QA): ScrollWheel should scroll ScrollBar
- 02:40 PM Bug #710 (Approved): ScrollWheel should scroll ScrollBar
- 08:53 AM Bug #628: TheIDE does not reload Assist when changing Build method
- It compiles well in MinGW and MinGW64.
03/03/2014
- 07:33 PM Bug #709 (Approved): ide: Legacty gdb debugger does not work anymore
- Fix or remove...
- 07:14 PM Bug #708: DnD inside CodeEditor dosen't work (GTK backend)
- That is new, it still works for me....
- 04:20 PM Bug #708 (Approved): DnD inside CodeEditor dosen't work (GTK backend)
- .
- 05:58 PM Bug #694 (Approved): Fatal error: invalid memory access (IDE - GTK Backend)
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 01:05 PM Feature #649 (Patch ready): GTK backend needs large icon implementation
- Implemented...
- 03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
- It's OK!
- 03:13 AM Bug #707 (Patch ready): GetWorkArea() should track mouse cursor position (GTK backend)
- It's OK!
- 03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
- Seems to be a little bit buggy...
- 03:09 AM Bug #707 (In Progress): GetWorkArea() should track mouse cursor position (GTK backend)
- Seems to be a little bit buggy...
03/02/2014
- 11:38 PM Bug #707 (Rejected): GetWorkArea() should track mouse cursor position (GTK backend)
- It seems that multi monitor mode when GTK Backend is enabled doesn't work properly. The problem is that GetWorkArea()...
- 06:32 PM Bug #706 (Approved): Provide reference example for SSL server
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8408&start=0&
- 11:03 AM Bug #705 (Approved): Move AString<B>::FindFirstOf into .cpp, optimize ReverseFind
- 08:34 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
03/01/2014
- 11:55 PM Bug #704 (Approved): GLDrawDemo - Resizing dosen't work
- http://www.ultimatepp.org/forum/index.php?t=msg&goto=42251&#msg_42251
P.S.
I didn't assign this bug to someone, b... - 08:37 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- For me IDE now works stable on GTK backend, but personally, I think that we need to wait for community reaction.
- 11:25 AM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- Fixing commit 6966, 6970, analysis of bugs in the forum.
- 11:24 AM Bug #694 (Ready for CR): Fatal error: invalid memory access (IDE - GTK Backend)
- 11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (1) hopefully fixed.
- 11:24 AM Bug #694 (Ready for QA): Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (1) hopefully fixed.
- 05:49 PM Bug #703: Fix OpenGL/GTK
- Hello Mirek,
I would like to ask you, why we have got separate GLCtrl declaration for GTK backend?
- 11:08 AM Bug #703 (New): Fix OpenGL/GTK
- http://www.ultimatepp.org/forum/index.php?t=msg&th=8361&start=0&
- 11:01 AM Feature #691 (Approved): Small ide layouts update - standardized "OK" & "Cancel" button position
- 11:01 AM Feature #692 (Approved): SqlExp: Add SqlAbs
- 11:00 AM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
- 10:26 AM Bug #619 (Approved): GTK backend serialization should support multi monitor mode
02/28/2014
- 07:36 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- Issue (2) fixed.
- 05:11 PM Bug #694: Fatal error: invalid memory access (IDE - GTK Backend)
- I am starting things there are (at least :) two issues at play here:
1. TabBar error, which is the explanation of ... - 03:50 PM Bug #702 (Approved): QTF: height problem
- {{1~a0 CELL}}&[A+10H8;h(255.50.25)L1 xxxxx&]asdasd
is lower than
{{1~a0 CELL}}&[A+1H8;h(255.50.25)L1 xxxxx&]asdasd
02/27/2014
- 02:46 PM Bug #700: Problem with CLANG and PainterExamples
- I believe that the issue will be BLITZ....
- 12:32 PM Task #701 (New): Write guide on MT GUI programming
- 09:24 AM Bug #615 (Ready for QA): GDB_MI2 high cpu usage (One core is fully loaded)
- Gdb_MI2 was completely refactored, with data display in background (timed callback or MT).
Most lags/cpu usage shoul...
02/26/2014
- 09:05 PM Bug #700: Problem with CLANG and PainterExamples
- Interestingly, it works for me (on 32bit Archlinux) with the same clang version:...
- 11:09 AM Bug #700 (Approved): Problem with CLANG and PainterExamples
- Second, I tried to compile examples/PainterExamples. Everything else compiled well, but the main package (PainterExam...
02/25/2014
- 08:17 PM Bug #699 (Rejected): Check EnterMutext/LeaveMutex level (in GTK)
- 11:30 AM Feature #698 (Rejected): Smtp could support Vector<String> for To, Bc, Bcc...
02/24/2014
Also available in: Atom