You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(92) |
Jul
(69) |
Aug
(61) |
Sep
(101) |
Oct
(73) |
Nov
(115) |
Dec
(113) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(101) |
Feb
(167) |
Mar
(87) |
Apr
(26) |
May
(82) |
Jun
(30) |
Jul
(48) |
Aug
(284) |
Sep
(226) |
Oct
(74) |
Nov
(80) |
Dec
(206) |
| 2011 |
Jan
(81) |
Feb
(64) |
Mar
(88) |
Apr
(34) |
May
(2) |
Jun
(3) |
Jul
(3) |
Aug
(4) |
Sep
(21) |
Oct
(5) |
Nov
(6) |
Dec
(5) |
| 2012 |
Jan
(17) |
Feb
(48) |
Mar
(20) |
Apr
(1) |
May
(2) |
Jun
(165) |
Jul
(459) |
Aug
(84) |
Sep
(6) |
Oct
(43) |
Nov
(7) |
Dec
|
| 2013 |
Jan
|
Feb
(2) |
Mar
(14) |
Apr
(15) |
May
(12) |
Jun
(11) |
Jul
(7) |
Aug
(25) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
(4) |
| 2014 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <al...@us...> - 2014-08-16 06:06:15
|
Revision: 5305
http://sourceforge.net/p/my-gui/code/5305
Author: altren
Date: 2014-08-16 06:06:09 +0000 (Sat, 16 Aug 2014)
Log Message:
-----------
Repository moved to GitHub: https://github.com/MyGUI/mygui
Added Paths:
-----------
trunk/_REPOSITORY_MOVED.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-08-07 19:56:13
|
Revision: 5304
http://sourceforge.net/p/my-gui/code/5304
Author: altren
Date: 2014-08-07 19:56:09 +0000 (Thu, 07 Aug 2014)
Log Message:
-----------
use FloatSize instead of IntSize for ResourceManualFont "size" property
Modified Paths:
--------------
trunk/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-08-07 19:54:32
|
Revision: 5303
http://sourceforge.net/p/my-gui/code/5303
Author: altren
Date: 2014-08-07 19:54:27 +0000 (Thu, 07 Aug 2014)
Log Message:
-----------
fix LayerItem reinitialization when setting same texture
fix RenderItem's "leak" (not all render items were properly reused) when more than one RenderItem is released in single frame
Modified Paths:
--------------
trunk/MyGUIEngine/src/MyGUI_LayerItem.cpp
trunk/MyGUIEngine/src/MyGUI_LayerNode.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-08-07 16:03:08
|
Revision: 5302
http://sourceforge.net/p/my-gui/code/5302
Author: altren
Date: 2014-08-07 16:02:53 +0000 (Thu, 07 Aug 2014)
Log Message:
-----------
optional ResourceManualFont separate glyph size
Modified Paths:
--------------
trunk/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-08-06 18:31:41
|
Revision: 5301
http://sourceforge.net/p/my-gui/code/5301
Author: altren
Date: 2014-08-06 18:31:39 +0000 (Wed, 06 Aug 2014)
Log Message:
-----------
simple fix for not defined PATH_MAX
Modified Paths:
--------------
trunk/Common/FileSystemInfo/FileSystemInfo.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-08-06 16:17:55
|
Revision: 5300
http://sourceforge.net/p/my-gui/code/5300
Author: altren
Date: 2014-08-06 16:17:52 +0000 (Wed, 06 Aug 2014)
Log Message:
-----------
clipboard changer and requested events
make default windows clipboard handler use this events and be optional
Modified Paths:
--------------
trunk/MyGUIEngine/MyGUIEngine.list
trunk/MyGUIEngine/include/MyGUI_ClipboardManager.h
trunk/MyGUIEngine/src/MyGUI_ClipboardManager.cpp
Added Paths:
-----------
trunk/MyGUIEngine/include/MyGUI_WindowsClipboardHandler.h
trunk/MyGUIEngine/src/MyGUI_WindowsClipboardHandler.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Romulo <ab...@gm...> - 2014-06-15 17:19:56
|
Hello there, good afternoon folks. Congratulations on the project, it's great and I feel it's the best unpolluted GUI library out there. I subscribed to the list because I want to send a patch to the project (If you are interested of course) to make the GL platform code compatible with OpenGL core profile (Tested against 3.3 core). The patch already works on my local copy, its clean and fast. The problem I am facing is that I made the patch against the latest stable release (3.2 if I am not mistaken) since trunk doesn't compile on my machine. So, are you interested in this and if you are, how should I proceed to submit a proper patch? Regards, Rômulo Fernandes. |
|
From: <al...@us...> - 2014-04-27 23:08:36
|
Revision: 5298
http://sourceforge.net/p/my-gui/code/5298
Author: altren
Date: 2014-04-27 23:08:32 +0000 (Sun, 27 Apr 2014)
Log Message:
-----------
add support of RotatingSkin properties to skin xml (patch by scrawl)
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_CommonStateInfo.h
trunk/MyGUIEngine/src/MyGUI_ResourceImageSet.cpp
trunk/MyGUIEngine/src/MyGUI_ResourceSkin.cpp
trunk/MyGUIEngine/src/MyGUI_RotatingSkin.cpp
trunk/MyGUIEngine/src/MyGUI_SubWidgetManager.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-04-27 22:57:04
|
Revision: 5297
http://sourceforge.net/p/my-gui/code/5297
Author: altren
Date: 2014-04-27 22:57:01 +0000 (Sun, 27 Apr 2014)
Log Message:
-----------
update FindFreetype.cmake
Modified Paths:
--------------
trunk/CMake/Packages/FindFreetype.cmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-02-17 16:53:00
|
Revision: 5296
http://sourceforge.net/p/my-gui/code/5296
Author: altren
Date: 2014-02-17 16:52:57 +0000 (Mon, 17 Feb 2014)
Log Message:
-----------
fix double click events for fast click on different widgets (patch by scrawl)
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_InputManager.h
trunk/MyGUIEngine/src/MyGUI_InputManager.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-02-11 19:56:05
|
Revision: 5295
http://sourceforge.net/p/my-gui/code/5295
Author: altren
Date: 2014-02-11 19:56:03 +0000 (Tue, 11 Feb 2014)
Log Message:
-----------
code cleanup
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_ControllerEdgeHide.h
trunk/MyGUIEngine/src/MyGUI_ScrollView.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-02-06 11:25:49
|
Revision: 5294
http://sourceforge.net/p/my-gui/code/5294
Author: altren
Date: 2014-02-06 11:25:47 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
rename some LayoutEditor classes to fix static build
Modified Paths:
--------------
trunk/Tools/LayoutEditor/AreaSelectorControl.cpp
trunk/Tools/LayoutEditor/AreaSelectorControl.h
trunk/Tools/LayoutEditor/MainMenuControl.cpp
trunk/Tools/LayoutEditor/MainMenuControl.h
trunk/Tools/LayoutEditor/MainPaneControl.h
trunk/Tools/LayoutEditor/PositionSelectorControl.cpp
trunk/Tools/LayoutEditor/PositionSelectorControl.h
trunk/Tools/LayoutEditor/SelectorControl.cpp
trunk/Tools/LayoutEditor/SelectorControl.h
trunk/Tools/LayoutEditor/TextureControl.cpp
trunk/Tools/LayoutEditor/TextureControl.h
trunk/Tools/LayoutEditor/TextureToolControl.cpp
trunk/Tools/LayoutEditor/TextureToolControl.h
trunk/Tools/LayoutEditor/WorkspaceControl.cpp
trunk/Tools/LayoutEditor/WorkspaceControl.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-02-06 09:48:26
|
Revision: 5293
http://sourceforge.net/p/my-gui/code/5293
Author: altren
Date: 2014-02-06 09:48:25 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
fix warning
Modified Paths:
--------------
trunk/Demos/Demo_Controllers/State.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2014-01-22 00:58:40
|
Revision: 5292
http://sourceforge.net/p/my-gui/code/5292
Author: altren
Date: 2014-01-22 00:58:38 +0000 (Wed, 22 Jan 2014)
Log Message:
-----------
add ScrollBar WheelPage property for mouse wheel scroll step
Modified Paths:
--------------
trunk/Media/Common/Themes/MyGUI_BlackTheme/MyGUI_Test_BlackTheme.layout
trunk/Media/Tools/EditorFramework/ColourPanel.layout
trunk/Media/Tools/LayoutEditor/Settings/Widgets.xml
trunk/MyGUIEngine/include/MyGUI_ScrollBar.h
trunk/MyGUIEngine/src/MyGUI_ScrollBar.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-12-22 19:25:44
|
Revision: 5291
http://sourceforge.net/p/my-gui/code/5291
Author: altren
Date: 2013-12-22 19:25:41 +0000 (Sun, 22 Dec 2013)
Log Message:
-----------
rename OGRE_SOURCE -> OGRE_SOURCE_DIR to avoid conflict with Ogre 1.9
Modified Paths:
--------------
trunk/CMake/Packages/FindOGRE_Old.cmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-12-22 19:12:57
|
Revision: 5290
http://sourceforge.net/p/my-gui/code/5290
Author: altren
Date: 2013-12-22 19:12:53 +0000 (Sun, 22 Dec 2013)
Log Message:
-----------
remove not needed Ogre 1.9 specific code
Modified Paths:
--------------
trunk/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp
trunk/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreTexture.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-12-17 23:55:24
|
Revision: 5289
http://sourceforge.net/p/my-gui/code/5289
Author: altren
Date: 2013-12-17 23:55:22 +0000 (Tue, 17 Dec 2013)
Log Message:
-----------
fix some warnings
Modified Paths:
--------------
trunk/UnitTests/UnitTest_GraphView/BaseGraphView.h
trunk/UnitTests/UnitTest_GraphView/FadeController.h
trunk/UnitTests/UnitTest_GraphView/GraphNodePositionController.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-12-09 00:56:28
|
Revision: 5288
http://sourceforge.net/p/my-gui/code/5288
Author: altren
Date: 2013-12-09 00:56:26 +0000 (Mon, 09 Dec 2013)
Log Message:
-----------
update FindFreetype.cmake
Modified Paths:
--------------
trunk/CMake/Packages/FindFreetype.cmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <my...@us...> - 2013-11-14 23:37:32
|
Revision: 5287
http://sourceforge.net/p/my-gui/code/5287
Author: my_name
Date: 2013-11-14 23:37:28 +0000 (Thu, 14 Nov 2013)
Log Message:
-----------
fix
Modified Paths:
--------------
trunk/Tools/SkinEditor/SkinExportSerializer.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <my...@us...> - 2013-11-14 23:01:29
|
Revision: 5286
http://sourceforge.net/p/my-gui/code/5286
Author: my_name
Date: 2013-11-14 23:01:27 +0000 (Thu, 14 Nov 2013)
Log Message:
-----------
update state serialization
Modified Paths:
--------------
trunk/Tools/SkinEditor/SkinExportSerializer.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-09-05 10:50:46
|
Revision: 5285
http://sourceforge.net/p/my-gui/code/5285
Author: altren
Date: 2013-09-05 10:50:43 +0000 (Thu, 05 Sep 2013)
Log Message:
-----------
add X11 to linker for demos and tools in linux
Modified Paths:
--------------
trunk/CMake/Utils/MyGUIConfigTargets.cmake
trunk/Common/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-09-02 15:23:06
|
Revision: 5284
http://sourceforge.net/p/my-gui/code/5284
Author: altren
Date: 2013-09-02 15:23:02 +0000 (Mon, 02 Sep 2013)
Log Message:
-----------
rename some variables
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_MaskPickInfo.h
trunk/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-09-02 08:53:08
|
Revision: 5283
http://sourceforge.net/p/my-gui/code/5283
Author: altren
Date: 2013-09-02 08:53:05 +0000 (Mon, 02 Sep 2013)
Log Message:
-----------
add warnings about viewport with disabled overlays and invalid viewport index
Modified Paths:
--------------
trunk/Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-08-26 18:17:15
|
Revision: 5282
http://sourceforge.net/p/my-gui/code/5282
Author: altren
Date: 2013-08-26 18:17:12 +0000 (Mon, 26 Aug 2013)
Log Message:
-----------
fixed enabled property not being inherited
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_ComboBox.h
trunk/MyGUIEngine/include/MyGUI_EditBox.h
trunk/MyGUIEngine/include/MyGUI_Widget.h
trunk/MyGUIEngine/src/MyGUI_Button.cpp
trunk/MyGUIEngine/src/MyGUI_ComboBox.cpp
trunk/MyGUIEngine/src/MyGUI_EditBox.cpp
trunk/MyGUIEngine/src/MyGUI_InputManager.cpp
trunk/MyGUIEngine/src/MyGUI_PointerManager.cpp
trunk/MyGUIEngine/src/MyGUI_Widget.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <al...@us...> - 2013-08-12 19:19:47
|
Revision: 5281
http://sourceforge.net/p/my-gui/code/5281
Author: altren
Date: 2013-08-12 19:19:45 +0000 (Mon, 12 Aug 2013)
Log Message:
-----------
fix few events descriptions (add "MyGUI::" where necessary)
Modified Paths:
--------------
trunk/MyGUIEngine/include/MyGUI_ControllerItem.h
trunk/MyGUIEngine/include/MyGUI_MultiListBox.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|