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-09-18 14:23 VZ, revision 29203

oops, compilation fix after moving code around

2004-09-18 14:21 VZ, revision 29202

use 4K buffer instead of reading characters one by one in ReadLine()

2004-09-18 14:16 CE, revision 29201

fix compile break for unknown FLASHWINFO

2004-09-18 13:21 VS, revision 29200

moving XRC to the core

2004-09-18 13:03 VS, revision 29199

fixed corrupted file, checked in as text file now

2004-09-18 12:36 VZ, revision 29198

removed unneeded (after patch 1027243) disable.bmp

2004-09-18 12:34 VZ, revision 29197

construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)

2004-09-18 12:09 VZ, revision 29196

fixed crash when closing window that contains STC (patch 1017268)

2004-09-18 11:54 VZ, revision 29195

fixed signature of wxTimerProc to be conformant to what Windows expects it to be

2004-09-18 11:34 VZ, revision 29194

moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)

2004-09-18 11:03 VZ, revision 29193

fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automatically (closes bug 1019440)

2004-09-18 11:01 VZ, revision 29192

added test for toggling wxLC_[HV]RULES styles

2004-09-18 09:59 VZ, revision 29191

compilation fix

2004-09-18 09:53 VZ, revision 29190

added GetMenu() (closes bug 1026662)

2004-09-18 09:46 VZ, revision 29189

replaced wxLogLastError with an assert when checking an item not attached to a menu (see bug 1030141)

2004-09-18 09:27 VZ, revision 29188

compilation fix

2004-09-18 08:53 VS, revision 29187

moving XRC to the core

2004-09-18 08:19 VS, revision 29186
  • D /wxWidgets/trunk/src/xrc/Makefile.in
  • D /wxWidgets/trunk/src/xrc/xrcM8.xml

moving XRC to the core

2004-09-17 22:23 ABX, revision 29185

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 22:20 VZ, revision 29184

added possibility to specify printer bin (patch 910272)

2004-09-17 22:09 VZ, revision 29183

do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalidated anyhow

2004-09-17 21:44 VZ, revision 29182

rewrote some sizer code using wxSizerFlags

2004-09-17 21:42 VZ, revision 29181

added wxSizerFlags

2004-09-17 19:26 VZ, revision 29180

compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)

2004-09-17 19:12 VZ, revision 29179

fixed rounding errors in variable status bar panes widths computation (patch 1030021)

2004-09-17 18:20 ABX, revision 29178

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:57 ABX, revision 29177

Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 17:39 ABX, revision 29176

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:24 ABX, revision 29175

wxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.

2004-09-17 15:29 RD, revision 29174

Correct indentation and Snap calls

2004-09-17 15:27 RD, revision 29173

Append --> append

2004-09-17 15:06 VZ, revision 29172

made all Add/Insert/Prepend methods inline

2004-09-17 13:25 VZ, revision 29171

forward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function, all the others made non virtual

2004-09-16 22:36 VZ, revision 29170

fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)

2004-09-16 22:34 VZ, revision 29169

fix for crash on 64 bit platforms (patch 1028942)

2004-09-16 22:31 VZ, revision 29168

use wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)

2004-09-16 22:27 VZ, revision 29167

don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

2004-09-16 22:25 VZ, revision 29166

make the label window visible (patch 1013447)

2004-09-16 22:14 VZ, revision 29165

made wxListbook events more consistent with wxNotebook ones (patch 1001271)

2004-09-16 22:10 VZ, revision 29164

fix for wxJoystick when not calling SetCapture() (patch 1000685)

2004-09-16 22:06 VZ, revision 29163

don't assert if Update(m_maximum) is called twice (replaces patch 995186)

2004-09-16 22:04 VZ, revision 29162

smoother time estimation updates in wxProgressDialog (patch 992813)

2004-09-16 21:57 VZ, revision 29161

more 'realistic' progress dialog test (part of patch 992813)

2004-09-16 21:23 VZ, revision 29160

spelling fix

2004-09-16 20:51 VZ, revision 29159

mention that read_write mode doesn't work for standalone buffers

2004-09-16 20:15 RD, revision 29158

A change similar to that in Bug #837902 to correct minsize calc for window2

2004-09-16 18:50 VZ, revision 29157

fixes for harmless mingw32 warnings

2004-09-16 18:35 ABX, revision 29156

Description of the 'generic dialogs in native builds' application.

2004-09-16 18:13 ABX, revision 29155

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-16 17:44 ABX, revision 29154

Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.

2004-09-16 16:44 ABX, revision 29153

Warning fix (unused value assignment).

2004-09-16 16:36 ABX, revision 29152

Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.

2004-09-16 16:02 RL, revision 29151

Using != doesn't work for bakefile, I don't know what does, or what this change really wanted to achieve, but its been broken for a couple of days now. Back to you ABX for a real fix. But please install bakefile if you are going to tweak these files.

2004-09-16 15:42 ABX, revision 29150

Corrections to frame/tlw references.

2004-09-16 15:13 ABX, revision 29149

wxChoicebook generic implementation.

2004-09-16 11:29 ABX, revision 29148

wxChoicebook generic implementation.

2004-09-15 23:07 VZ, revision 29147

fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler

2004-09-15 22:36 VZ, revision 29146

added tests for EVT_ICONIZE/MAXIMIZE

2004-09-15 22:14 VZ, revision 29145

fixed wxMaximizeEvent generation

2004-09-15 14:00 ABX, revision 29144

ISO C++ cast fix (patches #1024150 and #1024149).

2004-09-15 13:20 ABX, revision 29143

Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().

2004-09-14 17:33 VZ, revision 29142

fixed base classes; also added include file section

2004-09-14 15:33 VZ, revision 29141

output "GTK+ 2" toolkit for gtk2 builds

2004-09-14 15:15 VZ, revision 29140

allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

2004-09-14 12:08 ABX, revision 29139

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-14 11:41 ABX, revision 29138

MGL workaround for the build system.

2004-09-14 11:14 GT, revision 29137

Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual

2004-09-14 11:08 GT, revision 29136

ClearMemberVar() did not correctly handle columns defined as SQL_C_LONG

2004-09-14 06:29 RD, revision 29135

reSWIGged

2004-09-14 02:58 RD, revision 29134

reSWIGged

2004-09-14 02:57 RD, revision 29133

Some change notes

2004-09-13 23:23 RD, revision 29132

Added SetToWeekOfYear, deprecated SetToTheWeek and GetWeek

2004-09-13 23:21 RD, revision 29131

Added wx.WINDOW_DEFAULT_VARIANT constant

2004-09-13 23:20 RD, revision 29130

wx.Sizer.Show can be recursive

2004-09-13 23:20 RD, revision 29129

AssociateHandle and DissociateHandle

2004-09-13 23:19 RD, revision 29128

#if fix so we don't end up using the generic header on wxMac

2004-09-13 23:18 RD, revision 29127

check that the wxDateTime is valid before converting to datetime

2004-09-13 23:17 RD, revision 29126

whitespace fix

2004-09-13 20:14 VZ, revision 29125

replaced wxControl with wxWindow in 2 methods

2004-09-13 18:18 RD, revision 29124

workaround bug in SWIG's t_output_helper

2004-09-13 18:03 ABX, revision 29123

Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-13 17:53 ABX, revision 29122

Corrections to wxDirDialog usage.

2004-09-13 14:11 VZ, revision 29121

fixes after some of wxFrame methods were extracted to wxTLW docs

2004-09-13 13:46 ABX, revision 29120

Recursive wxSizer::Show for subsizer and return value if element was found.

2004-09-13 09:24 VZ, revision 29119

no changes, just removed a wrong comment

2004-09-13 09:23 VZ, revision 29118

mention wxDateTime::SetToTheWeek() change

2004-09-13 09:22 VZ, revision 29117

added missing conv parameter to wxTextOutputStream ctor

2004-09-13 09:16 VZ, revision 29116

file with DoMessage() declaration (which I forgot to commit ages ago)

2004-09-13 04:41 SC, revision 29115

searching for wxToolBar parent only for kEventMouseMoved events

2004-09-12 15:08 VZ, revision 29114

only define operator<<(wchar_t) in Unicode build

2004-09-12 14:24 SC, revision 29113

added GetMenu Support for MENU_OPEN

2004-09-12 11:54 VZ, revision 29112

compilation fix after last commit

2004-09-12 11:52 VZ, revision 29111

fixed VC6 compilation

2004-09-12 11:46 VS, revision 29110

merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

2004-09-12 11:40 , revision 29109
  • A /wxWidgets/tags/LIBPNG_1_2_7
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/pngasmrd.h
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/pngdef.pas

This commit was manufactured by cvs2svn to create tag 'LIBPNG_1_2_7'.

2004-09-12 11:40 VS, revision 29108
  • R /wxWidgets/trunk/src/png/pngnow.png
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def
  • R /wxWidgets/trunk/src/png/scripts/pngw32.def

This commit was generated by cvs2svn to compensate for changes in r29107, which included commits to RCS files with non-trunk default branches.

2004-09-12 11:40 VS, revision 29107

imported libpng 1.2.7

2004-09-12 11:40 , revision 29106

This commit was manufactured by cvs2svn to create branch 'LIBPNG'.

2004-09-12 11:40 VS, revision 29105

Initial revision

2004-09-12 09:32 SC, revision 29104

toolbartool has to send events to parent for tooltips to work

2004-09-11 22:23 VZ, revision 29103

typo in last commit

2004-09-11 22:17 VZ, revision 29102

added As/DissociateHandle() and implemented it for MSW (modified patch 972356)

2004-09-11 22:07 VZ, revision 29101

deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear()

2004-09-11 21:37 VZ, revision 29100

fixed GetWeekOfYear() for first/last week in some cases (patch 908793)

2004-09-11 20:26 VZ, revision 29099

fixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementation (patch 1026453)

2004-09-11 19:21 VZ, revision 29098

BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION

2004-09-11 19:18 VZ, revision 29097

msw/helpchm and helpwin.cpp should be LOWLEVEL; msw/dirdlg.cpp should not

2004-09-11 19:10 VZ, revision 29096

added a missing delete which resulted in a small memory leak on each wxExecute() (fixes 926802)

2004-09-11 18:47 VZ, revision 29095

default MB -> WC conversion under Win32 now fails if it encounters invalid MB chars; this is more iconv-compatible and fixes wxTextInputStream::NextChar()

2004-09-11 18:42 VZ, revision 29094

overload operator<<() for wchar_t too (if applicable/possible); this fixes the problem with << '\n' producing '10' on output

2004-09-11 18:39 VZ, revision 29093

define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers having real wchar_t native type and 0 for broken ones which define it as a typedef

2004-09-11 08:25 SC, revision 29092

NO_DEFAULT support added

2004-09-11 07:42 SC, revision 29091

support for sys-opted window variant

2004-09-10 21:44 RD, revision 29090

Accomodate either {prefix}/lib or {prefix}/lib64 (the latter is used on SuSE x86_64 distro)

2004-09-10 21:44 RD, revision 29089

reSWIGed

2004-09-10 21:42 RD, revision 29088

reSWIGged

2004-09-10 21:36 RD, revision 29087

ensure that the wxString gets all the wide chars

2004-09-10 21:34 RD, revision 29086

another change note

2004-09-10 20:54 RD, revision 29085

Forgot about CalendarEvent

2004-09-10 20:53 RD, revision 29084

Extended the wx.calendar.CalendarCtrl class with methods that get/set a Python datetime or date object. (These will only work with Python 2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit, PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and PyGetUpperDateLimit.

2004-09-10 20:36 VZ, revision 29083

make background colour apply to choice/combobox dropdown listbox as well as the main part (patch 1023669)

2004-09-10 20:08 RD, revision 29082

Fixed typo

2004-09-10 20:06 RD, revision 29081

Add depth param to ConvertToBitmap

2004-09-10 20:01 RD, revision 29080

Added GetListView accessor

2004-09-10 19:54 RD, revision 29079

Fix for ogl.FORMAT_SIZE_TO_CONTENTS

2004-09-10 13:24 ABX, revision 29078

Some unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx-dev on 6.8.2004).

2004-09-10 12:56 ABX, revision 29077

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty().

2004-09-10 12:09 ABX, revision 29076

DMC reality.

2004-09-10 04:54 RD, revision 29075

reSWIGed

2004-09-09 23:14 RD, revision 29074

fixed case typo

2004-09-09 21:02 RD, revision 29073

reSWIGged

2004-09-09 20:37 RD, revision 29072

undo last change

2004-09-09 20:35 RD, revision 29071

default is gtk2 & unicode

2004-09-09 20:34 RD, revision 29070

dependencies for the new swig runtime files

2004-09-09 19:16 RD, revision 29069

Added RequestUserAttention

2004-09-09 19:07 RD, revision 29068

Removed my copy of distutils from the wxPython source tree.

2004-09-09 19:03 RD, revision 29067

Added RequestUserAttention

2004-09-09 18:59 RD, revision 29066

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:58 RD, revision 29065

Added StockButtons to main demo list

2004-09-09 18:53 RD, revision 29064

typo fixed

2004-09-09 18:48 RD, revision 29063

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:32 RD, revision 29062

New patch for SWIG, updated to SWIG 1.3.22. Removed old patches that have already been put in to SWIG

2004-09-09 18:29 RD, revision 29061

For editors and renderers the type registry takes precedence over the default attr, so we need to register the new editor/renderer for the string data type in order to make setting a default editor/renderer appear to work correctly.

2004-09-09 17:42 ABX, revision 29060

Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-09 17:26 RD, revision 29059

Removed my copy of distutils from the wxPython source tree.

2004-09-09 14:34 VZ, revision 29058

compilation fix for VC6 (closes 1025093)

2004-09-09 14:33 VZ, revision 29057

define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER >= 0x0500 is used and are generally broken for higher WINVER values

2004-09-09 14:14 ABX, revision 29056

Correct positioning of the entry text dialog.

2004-09-09 13:14 ABX, revision 29055

WinCE fixes.

2004-09-08 23:50 RD, revision 29054

Fixed wrong append() name

2004-09-08 17:30 ABX, revision 29053

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false.

2004-09-08 13:40 VZ, revision 29052

update from Vegh Janos

2004-09-08 12:00 VZ, revision 29051

unregister GL windows classes on program termination, fixes problem with wx being used in a DLL which is being unloaded and reloaded again

2004-09-08 11:18 ABX, revision 29050

Warning fix.

2004-09-08 10:49 VZ, revision 29049

reverted last check in

2004-09-08 09:53 VZ, revision 29048

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-08 06:41 ABX, revision 29047

Fixes and source cleaning for WinCE.

2004-09-08 06:26 ABX, revision 29046

Missed include due to wxBookCtrlSizer existence.

2004-09-08 06:20 ABX, revision 29045

Native Smartphone wxTextCtrl.

2004-09-07 21:02 VZ, revision 29044

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-07 20:39 VZ, revision 29043

documented GetIcon(s), extended SetIcons() doc

2004-09-07 20:34 VZ, revision 29042

extracted common wxDialog/wxFrame methods to tlw.tex

2004-09-07 20:16 VZ, revision 29041

define WINVER as 0x0502 by default (highest possible), not 0x0400; made the comment before it more clear

2004-09-07 19:50 VZ, revision 29040

added accels for submenus; removed weird wxConvCurrent assignment (such code has nothing to do in a sample, especially without any explanation)

2004-09-07 19:42 VZ, revision 29039

fixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)

2004-09-07 11:11 ABX, revision 29038

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-07 08:34 JJ, revision 29037

Committing in . Update of an OpenVMS makefile Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2004-09-07 06:01 ABX, revision 29036

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-06 04:51 RL, revision 29035

Ported forward improvements from the 2.4.2.6 release. This still won't build new 2.5 packages yet, but it is changes that will happen anyway so I'm checkpointing the diff here.

2004-09-06 04:41 RL, revision 29034

Typo fixes backported from 2.5

2004-09-05 19:19 VS, revision 29033

added all IDs

2004-09-05 10:08 RL, revision 29032

GTK Combobox and Listbox aren't realized until actually visible, so a list_item created before that would receive a default style instead of the control's style. Instead of calling ApplyWidgetStyle() which would iterate all items, only the newly created item will receive the current style to speed things up. Thanks to Andreas Pflug. Closes 984861

2004-09-04 23:47 RD, revision 29031

reSWIGged

2004-09-04 23:39 RD, revision 29030

reSWIGed

2004-09-04 19:01 RD, revision 29029

reSWIGged

2004-09-04 18:48 RD, revision 29028

reSWIGed

2004-09-04 18:45 RD, revision 29027

Add DLL export macros

2004-09-04 18:06 RD, revision 29026

Add a link to the changes file, move the log file

2004-09-04 18:03 RD, revision 29025

Add the stock item helper fucntions back

2004-09-04 13:23 VS, revision 29024

wxArtProvider fix

2004-09-04 02:44 ABX, revision 29023

Spelling fixes [#1017001]

2004-09-04 01:53 ABX, revision 29022

Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-04 01:26 ABX, revision 29021

Spelling fixes [#1017001], source cleaning.

2004-09-03 21:53 VS, revision 29020

updated version to match latest wxPython release

2004-09-03 21:20 VS, revision 29019

MBCS and IM fixes (patch 1016292)

2004-09-03 19:30 RD, revision 29018

Since it is documented, changed GetOrCreateCellAttr from protected to public so it can be used from wxPython.

2004-09-03 19:14 RD, revision 29017

fixed copy/paste error

2004-09-03 19:04 RD, revision 29016

Check for m_peer != NULL in Freeze and Thaw

2004-09-03 18:59 RD, revision 29015

Fixed incorrect clipping region on wxGTK

2004-09-03 18:32 ABX, revision 29014

Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(), TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-03 14:35 ABX, revision 29013

Fix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLICK [patch #1019696] with test code in the sample.

2004-09-03 12:43 RR, revision 29012

Applied patch to avoid g_lib wanrings.

2004-09-02 18:35 RD, revision 29011

Don't set the size until after everything is initialized

2004-09-02 00:52 RD, revision 29010

reSWIGged

2004-09-02 00:46 RD, revision 29009

stockitem.h no longer needed

2004-09-02 00:40 RD, revision 29008

reSWIGged

2004-09-02 00:33 RD, revision 29007

another tst style

2004-09-01 23:52 RD, revision 29006

more doc fixes and clarifications

2004-09-01 23:40 RD, revision 29005

really remove them

2004-09-01 23:39 RD, revision 29004

Remove wrappers for some functions meant to be interal use only.

2004-09-01 23:38 RD, revision 29003

notes about recent changes

2004-09-01 23:26 RD, revision 29002

Added demo for Stock Buttons

2004-09-01 23:22 RD, revision 29001

If wxGetStockGtkID returns NULL (such as with wx.ID_INDENT on GTK 2.2) then fall back to normal label setting

2004-09-01 22:54 RD, revision 29000

reSWIGged

2004-09-01 22:52 RD, revision 28999

Some more "wxWindows" --> "wxWidgets"

2004-09-01 22:00 RD, revision 28998

Added wx.lib.ticker.Ticker class from Chris Mellon.

2004-09-01 19:47 RD, revision 28997

Updated generic window styles

2004-09-01 19:32 RD, revision 28996

Added [GS]etBackgroundStyle

2004-09-01 19:30 RD, revision 28995

updates to support stock buttons

2004-09-01 19:29 RD, revision 28994

doc updates

2004-09-01 19:24 RD, revision 28993

Add a column for GetUnicodeKey

2004-09-01 19:23 RD, revision 28992

Demo the 3-state checkbox and also right-alignment

2004-09-01 19:22 RD, revision 28991

Added 3-state checkbox and toggle button support

2004-09-01 19:04 RD, revision 28990

rebaked, for addition of xh_tglbtn

2004-09-01 19:02 RD, revision 28989

Add 3-state styles, and wxALIGN_RIGHT

2004-09-01 18:24 JS, revision 28988

Added wxToggleButton handler

2004-09-01 17:47 JS, revision 28987

Added toggle button handler header

2004-09-01 13:39 CE, revision 28986

fix menu switching between children

2004-09-01 09:16 CE, revision 28985

mdi menu updates fixed (after SF 1012653)

2004-08-31 22:13 VZ, revision 28984

no real changes, just rewrote ChoiceEditor::EndEdit() in a slightly more concise/clear way

2004-08-31 22:12 VZ, revision 28983

removed apparently useless (and provoking a dummy event) code in ChoiceEditor::EndEdit() resetting the choice to 0 index

2004-08-31 19:56 RD, revision 28982

Version number bump, with preview flag

2004-08-31 19:54 RD, revision 28981

Don't hide the panel for non-MSW platforms.

2004-08-31 18:54 SC, revision 28980

fix for not sending a native click to a control if it is not enabled (does an enable itself)

2004-08-31 17:26 RD, revision 28979

fixed compile error

2004-08-31 17:24 RD, revision 28978

stockitem.h needs installed too.

2004-08-31 16:31 RD, revision 28977

Fixes to allow DoGetBestSize to work before CreateGrid has been called.

2004-08-31 14:54 RD, revision 28976

Adding DrawnShape (patch from Pierre Hjälm)

2004-08-31 13:59 ABX, revision 28975

some wxUSE_* macros not used consistently (patch #992456) with source cleaning (blind changes).

2004-08-31 12:44 ABX, revision 28974

Fix of memory leak with generic file dialog (Patch #1017938)

2004-08-31 12:38 ABX, revision 28973

Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-31 11:39 ABX, revision 28972

Generic dialogs not available in shared nonUniv builds due to their adjustement to SHARED switch of wxWidgets.

2004-08-31 07:53 JS, revision 28971

Added wxToggleButton handler

2004-08-30 22:31 VS, revision 28970

load icons from current icon theme under GTK >= 2.4, too

2004-08-30 21:31 VS, revision 28969

dllexport buffer classes used by wxString

2004-08-30 16:42 VS, revision 28968

(partially) fixed splitter sash rendering under GTK2

2004-08-30 14:42 VS, revision 28967

new stock buttons API

2004-08-30 10:18 ABX, revision 28966

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-30 07:40 SC, revision 28965

correcting a source for double event delivery

2004-08-30 07:07 SC, revision 28964

adapting textctrl position to window theme

2004-08-30 06:49 SC, revision 28963

setting the mac theme font only in VARIANT_NORMAL

2004-08-30 06:46 SC, revision 28962

supporting hidden status bar

2004-08-29 20:09 SN, revision 28961

Untabified (TABs seem to cause strange problems with autoconf-2.59, at least on OS/2.)

2004-08-29 18:52 SC, revision 28960

fixing retval for SetFont

2004-08-29 18:27 VS, revision 28959

don't include strings that shouldn't be translated in gettext output

2004-08-29 18:25 SC, revision 28958

metal appearance supported under 10.3

2004-08-29 15:53 SC, revision 28957

fixing repositioning problem for statusbar

2004-08-29 14:30 VS, revision 28956

removed wx-specific fix, it's already fixed in upstream sources

2004-08-29 13:55 JS, revision 28955

Don't draw flat box unless background style is system

2004-08-29 13:32 JS, revision 28954

SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize background erase on wxGTK (no-op on other platforms)