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-10-28 22:22 RN, revision 30153

wxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclosed literal characters with wxT, more source comments, doc cleanups, changed StartsWith(x) to [ou] == x

2004-10-28 20:34 RD, revision 30152

I think that going to the home page woudl be more user friendly than to the SF download page, but make it a module attr so the app can change it if it's really needed.

2004-10-28 20:32 RD, revision 30151

add skipupload flag

2004-10-28 20:31 RD, revision 30150

Use the wx.App.SetMac* static methods instead of the global functions

2004-10-28 16:47 VZ, revision 30149

fixed wxBU_EXACTFIT handling in wxBitmapButton (closes 1056234)

2004-10-28 14:24 ABX, revision 30148

Missed CanRead and correct type for Eof (bug #983978).

2004-10-28 14:22 ABX, revision 30147

Single section for variants of the same function so it is less confusing for referencing from other parts.

2004-10-28 14:20 ABX, revision 30146

Lack of label causes 'topicN' anchors in url and reports warning during tex2rtf execution.

2004-10-28 11:48 ABX, revision 30145

Borland warning fix.

2004-10-28 11:43 ABX, revision 30144

Warning fixes.

2004-10-28 11:41 ABX, revision 30143

Warning fix due to unsigned nature of wParam.

2004-10-28 11:20 VS, revision 30142

FL's floating windows render borders themselves, don't use small titlebars

2004-10-28 11:19 VS, revision 30141

fixed wxTextCtrl::EmulateKeyPress to work in Unicode build of wxGTK2

2004-10-28 10:54 VZ, revision 30140

temp compilation fix for wxMac

2004-10-28 10:00 RN, revision 30139

Use proper wxURI unescape instead of old way

2004-10-28 09:57 RN, revision 30138

final wxURI API changes. Changed Get to BuildURI to better reflect what its doing. Added wxURI::Unescape to unescape characters in a url or uri. Added wxURI::BuildUnescapedURI. Changed the wxURL convertXXXuri methods to use uri methods instead, and depreciated these methods.

2004-10-28 08:18 VS, revision 30137

wxKeyEvent::m_uniChar must be copied by operator= too

2004-10-28 06:49 RN, revision 30136

Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and less duplication of code. Change wxURI a bit to meet some of Vadim's reccommendations - move accessors into header, and finish some of his other reccom. Change assignment to use const wxString& instead of const wxChar*. Change wxURI docs to reflect that it inherits from wxObject. Made preliminary docs for the wxURL transition. Add some unit tests for the transition.

2004-10-28 02:00 RL, revision 30135

Applied patch 1055774 from Paul Cornett for platforms without a posix /bin/sh. Among those reported as not yet expired are Solaris 9, IRIX 6.5, and Tru64 5.1b.

2004-10-28 01:05 VZ, revision 30134

use \true/\false and \arg

2004-10-28 01:03 VZ, revision 30133

minor cleanup: don't use bool parameters, don't typedef the enums, don't abuse references

2004-10-28 00:43 RD, revision 30132

just a little tweak

2004-10-27 23:59 RD, revision 30131

Changed selectNewest to ensureMinimal. If the default version is >= the minimum then use it, otherwise find an installed version that is >= minimum, or will display a message and bail out.

2004-10-27 23:30 RN, revision 30130

final sweep over docs - replace & with \&

2004-10-27 23:21 RN, revision 30129

update docs, add to class list

2004-10-27 23:07 VZ, revision 30128

we don't have to call png_set_error_fn() any more after last commit

2004-10-27 22:58 VZ, revision 30127

use wx_png_error/warning when calling png_create_read/write_struct(), don't return from wx_png_error

2004-10-27 22:55 RR, revision 30126

Removed Pango homemade implementation and reinstated old code that uses /Times and /Helv etc for printing PostScript. Various smaller fixes related to printing.

2004-10-27 22:47 RN, revision 30125

wxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regenerate Bakefiles.

2004-10-27 20:35 VZ, revision 30124

removed src/gtk/eggtrayicon.h

2004-10-27 19:27 ABX, revision 30123

Correct defaults for basic options (bug #1048680)

2004-10-27 19:23 VZ, revision 30122

don't preselect the first item if the array with the initial selections is empty in wxMultiChoiceDialog

2004-10-27 17:33 JS, revision 30121

Now possible to compile with wxURL disabled

2004-10-27 16:44 JS, revision 30120

GTK+1 doesn't have gtk_window_set_type_hint

2004-10-27 13:53 VZ, revision 30119

don't abort if a shared library can't be loaded under OS X, just return an error

2004-10-27 12:59 SC, revision 30118

setting the invoking window added to two other wxMenuBar manipulating methods

2004-10-27 11:33 ABX, revision 30117

Replace license.txt with licence.txt as it is really named.

2004-10-27 11:19 RR, revision 30116

Added initial support for GNOME printing.

2004-10-27 11:16 RR, revision 30115

Moved "enablePrint" setting around.

2004-10-27 08:18 RN, revision 30114

Add preliminary wxStringBufferLength docs

2004-10-27 07:48 RN, revision 30113

Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion. Avoids both an allocation and a memory copy in normal (non-stl) wx mode with wxString

2004-10-27 07:45 SC, revision 30112

fixes angle calculation (on mac ALWAYS clockwise)

2004-10-27 06:25 RL, revision 30111

Update for rpath with uninstalled builds and utility search.

2004-10-27 01:15 RD, revision 30110

fixed copy/paste error

2004-10-27 01:11 RD, revision 30109

Version number bump

2004-10-27 01:08 RD, revision 30108

Merge some critical fixes from HEAD

2004-10-27 01:06 RD, revision 30107

The old workaround for the 1-Jan-1970 bug still failed in some timezones. This new workaround seems to work better.

2004-10-27 01:00 RD, revision 30106

Return from DoDrawSpline without doing anything (like segfaulting <wink!>) if the list is empty.

2004-10-27 00:58 RD, revision 30105

avoid crash if active_child_frame is not set yet

2004-10-27 00:56 RD, revision 30104

Ensire that m_value is updated when SetSelection is called

2004-10-26 22:45 VS, revision 30103

fixed wxFRAME_TOOL_WINDOW to use 'utility' type hint instead of not rendering any frame at all

2004-10-26 21:55 RD, revision 30102

* Added selectNewest(minVersion) * Use the options in the sort ordering in addition to the version, this will put the gtk2 and unicode versions ahead of the others of the same version.

2004-10-26 19:49 RR, revision 30101

Next phase of Print Factory code. Created a mini interface so that the generic wxPrintDialog can show a "printer" and a "status" line if the print factory wants this to be the case. Moved some code (print mode) back from the PostScript only print data to the general print data since it is sort of general.

2004-10-26 17:42 VS, revision 30100

at least partially implemented vswscanf() -- otherwise wx apps compiled against glibc 2.1 wouldn't run at all

2004-10-26 17:10 ABX, revision 30099

Avoid anchor for label which determined creation of the new file and is already included in filename.

2004-10-26 10:32 VS, revision 30098

prefix symbols with wx

2004-10-25 22:53 RD, revision 30097

Doc and comment updates

2004-10-25 16:10 DE, revision 30096

Convert back to UNIX line endings (again)

2004-10-25 03:24 KH, revision 30095

MutexGui calls in WakeUpIdle are not needed under GTK2, fixing the long-standing "random" lockups experienced when using wxPostEvent from a thread. Collaboration with RR.

2004-10-24 14:49 VZ, revision 30094

use GetBestSize() and not GetSize() for AsIs() size constraints -- this makes much more sense

2004-10-24 13:46 SN, revision 30093

Removed list of modeless windows (apparently no longer needed).

2004-10-24 12:48 SC, revision 30092

corrected textbackground for theme text output

2004-10-24 12:08 SN, revision 30091

Fixed handling of modal dialogs.

2004-10-24 11:43 SC, revision 30090

adding Offset to wxRegion / carbon

2004-10-24 07:36 DE, revision 30089

Fix wxExecute for ports other than wxMac and wxCocoa on Darwin

2004-10-24 01:04 RD, revision 30088

typo

2004-10-24 00:59 RD, revision 30087

EP_ADD_OPTS defaults to true

2004-10-24 00:58 RD, revision 30086

require --> select, added checkInstalled and getInstalled

2004-10-24 00:17 RD, revision 30085

Combine the common installer package into the main package

2004-10-24 00:17 RD, revision 30084

Don't uninstall common files if there is more than one wxPython installed

2004-10-23 21:26 VZ, revision 30083

don't give focus to the window if it ate the left mouse click

2004-10-23 16:10 VS, revision 30082

fixing sizing bug inside wxWizard

2004-10-23 16:06 VS, revision 30081

added InvalidateBestSize calls when combobox's content changes; DoGetBestSize now accounts for the width returned by GTK+ too

2004-10-23 15:24 VZ, revision 30080

added MDI menu item translation, the menu was looking very wrong with only one item untranslated...

2004-10-23 14:56 VZ, revision 30079

updated version to 2.5.3.1

2004-10-23 13:55 VZ, revision 30078

fixed VC++ size_t -> int conversion warning

2004-10-23 13:10 VZ, revision 30077

don't use _() as default parameter for wxPrintDialogBase title

2004-10-22 20:36 RD, revision 30076

reSWIGged

2004-10-22 20:28 RD, revision 30075

Keep a local copy of the daily builds too

2004-10-22 20:27 RD, revision 30074

reSWIGged

2004-10-22 20:16 KH, revision 30073

*** empty log message ***

2004-10-22 19:15 KH, revision 30072

*** empty log message ***

2004-10-22 19:12 RD, revision 30071

Use a working dir for the uninstaller that does exist.

2004-10-22 19:11 KH, revision 30070

Documentation patch from Olly Betts

2004-10-22 17:13 KH, revision 30069

Removed , from end of enumerated list wxPrintBin

2004-10-22 17:10 ABX, revision 30068

Supress OW warning about empty *structor outside class definition.

2004-10-22 16:07 DE, revision 30067

Cleaned up getRectsBeingDrawn:count: related code. * Removed the exception handler; it's not needed anymore (thanks Ryan). * Split the if statement and then case into two lines instead of one. * Took some of the suggestions from the cocoa-dev mailing list: - Changed code to use normal messaging syntax. - Provided a category interface to silence the compiler warning on 10.2.

2004-10-22 15:50 DE, revision 30066

Forgot the appropriate return statement for the last patch.

2004-10-22 15:42 DE, revision 30065

Change friendship so that the base implementation class is the friend.

2004-10-22 15:24 RD, revision 30064

A small fix for attachment popints and comments, from Pierre.

2004-10-22 15:21 RD, revision 30063

regenned the ReST docs

2004-10-22 15:20 RD, revision 30062

A unicode hack for the Rez/Derez hack

2004-10-22 05:53 RD, revision 30061

Remember the version selected and allow require to be called again as long as a compatible version is requested.

2004-10-22 03:07 RD, revision 30060

build the unicode version too on Panther

2004-10-22 03:06 RD, revision 30059

renamed the output file

2004-10-22 03:05 RD, revision 30058

Rearrainged some bits

2004-10-22 03:04 RD, revision 30057

Some new icons

2004-10-22 02:51 RD, revision 30056

reSWIGged

2004-10-22 02:50 RD, revision 30055

wxPython on OSX can now be built in Unicode mode, can support multiple version installs, and comes with an uninstaller script.

2004-10-22 00:23 VZ, revision 30054

Unicode compilation fix