Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2004-12-27 18:57 ABX, revision 31153

wxLongLong to wxString operators.

2004-12-27 18:47 ABX, revision 31152

Take best fitting type for available memory measurement.

2004-12-27 08:52 VS, revision 31151

blind fix for GCC compilation when #pragmas are honored

2004-12-27 08:36 ABX, revision 31150

MSW and source cleaning.

2004-12-27 07:30 ABX, revision 31149

Some PalmOS utils implementations.

2004-12-26 17:37 RR, revision 31148

Added TREE_ITEM_MENU event that gets sent if the user hits the "Menu" key on the newer keyboards. So far generic control only.

2004-12-26 09:16 SC, revision 31147

unicode fix

2004-12-26 02:35 ROL, revision 31146

checking for dom.encoding == None temporary fix for wxPyAssertion from XRC library

2004-12-26 02:32 ROL, revision 31145

wxIcon correctly handled now (it has no "icon" tag)

2004-12-25 18:27 RR, revision 31144

Deselect a child item on Collapse. Otherwise we end up with 2 selected item even in single selection mode. This is a follow-up to the no-dangling pointer patch and also reflects MSW behaviour.

2004-12-25 15:04 RR, revision 31143

Documented findings about how to use mo files with MacOS X's bundles.

2004-12-25 01:58 VZ, revision 31142

added SetCmdLine(int, char **) overload even when building a Unicode app

2004-12-24 12:29 JS, revision 31141

Doc corrections

2004-12-24 11:48 VS, revision 31140

security fix (patch 1089659)

2004-12-24 09:02 JJ, revision 31139

Committing in . correcting an obvious typo in the GTK1.x part Modified Files: wxWidgets/src/gtk/choice.cpp ----------------------------------------------------------------------

2004-12-24 07:52 ABX, revision 31138

wxPalmOS port started its development so let's list it in the changes.

2004-12-24 07:44 ABX, revision 31137

First nonminimal wxPalmOS functionality: enumeration of available volumes.

2004-12-24 07:41 ABX, revision 31136

wxPalmOS was introduced long after 2.4.

2004-12-24 00:43 RD, revision 31135

Make the wx.MediaCtrl demo more functional, and add a sample movie.

2004-12-23 21:46 RD, revision 31134

reSWIGged after 1.3.24 update

2004-12-23 21:39 RD, revision 31133

reSWIGged after 1.3.24 update

2004-12-23 21:34 RD, revision 31132

reSWIGged after 1.3.24 update

2004-12-23 21:29 RD, revision 31131

Typo

2004-12-23 20:53 RD, revision 31130

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:52 RD, revision 31129

Allow Python 2.4

2004-12-23 20:44 RD, revision 31128

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:33 ABX, revision 31127

Deprecated methosd markup (documented).

2004-12-23 20:19 RD, revision 31126

Changed GetSystemColour to GetColour

2004-12-23 13:42 SC, revision 31125

corrected setting the locale of the c-lib for mac

2004-12-22 23:54 VZ, revision 31124

simplified sizers, removed OnSize() which is not needed any more

2004-12-22 23:29 VZ, revision 31123

call SetBkColor() when using non default background

2004-12-22 23:27 VZ, revision 31122

last fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol == false, fixed the fix

2004-12-22 22:02 RD, revision 31121

Need to reset count when all items are deleted

2004-12-22 21:09 VZ, revision 31120

fixes fo inheriting colours set with SetOwnBackround()

2004-12-22 21:07 VZ, revision 31119

fixed background drawing for opaque controls

2004-12-22 19:47 SN, revision 31118

Applied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).

2004-12-22 11:12 DS, revision 31117

added FileConfig test case exposing a problem with deleting the last group

2004-12-22 09:21 VS, revision 31116

compilation fix

2004-12-22 07:35 ABX, revision 31115
  • D /wxWidgets/trunk/src/palmos/dialup.cpp
  • D /wxWidgets/trunk/src/palmos/mimetype.cpp
  • D /wxWidgets/trunk/src/palmos/mslu.cpp
  • D /wxWidgets/trunk/src/palmos/registry.cpp
  • D /wxWidgets/trunk/src/palmos/renderer.cpp

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:22 ABX, revision 31114

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:19 RL, revision 31113

Fix for wxGTK compilation.

2004-12-22 07:18 RL, revision 31112

Fix for wxGTK compilation.

2004-12-22 07:07 RL, revision 31111

Fix wxGTK compilation.

2004-12-22 06:27 RL, revision 31110

Not quite as flexible, but lighter and sufficient.

2004-12-22 05:51 SC, revision 31109

making sure we don't say we are visible while in destruction

2004-12-22 05:38 RL, revision 31108

Only filter out duplicate -libraries. Let other constructs fend for themselves. This will avoid hiding problems in configure.in and let the mac users have -framework et al. pass through as they should.

2004-12-22 01:05 VZ, revision 31107

reverted use of DeferWindowPos() instead of MoveWindow()

2004-12-21 18:57 ABX, revision 31106

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:44 ABX, revision 31105

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:35 ABX, revision 31104

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:20 ABX, revision 31103

wxURI is enough for the basic url operations.

2004-12-21 16:41 ABX, revision 31102

Borland fixes.

2004-12-21 16:25 ABX, revision 31101

Metric conversion constants not doubled in each port code.

2004-12-21 13:50 SC, revision 31100

moving Carbon Event Class out of USE_GUI

2004-12-20 23:06 RD, revision 31099

reSWIGged

2004-12-20 22:59 RD, revision 31098

Added wxEXEC_NODISABLE flag

2004-12-20 22:52 RD, revision 31097

A little cleanup

2004-12-20 22:51 RD, revision 31096

Added a note to self to look at adding ProvidesBackground in the future

2004-12-20 22:50 RD, revision 31095

Allow the OOR reference to be saved without doing an INCREF. This solves the circular reference problem with wx.Timer.

2004-12-20 22:46 RD, revision 31094

Typemaps for wxFileOffset

2004-12-20 22:44 RD, revision 31093

Added wxEXEC_NODISABLE flag

2004-12-20 22:43 RD, revision 31092

new wxMediaCtrl API

2004-12-20 20:34 ABX, revision 31091

Warning fix.

2004-12-20 20:27 ABX, revision 31090

Further decoration.

2004-12-20 20:24 ABX, revision 31089

Fixed typo.

2004-12-20 20:17 ABX, revision 31088

wxPalmOS mentioned.

2004-12-20 12:44 ABX, revision 31087

Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.

2004-12-20 09:24 JS, revision 31086

VC++ 5 compatibility

2004-12-20 01:31 VZ, revision 31085

wxGetInstance must be defined as extern C (patch 1085837)

2004-12-20 01:23 VZ, revision 31084

end label editing if the control loses focus (slightly modified patch 1084592)

2004-12-20 01:08 VZ, revision 31083

fixed dragging scrollbar in wxUniv: use wxMouseEvent::Dragging(), not Moving(), for tests (patch 1075176; bug 1053645)

2004-12-20 00:03 VZ, revision 31082

added flags parameter to wxExecute(wxArrayString *) overloads

2004-12-19 23:59 VZ, revision 31081

added wxEXEC_NODISABLE

2004-12-19 23:29 VZ, revision 31080

added a note about old/new selection inconcistency in events generated by wxNotebook::SetSelection()

2004-12-19 23:12 VZ, revision 31079

added test for Unicode/ANSI

2004-12-19 23:08 VZ, revision 31078

corrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions

2004-12-19 22:45 VZ, revision 31077

IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined

2004-12-19 22:08 VZ, revision 31076

use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

2004-12-19 21:30 VZ, revision 31075
  • D /wxWidgets/trunk/src/msw/slidrmsw.cpp

Win16 version is not used any longer

2004-12-19 20:56 VZ, revision 31074

moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

2004-12-19 20:51 VZ, revision 31073

moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background

2004-12-19 20:39 VZ, revision 31072

only use our background for children if it's inheritable

2004-12-19 20:36 VZ, revision 31071

don't propagate our (non default) background to children: use SetOwnBgCol() instead of SetBgCol()

2004-12-19 20:24 VZ, revision 31070

corrected compilation error in va_copy() test

2004-12-19 20:15 VZ, revision 31069

fixed background appearance for the controls with changed foreground colour

2004-12-19 19:55 VZ, revision 31068

do not inherit background colour in InheritAttributes() as it totally breaks themed backgrounds

2004-12-19 17:29 SN, revision 31067

Fixed typo.

2004-12-19 17:22 SN, revision 31066

Fixes for OS/2.

2004-12-19 17:20 SN, revision 31065

Do not export weak symbols from DLLs, as this causes problems in debug build

2004-12-19 16:41 SC, revision 31064

extended EventRef class

2004-12-19 16:40 SC, revision 31063

correcting dangling refs / reuse

2004-12-19 14:48 VZ, revision 31062

documented GetWindow() method

2004-12-19 14:45 VZ, revision 31061
  • D /wxWidgets/trunk/samples/dnd/mondrian.ico
  • D /wxWidgets/trunk/samples/dnd/mondrian.xpm

use ../sample.* instead

2004-12-19 14:41 VZ, revision 31060

use standard icon under Unix as well

2004-12-19 14:40 VZ, revision 31059

use standard icon; minor layout fixes

2004-12-19 14:39 VZ, revision 31058

use the standard .rc file

2004-12-19 14:36 VZ, revision 31057

make icons for different effects different

2004-12-18 16:12 SN, revision 31056

Added support for debug libraries.

2004-12-18 13:13 RR, revision 31055

Fix for the fix for wxChoice selection.

2004-12-18 10:55 SC, revision 31054

wake up corrections : correcting ref count (mem-leak) , keeping weak ref to avoid double posting wakeup-events