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):

2006-05-18 03:27 PC, revision 39203

avoid wxColour::Set(long) confusion

2006-05-18 03:08 PC, revision 39202

spinbutton code simplification

2006-05-18 02:42 PC, revision 39201

allow size event for windows without scrollbars

2006-05-18 02:39 PC, revision 39200

avoid GTK "assertion `min < max' failed"

2006-05-18 01:52 RD, revision 39199

Reverted mistaken check-in

2006-05-18 01:22 RD, revision 39198

Use correct DLL import/export specifier for multi-lib builds

2006-05-18 01:05 VZ, revision 39197

buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends on them under Mac

2006-05-18 00:52 VZ, revision 39196

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-18 00:51 VZ, revision 39195

fixed typo in last commit

2006-05-18 00:42 VZ, revision 39194

suppress gcc printf format warning

2006-05-18 00:40 VZ, revision 39193

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-17 23:37 RD, revision 39192

Forgot about dropping the 'wx' for some Python objects

2006-05-17 22:21 ABX, revision 39191

Opening first subpage initially.

2006-05-17 19:49 ABX, revision 39190

Rearranged widgets sample to show more and categorized widgets.

2006-05-17 16:32 JS, revision 39189

Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER, so make sure this is true, even if the layout erroneously wants to create a horizontal scrollbar.

2006-05-17 10:55 ABX, revision 39188

#include order with correct PCH support.

2006-05-17 10:42 JS, revision 39187

Fixes for compile breakage with no PCH

2006-05-17 09:13 VZ, revision 39186

reset fd after closing it

2006-05-17 09:07 ABX, revision 39185

Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-17 08:59 JS, revision 39184

Combobox may not be fully created at this point

2006-05-17 08:52 VS, revision 39183

commented OpenContainer usage

2006-05-17 08:48 ABX, revision 39182

Missing 'int' interface for wxPlatform.

2006-05-17 05:20 RD, revision 39181

I haven't taught SWIG about wxChar, so pretend it's a wxString

2006-05-17 05:15 RD, revision 39180

Clipboard events

2006-05-17 05:13 RD, revision 39179

Use Bind for OnCloseWindow

2006-05-17 04:54 PC, revision 39178

scrollbar handling simplification

2006-05-17 04:20 RD, revision 39177

Use %rename("%(wxpy)s")

2006-05-17 04:15 RD, revision 39176

Set BUILD_RENAMERS default to zero.

2006-05-17 04:14 RD, revision 39175

Added SWIG patch that enables the wx-dropping renames to be done internally instead of needing to be generated in a second pass after processing the XML output.

2006-05-17 03:57 RD, revision 39174

Ported XRCed to the wx namespace, and also enabled the selected, focus, and disabled bitmaps of wxBitmapButton to actually be treated like bitmaps.

2006-05-17 03:51 RD, revision 39173

Allow art provider IDs for the extra bitmaps in a wxBitmapButton. (The param value is empty in this case, but there is still a valid bimap node.)

2006-05-17 00:20 VZ, revision 39172

make sure that IsModified() returns false when it's called from EVT_TEXT handler invoked because of SetValue() call

2006-05-16 23:58 VZ, revision 39171

removed GTK-specific SetModified() as we already have a public MarkDirty() which does the same thing

2006-05-16 23:53 VZ, revision 39170

reset the dirty flag before generating the event from SetValue() in case the text didn't really change

2006-05-16 23:39 VZ, revision 39169

test IsModified() inside OnText()

2006-05-16 23:16 VZ, revision 39168

implemented clipboard events support for wxGTK

2006-05-16 22:57 VZ, revision 39167

renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones

2006-05-16 21:39 VZ, revision 39166

allow adjusting the combo button size (patch 1489452)

2006-05-16 17:19 SC, revision 39165

m_dialogStyle removed

2006-05-16 14:52 VZ, revision 39164

use wxTE_PROCESS_ENTER for the text control part

2006-05-16 13:05 VZ, revision 39163

added documentation of common attributes

2006-05-16 11:53 MR, revision 39162

Fix doc bug #1455621 - wxURI documentation has wrong include files

2006-05-16 06:54 JJ, revision 39161

Update OpenVMS build configuration

2006-05-15 16:00 MR, revision 39160

No cast necessary for g_object_set first arg (it takes a gpointer).

2006-05-15 15:32 RD, revision 39159

wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.

2006-05-15 14:58 RD, revision 39158

Added SetSashPosition

2006-05-15 14:22 MR, revision 39157

Rename *_filedialog_* to *_dirdialog_* to ensure there is no clashing with filedlg.cpp implementation

2006-05-15 14:17 MR, revision 39156

Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and g_signal_connect. They take a gpointer, not GObject*, and unnecessary casting not all that speedy with GObject types.

2006-05-15 13:43 MR, revision 39155

Fix compilation

2006-05-14 22:29 ABX, revision 39154

wxTabCtrl off build fix.

2006-05-14 22:21 ABX, revision 39153

Fix for linking error after combo changes: dummy getting key state.

2006-05-14 22:17 ABX, revision 39152

Bakefile specification fixes.

2006-05-14 21:29 ABX, revision 39151

Source cleaning.

2006-05-14 19:49 KH, revision 39150

Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.

2006-05-13 11:48 VZ, revision 39149

check the item id validity in SetItem()

2006-05-12 20:54 VZ, revision 39148

added Galician translation

2006-05-12 20:30 VZ, revision 39147

wxUniv compilation fixes after wxComboControl patch

2006-05-12 20:17 VZ, revision 39146

don't delete the exiting tooltip if SetToolTip() is called with the same one

2006-05-12 20:04 VZ, revision 39145

fix OpenWatcom warning (patch from Jaakko Salli)

2006-05-12 19:31 VZ, revision 39144

correct dll declaration (the classes in the header are part of adv library, not core)

2006-05-12 17:06 PC, revision 39143

remove gtk1 stuff and unused macros

2006-05-12 17:06 PC, revision 39142

unused variables

2006-05-12 15:21 VZ, revision 39141

added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW

2006-05-11 17:15 MR, revision 39140

[wxGTK2] Make the affirmative button the default in native wxDirDialog implementation (instead of no default at all).

2006-05-11 17:08 MR, revision 39139

Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088.

2006-05-11 17:05 MR, revision 39138

[wxGTK2.4] Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088. Closes bugs #1484037 and #1347052.

2006-05-11 16:46 MR, revision 39137

Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good indication of what classes we have undocumented still.

2006-05-10 23:22 RD, revision 39136

Make the app object be global in case it is run multiple times, such as from encode_bitmaps.

2006-05-10 23:12 RD, revision 39135

reSWIGged

2006-05-10 23:09 RD, revision 39134

We no longer use the xml files, (and havn't for some time) so stop generating them.

2006-05-10 17:08 PC, revision 39133

correct access for virtuals

2006-05-10 16:36 PC, revision 39132

allow size event for windows without scrollbars

2006-05-10 13:00 VZ, revision 39131

test that wxUSE_DATAVIEWCTRL is defined

2006-05-10 12:58 VZ, revision 39130

test that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTROL are defined

2006-05-10 00:45 VZ, revision 39129

fixed bugs in icons handling introduced in 1.227

2006-05-09 16:55 PC, revision 39128

simplify mouse wheel signal handler

2006-05-09 16:54 PC, revision 39127

unused member variables

2006-05-09 16:18 VZ, revision 39126

fixes and missing files from the first wxComboControl patch (update of patch 1479938)

2006-05-09 14:30 VZ, revision 39125

mbstate_t related fix for CW8.3 compilation (backport from HEAD)

2006-05-09 14:26 VZ, revision 39124

mbstate-t related fix for CW8.3 compilation

2006-05-09 13:55 ABX, revision 39123

Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-09 12:52 CE, revision 39122

change of hardware - modify daily build script

2006-05-09 12:31 CE, revision 39121

add files omitted from script for daily builds at York

2006-05-09 11:11 VZ, revision 39120

removed spurious trailing commas in enums

2006-05-09 00:04 VZ, revision 39119

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:57 VZ, revision 39118

wxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added

2006-05-08 23:55 VZ, revision 39117

just regenerated with autoconf

2006-05-08 23:51 VZ, revision 39116

bakefile-generated makefiles for the sample

2006-05-08 23:47 VZ, revision 39115

mention wxComboControl

2006-05-08 23:46 VZ, revision 39114

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:42 VZ, revision 39113

wxComboControl and wxOwnerDrawnComboBox (patch 1479938)

2006-05-08 23:26 VZ, revision 39112

added conversion ctor to create const_iterator from iterator, otherwise assigning the return value of begin() called on a non-const object to a const_iteator didn't work

2006-05-08 22:34 ABX, revision 39111

Include wx/dcprint.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 21:25 VZ, revision 39110

fixed operator[] in wxUSE_STL build

2006-05-08 11:31 ABX, revision 39109

Build fix.

2006-05-08 10:27 ABX, revision 39108

Build fix.

2006-05-08 10:05 ABX, revision 39107

Build fix.

2006-05-08 07:58 ABX, revision 39106

Include wx/dcmemory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 00:56 VZ, revision 39105

added operator[] for STL builds

2006-05-08 00:51 VZ, revision 39104

removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and is unused anyhow

2006-05-07 14:43 SN, revision 39103

Need to do tests for compiler version (to determine C++ libs needed to successfully link C++ core) in C mode on OS/2.

2006-05-07 01:26 PC, revision 39102

call static functions directly

2006-05-07 01:17 PC, revision 39101

unused variables/declarations

2006-05-07 01:14 PC, revision 39100

correct access for virtuals

2006-05-07 00:39 VZ, revision 39099

use non numpad equivalents for the numpad keys in CHAR events

2006-05-07 00:34 VZ, revision 39098

removed more unneeded code in kbd handling logic

2006-05-07 00:31 VZ, revision 39097

removed code which had no effect in HandleChar()

2006-05-06 22:53 VZ, revision 39096

generate ctors with optional parent parameters in C++ code (patch 1238355)

2006-05-06 22:48 VZ, revision 39095

fix for popup menus (part of patch 1238355)

2006-05-06 22:41 RD, revision 39094

Add wx.TextAttr.Merge

2006-05-06 22:40 VZ, revision 39093

better Wait/Delete() docs (patch 1434085)

2006-05-06 22:35 VZ, revision 39092

use SubclassWin() insteaf of just wxAssociateWinWithHandle() to make sure we generate wxWindowCreateEvents for MDI frames (see patch 1411774)

2006-05-06 22:34 VZ, revision 39091

send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get WM_CREATEs for the windows of standard classes (last version of patch 1411774; closes bug 1349291)

2006-05-06 22:27 VZ, revision 39090

don't generate duplicate event for numpad keys with numlock on (patch 1448853)

2006-05-06 21:59 VZ, revision 39089

use wxGtkString instead of manual g_free()s (also fixed free/g_free mismatch)

2006-05-06 21:57 RD, revision 39088

GetXRCID has a new parameter

2006-05-06 21:56 RD, revision 39087

Added wxDD_CHANGE_DIR

2006-05-06 21:55 RD, revision 39086

minor wx.DirDialog updates

2006-05-06 21:51 ABX, revision 39085

Include wx/dcclient.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-06 21:48 VZ, revision 39084

pango_font_description_get_family() can return NULL

2006-05-06 20:32 VZ, revision 39083

compilation fix for the last check in

2006-05-06 20:23 VZ, revision 39082

clamp the point size of the font to a reaosnable range (second part of patch 1481722)

2006-05-06 20:15 VZ, revision 39081

docs for Get/SetNativeFontInfoUserDesc() (part of patch 1481722)

2006-05-06 20:12 VZ, revision 39080

cache best size in DoGetBestSize()

2006-05-06 20:10 VZ, revision 39079

misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)

2006-05-06 19:17 VZ, revision 39078

simplify the client data/non standard images handling code by unconditionally using wxTreeItemParam struct instead of using indirect data only sometimes; also extend it to contain the id which allows to always sort the items correctly (closes bug 1447419) (patch 1449096 from Ryan)

2006-05-06 19:05 VZ, revision 39077

added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505)

2006-05-06 18:53 VZ, revision 39076

corrected last change to cWC2MB() to also work for encoding with NUL length > 1

2006-05-06 18:49 VZ, revision 39075

don't allocate 0-sized buffer in cWC2MB() even if input size is 0

2006-05-06 18:48 VZ, revision 39074

removed wxIsLoggingEnabled() as it could create the log target as an unwanted side effect and just use wxLog::IsEnabled() instead

2006-05-06 18:45 VZ, revision 39073

typo: PrintfInLogBug() was probably supposed to be called PrintfInLogBuf()

2006-05-06 18:44 VZ, revision 39072

delete the old log target if one had been created somehow even before DoCommonPreInit() was called

2006-05-06 17:47 VZ, revision 39071

added ConversionEmpty() test

2006-05-06 17:29 VZ, revision 39070

mention that Wait() relocks the mutex before returning (patch 1482390)

2006-05-06 17:27 VZ, revision 39069

added wxString::EndsWith() (patch 1483049)

2006-05-06 16:59 VZ, revision 39068

allow to specify the value for unknown ids in GetXRCID() (patch 1448981)

2006-05-06 16:57 PC, revision 39067

call static functions directly

2006-05-06 16:16 VZ, revision 39066

added wxTextAttr::Merge (modified patch 1482719)

2006-05-06 16:07 VZ, revision 39065

don't give an error when editing of the items label is cancelled (patch 1482176)

2006-05-06 15:48 VZ, revision 39064

added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505)

2006-05-06 15:33 VZ, revision 39063

blank lines were ignored in multiline cell labels (replaces patch 1476165)

2006-05-06 15:28 VZ, revision 39062

code cleanup in DrawTextRectangle()

2006-05-06 15:26 VZ, revision 39061

signed/unsigned warning fix

2006-05-06 15:17 VZ, revision 39060

re-reversed SB_TOP/BOTTOM undoing rev 1.21 change (still no idea why was it done)

2006-05-06 14:57 VZ, revision 39059

added more headers from HEAD to fix Mac (and potentially MSW without PCH) compilation after last backport

2006-05-06 04:34 SC, revision 39058

must be AnyState , not NoState to get all elements (error in apple's doc, reported)

2006-05-06 04:33 PC, revision 39057

don't include scrollbar area in client size

2006-05-06 00:04 VZ, revision 39056

removed TTN_NEEDTEXT handlers, we don't use tooltips on demand

2006-05-05 23:58 VZ, revision 39055

corrected wording of application shutdown logic description

2006-05-05 22:58 ABX, revision 39054

Include wx/dc.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-05 19:37 VZ, revision 39053

mention that timestamp is in ms

2006-05-05 19:09 RD, revision 39052

fix a typo causing the wrong method to be called.

2006-05-05 17:38 ABX, revision 39051

CSS colour compatibility after #1473731.

2006-05-05 17:28 ABX, revision 39050

Helper for clipping to range.

2006-05-05 17:24 ABX, revision 39049

[ 1482626 ] Fix widgets sample build on unicode

2006-05-05 17:04 PC, revision 39048

correct access for virtuals

2006-05-05 12:23 ABX, revision 39047

Tinderbox build fix for wxUnivGTK build.

2006-05-05 09:42 ABX, revision 39046

!wxUSE_TOOLTIPS build fix.

2006-05-05 08:10 ABX, revision 39045

Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-05 07:10 ABX, revision 39044

Misplaced #ifdef ... #endif fix.

2006-05-04 23:50 RD, revision 39043

Acquire the GIL in __EnumerationHelper

2006-05-04 23:40 VZ, revision 39042

implemented SetItemToolTip()

2006-05-04 23:34 VZ, revision 39041

added static Apply(GtkWidget, tip) method

2006-05-04 23:31 VZ, revision 39040

mention that SetItemToolTip() is for wxMSW and wxGTK2 only

2006-05-04 23:05 VZ, revision 39039

renamed ss_tooltips to gs_tooltips to follow the standard naming convention (and it could have been a typo in the first place)

2006-05-04 23:00 VZ, revision 39038

renamed m_boxes to m_buttons because, well, it contains the radio buttons and not boxes

2006-05-04 22:55 VZ, revision 39037

renamed local variable named m_radio as the m_ prefix was very confusing

2006-05-04 22:54 VZ, revision 39036

added support for radiobox items tooltips in XRC

2006-05-04 19:42 RD, revision 39035

Added Get/SetItemToolTip

2006-05-04 18:10 ABX, revision 39034

Include wx/panel.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-04 16:19 VZ, revision 39033

made GetRowCount() return size_t to avoid signed/unsigned warnings

2006-05-04 16:17 VZ, revision 39032

added brief wxRadioBox description

2006-05-04 16:12 VZ, revision 39031

only take into account visible children in DoLayout()

2006-05-04 16:08 VZ, revision 39030

added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items

2006-05-04 16:07 VZ, revision 39029

relay mouse move events to the tooltips even when the window itself doesn't have a tooltip -- but its subwindow does

2006-05-04 15:58 VZ, revision 39028

made RelayEvent() static

2006-05-04 15:51 VZ, revision 39027

added Remove(HWND); removed unused wParam parameter from SendTooltipMessage

2006-05-04 15:50 VZ, revision 39026

allow entering multiline tooltips directly; allow removing tooltip by entering empty string

2006-05-04 15:01 VZ, revision 39025

implemented declared but never defined resize() method

2006-05-04 12:12 VZ, revision 39024

fixed python-related files names after they had been apparently renamed in the cvs 4 months ago; fixed broken sed command syntax

2006-05-04 12:02 JJ, revision 39023

Committing in . improvement of the previous commit fixes OpenVMS support for wxGTK1 Modified Files: wxWidgets/include/wx/dirdlg.h wxWidgets/src/gtk1/descrip.mms Removed Files: wxWidgets/src/gtk1/dirdlg.cpp ----------------------------------------------------------------------

2006-05-04 09:20 JJ, revision 39022

Committing in . Update of OpenVMS compile support. -I had to add dirdlg.cpp to src/gtk1 to get the dialog sample linking Note that it is just a copy of the verion in the src/gtk directory. Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/gtk1/descrip.mms Added Files: wxWidgets/src/gtk1/dirdlg.cpp ----------------------------------------------------------------------

2006-05-04 07:57 ABX, revision 39021

Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-04 04:47 KO, revision 39020

docopydocs is not needed for this script.

2006-05-04 02:18 RD, revision 39019

Ensure the button still exists after the Notify before doing anything with it.

2006-05-04 02:16 RD, revision 39018

Handle object ownership of wxTreeListColumnInfo and wxPyTreeItemData properly

2006-05-04 02:15 RD, revision 39017

wx.ProgressDialog.Update now returns two values.

2006-05-04 02:09 RD, revision 39016

Font size adjustment

2006-05-04 02:08 RD, revision 39015

Use SetBackgroundStyle for wxGTK

2006-05-04 02:08 RD, revision 39014

Add test for a stock button

2006-05-04 02:07 RD, revision 39013

Add GetAsString

2006-05-04 02:07 RD, revision 39012

Amazingly GetInt returns an integer

2006-05-04 02:06 RD, revision 39011

IsAlwaysMaximized

2006-05-04 02:05 RD, revision 39010

Expose UpdateScrollbar and RemoveScrollbar

2006-05-04 02:04 RD, revision 39009

Docstring updates

2006-05-04 02:03 RD, revision 39008

Redo (again) how the stock objects are initialized in wxPython. Factor out the wxPyTwoIntItem_helper template function so it can be used in other extension modules.

2006-05-04 02:02 RD, revision 39007

Ignore Destroy calls on wx.BusyInfo

2006-05-04 02:01 RD, revision 39006

3 parameter wx.ImageList.Replace is now available everywhere

2006-05-04 02:00 RD, revision 39005

Main now takes a list of args

2006-05-04 02:00 RD, revision 39004

DrawCheckButton -- > DrawCheckBox

2006-05-03 22:22 VZ, revision 39003

moved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR

2006-05-03 22:19 VZ, revision 39002

compilation fix when not using PCH

2006-05-03 21:50 ABX, revision 39001

Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-03 17:10 VZ, revision 39000

remove non existing AM_OPTIONS_WXRC: it results in an error with aclocal 1.4, even though it's inside a comment

2006-05-03 16:18 VZ, revision 38999

fixed printf format warning on 64 bit platforms

2006-05-03 13:12 VZ, revision 38998

documented GetPathWithSep()

2006-05-03 13:11 VZ, revision 38997

include volume in path returned by GetPathWithSep()

2006-05-03 04:36 KO, revision 38996

Initial implementation of wxWidgets build scripts for Mac and Unix. To run tests, just run dobuilds in mac and unix dirs.

2006-05-03 04:30 KO, revision 38995

Include and use the shared docopydocs function.

2006-05-03 04:28 KO, revision 38994

Make sure to include the current values for INCLUDE, LIB, PATH.

2006-05-03 04:25 KO, revision 38993

Move the copying of docs that are included in several tarballs into its own function.

2006-05-03 04:12 PC, revision 38992

wxASSERT(false) --> wxFAIL

2006-05-03 03:20 RD, revision 38991

CHANGES updates

2006-05-03 03:19 RD, revision 38990

Ignore Destroy calls on wx.BusyInfo

2006-05-03 03:19 RD, revision 38989

Docstring fix

2006-05-03 03:18 RD, revision 38988

Fix bug that prevents the generation of an XRS file. Workaround for core dump when multiple resources are loaded into the memory FS.

2006-05-03 03:17 RD, revision 38987

Count children correctly, avoiding an exception for non-window children

2006-05-03 03:15 RD, revision 38986

Apparent typo fix

2006-05-03 03:15 RD, revision 38985

Ensure the button still exists after the Notify before doing anything with it.

2006-05-03 02:44 vell, revision 38984

minor cleanup - reformatting

2006-05-03 02:29 RD, revision 38983

Bump subrelease number

2006-05-03 01:47 RD, revision 38982

Patch from Eli Golovinsky. Adds generation of _() code for gettext and other tweaks.

2006-05-03 00:43 VZ, revision 38981

update the sizes of all pages when the control size changes

2006-05-03 00:42 VZ, revision 38980

don't invalidate the tree size when pages are added/removed, we don't want the tree size to jump on its own ad the programmer should call FitTree() explicitely if this is desired

2006-05-03 00:36 VZ, revision 38979

fixed setting selection when there are NULL pages in the tree

2006-05-03 00:17 VZ, revision 38978

many fixes for wxLaunchDefaultBrowser() (backport of 1.147 and 1.155)

2006-05-02 23:55 VZ, revision 38977

moved WinStruct outside of #if wxUSE_GUI (backport of 1.148 from HEAD)

2006-05-02 23:43 VZ, revision 38976

mention that FindToolForPosition() is not implemented under wxGTK; general cleanup (\arg instead of \it, \NULL instead of NULL)

2006-05-02 17:23 PC, revision 38975

correct access specifier for virtuals

2006-05-02 17:21 PC, revision 38974

remove definitions which are already in wx/app.h

2006-05-02 16:28 ABX, revision 38973

DMC warning fix.

2006-05-02 10:39 ABX, revision 38972

Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-01 17:39 PC, revision 38971

& operator should be && virtual OnDismiss() access should match base extraneous semicolon

2006-05-01 14:40 SC, revision 38970

use cleaner OSX version (10.3 upwards)

2006-04-30 23:54 ABX, revision 38969

Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal port.

2006-04-30 21:20 ABX, revision 38968

eVC3 (older WinCE) build fix.

2006-04-30 21:16 ABX, revision 38967

Be nice to eVC++ build process and don't include not existing files.

2006-04-30 12:32 ABX, revision 38966

Warning fixes.

2006-04-30 11:58 RR, revision 38965

Applied patch to add n bitmaps at once to an image list of the bitmap is n times as wide as the image width of the image list. This was the case in the MSW image list before.

2006-04-30 11:44 RR, revision 38964

Patch 1476076 about negative wxImage size when copying (or something).

2006-04-30 11:40 RR, revision 38963

wxListBox default cstr doc patch.

2006-04-30 11:37 RR, revision 38962

Commit XML doc patch.

2006-04-30 10:38 RR, revision 38961

Blindly added wxImageList::replace( int, bitmap, mask )

2006-04-30 10:10 RR, revision 38960

Added gtk dirdlg

2006-04-30 09:59 RR, revision 38959

int -> unsigned int in wxListBox docs.

2006-04-30 09:52 RR, revision 38958

Committed bakefile correction.

2006-04-30 09:50 RR, revision 38957

Fix mem leak.

2006-04-30 09:44 RR, revision 38956

Trying to commit wxDirDialog patch.

2006-04-30 05:18 RD, revision 38955

some tweaks

2006-04-30 00:20 ABX, revision 38954

No more avoiding wxSizer::Fit in wxWinCE builds.