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

2003-03-02 23:21 VZ, revision 19441

added missing include (patch 690352)

2003-03-02 23:18 VZ, revision 19440

fixed memory leak (patch 685580)

2003-03-02 22:48 SC, revision 19439

GiveFeedback support, Cursor Extension

2003-03-02 22:47 SC, revision 19438

OSX printing fixes

2003-03-02 22:46 SC, revision 19437

destroy event support

2003-03-02 22:45 SC, revision 19436

usleep fix

2003-03-02 22:44 SC, revision 19435

xpm support, color cursor support

2003-03-02 22:38 SC, revision 19434

xpm support

2003-03-02 22:37 SC, revision 19433

fix

2003-03-02 22:35 SC, revision 19432

added copy arrow cursor macos specific

2003-03-02 21:34 RR, revision 19431

Up-ported wxBusyCursor fix and wxCombBov default dialog action behaviour if enter is hit in it.

2003-03-02 21:33 RR, revision 19430

Fixed wxBusuCursor.

2003-03-02 21:31 RR, revision 19429

Added hint at default conversion in Unicode mode. It is enough if I got burned by it.

2003-03-02 20:22 GD, revision 19428

updated source to not use deprecated wxList methods

2003-03-02 20:08 MBN, revision 19427

Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border style from sunken to the default Motif style. Added some convenience macros for checking Motif/Lesstif version. Fixed the bug that caused wxStaticBox size to change when label text was changed.

2003-03-02 19:57 GD, revision 19426

added missing include file and corrected memory leak due to creation of never used region (NewRgn)

2003-03-02 18:58 VS, revision 19425

implemented wxCLOSE_BOX under Windows

2003-03-02 14:38 VZ, revision 19424

added tests for changing display resolution and going full screen

2003-03-02 14:31 VZ, revision 19423

added wxDisplay files

2003-03-02 14:30 VZ, revision 19422

define some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode)

2003-03-02 14:24 VZ, revision 19421

maximize the window to the correct display (i.e. the one it is currently on); ShowFullScreen() actually shows the window, too

2003-03-02 14:23 SC, revision 19420

OSX fixes for printing

2003-03-02 14:17 VZ, revision 19419

implemented video mode support (getting the current one, enumerating, changing)

2003-03-02 14:16 VZ, revision 19418

significant API changes: wxVideoMode and methods using it added, GetDepth() and IsColour() removed, GetFromWindow() added

2003-03-02 13:56 SC, revision 19417

OSX fixes

2003-03-02 13:31 ROL, revision 19416

new version

2003-03-02 13:31 ROL, revision 19415

*** empty log message ***

2003-03-02 13:31 ROL, revision 19414

ParamUnit class

2003-03-02 13:30 ROL, revision 19413

defaults for unset required parameters, ParamUnit for border and {v,h}gap

2003-03-02 11:07 RR, revision 19412

Do dialog's default action (mostly "OK") if ENTER was hit in a combobox and the TEXT_ENTER event was not handled. MSW seems to be doing something similar.

2003-03-02 11:01 VS, revision 19411

removed deprecated calls from wxImage example (bug #688438)

2003-03-02 10:09 MBN, revision 19410

Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons and default buttons are visually the same size, however, given how wxMotif draws default buttons, the Widget for a default button is bigger (8 pixels by default), thus setting default border will make the Widget grow.

2003-03-01 21:17 SC, revision 19409

applied fix to MkDir for mac

2003-03-01 21:09 SC, revision 19408

applied fix to MkDir for mac

2003-03-01 20:29 VS, revision 19407

fixed incorrectly backported patch

2003-03-01 20:12 VS, revision 19406

backported: fixed wxScrollBar creation when default size was used

2003-03-01 18:05 MBN, revision 19405

Do not change background colour for parent widget; set best size to some arbitrary value if the text control is empty.

2003-03-01 17:52 MBN, revision 19404

Fix "make install" for wxMotif after recent changes for using X11 files. Fix "make dist" for all ports (changes in internat sample), and for wxMotif (for the aforementioned changes).

2003-03-01 17:30 SC, revision 19403

added minor and major description for wxGetOsVersion for wxMac

2003-03-01 17:13 SC, revision 19402

wxMac just using Update()

2003-03-01 16:36 SC, revision 19401

added wxMac to the branch using Update for refresh

2003-03-01 10:00 RR, revision 19400

Added wxComboBox::SetString patch

2003-03-01 09:59 RR, revision 19399

Upported combobox changes and another fix.

2003-03-01 09:12 RR, revision 19398

Typo for compilation.

2003-02-28 23:48 JS, revision 19397

Tidied space and tabs in wxMac files

2003-02-28 23:46 VS, revision 19396

1. added native wxMessageDialog implementation for GTK+2 2. minor formatting changes, so that the changelog has consistent look

2003-02-28 23:46 VS, revision 19395

added native wxMessageDialog implementation for GTK+2

2003-02-28 23:41 VS, revision 19394

fixed wxScrollBar creation when default size was used

2003-02-28 23:39 VS, revision 19393

compilation fix

2003-02-28 23:37 VS, revision 19392

added native wxMessageDialog implementation for GTK+2

2003-02-28 23:36 JS, revision 19391

Tidied up white space and tabs in wxMac

2003-02-28 22:23 JS, revision 19390

Removed unnecessary #ifs

2003-02-28 22:09 MBN, revision 19389

Change wxCLOSE to wxCLOSE_BOX.

2003-02-28 21:54 JS, revision 19388

Tidied copyright and date for wxMac files

2003-02-28 19:30 JS, revision 19387

#ifed wxLog occurrences

2003-02-28 18:33 RD, revision 19386

Do proper delete

2003-02-28 18:04 JS, revision 19385

Added display sample to distrib file lists

2003-02-28 15:35 RD, revision 19384

Use the right constants

2003-02-28 09:21 RR, revision 19383

Hah!

2003-02-28 01:48 VZ, revision 19382

added FromPoint test

2003-02-28 01:33 VZ, revision 19381

started writing wxDisplay sample

2003-02-28 00:59 RD, revision 19380

SWIGged updates for wxMSW

2003-02-28 00:29 RD, revision 19379

SWIGged updates for wxGTK

2003-02-28 00:26 RD, revision 19378

avoid notebook tabs on the bottom on the Mac

2003-02-28 00:23 RR, revision 19377

Next take at combobox.

2003-02-28 00:20 RD, revision 19376

added some .cvsignore's

2003-02-28 00:18 RD, revision 19375

Made the ctor signature match the standard...

2003-02-28 00:16 RD, revision 19374

Some tweaks

2003-02-28 00:15 RD, revision 19373

Refactored, enhanced and added capabilites for the DrawXXXList functions, inspired by code from Chris Barker.

2003-02-27 21:10 RD, revision 19372

Patch from David Falkinder to help building a STC dll.

2003-02-27 20:47 RR, revision 19371

Ideally, this would fix a crash.

2003-02-27 20:25 RR, revision 19370

Attempt to scroll text view after adding text. It almost works.

2003-02-27 20:24 RR, revision 19369

Next take at combobox.

2003-02-27 20:16 RD, revision 19368

SWIGged updates for wxMac

2003-02-27 20:14 RD, revision 19367

Added static accessors for wxPython for some of the s_mac* members of wxApp on Mac. They are no-ops for the other platforms.

2003-02-27 18:20 VZ, revision 19366

show error message if exec() failed: not pretty but better than nothing

2003-02-27 13:01 VZ, revision 19365

fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

2003-02-27 12:53 VZ, revision 19364

fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

2003-02-27 12:18 VZ, revision 19363

wxExecute may only be called from the main thread

2003-02-27 12:02 VZ, revision 19362

updated the sample to show the sizers, not constraints, in the main frame; also demonstrate flex grid sizer

2003-02-27 11:55 VZ, revision 19361

added proportion parameter to wxFlexGridSizer::AddGrowableRow/Col()

2003-02-27 11:51 VZ, revision 19360

added WXK_WINDOWS_XXX key constants

2003-02-27 10:45 CE, revision 19359

update adding watcom makefiles

2003-02-27 10:38 CE, revision 19358

update adding watcom makefiles

2003-02-27 10:32 CE, revision 19357

update adding watcom makefiles

2003-02-27 10:30 VZ, revision 19356

added wxUSE_DISPLAY

2003-02-27 10:24 SC, revision 19355

SetValue fix

2003-02-27 10:18 SC, revision 19354

fix for SetSize was missing

2003-02-27 10:13 VS, revision 19353

wxCLOSE->wxCLOSE_BOX

2003-02-27 10:06 SC, revision 19352

SetValue can add values if not readonly

2003-02-27 00:18 VZ, revision 19351

fixed wxRegionIterator example

2003-02-26 23:10 VS, revision 19350

unified default values for conv arguments

2003-02-26 23:09 VS, revision 19349

updates to <script> handling backport list

2003-02-26 20:48 RD, revision 19348

SWIGged updates for wxMSW

2003-02-26 20:48 RD, revision 19347

SWIGged updates for wxMac

2003-02-26 20:31 RR, revision 19346

Docs update for combobox.

2003-02-26 20:27 RR, revision 19345

More update to wxComboBox

2003-02-26 19:40 RD, revision 19344

Updated change notes

2003-02-26 19:38 RD, revision 19343

SWIGged updates for wxGTK

2003-02-26 19:31 VS, revision 19342

unified default values for conv arguments

2003-02-26 19:29 VS, revision 19341

compilation fix for optimizing compilers

2003-02-26 19:28 VS, revision 19340

fixed wxSYSTEM_MENU on Unix

2003-02-26 19:26 VS, revision 19339

added wxCLOSE

2003-02-26 19:24 VS, revision 19338

added wxCLOSE and fixed wxSYSTEM_MENU on Unix

2003-02-26 19:21 VS, revision 19337

added wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition

2003-02-26 19:21 VS, revision 19336

fix patch #693600

2003-02-26 18:38 RD, revision 19335

Switched to using True/False in the wxPython lib and demo instead of true/false or TRUE/FALSE to prepare for the new boolean type and constants being added to Python. Added code to wx.py to test for the existence of the new constants and to create suitable values if not present.

2003-02-26 17:04 CE, revision 19334

update for watcom makefiles

2003-02-26 16:55 CE, revision 19333

update for watcom makefiles

2003-02-26 10:58 CE, revision 19332

update for new watcom makefiles

2003-02-26 10:20 CE, revision 19331

fix for open watcom

2003-02-26 10:10 CE, revision 19330

fix for open watcom

2003-02-26 05:49 RD, revision 19329

Ensure that the TOOLDIR exists

2003-02-26 05:36 RD, revision 19328

SWIGged updates for wxMSW

2003-02-26 05:28 RD, revision 19327

Use shortened DLL version number for wxPython

2003-02-26 05:26 RD, revision 19326

Use version.mak on the 2.4 branch too

2003-02-26 05:26 , revision 19325

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

2003-02-26 05:14 RD, revision 19324

SWIGged updates for wxMac

2003-02-26 05:02 RD, revision 19323

Don't use --inplace any longer. Move the building of the .mo files to the tarfile rather than the RPM Add the wxrc tool to the RPM.

2003-02-26 04:55 RD, revision 19322

wxCursor(const wxImage&) doesn't exist on Mac, workaround for wxpython

2003-02-26 04:24 RD, revision 19321

SWIGged updates for wxGTK

2003-02-26 04:13 RD, revision 19320

These hacks shouldn't be needed any longer with the new way that the __del__ methods are generated.

2003-02-26 04:01 RD, revision 19319

Make sure some class names get put into the wx namespace when non-core modules are imported

2003-02-26 03:59 RD, revision 19318

Give the second form of BeginDrag a better name

2003-02-26 03:56 RD, revision 19317

Provide both forms of wxLocale::Init to wxPython

2003-02-25 21:31 RD, revision 19316

Changed how the dynamic event tables (used for all Python wx classes, C++ wx classes typically use static event tables) are searched such that they behave from a Python perspective more like the static tables in C++. Namely that if there are identical event bindings in a base Python class and a derived Python class that the one in the derived class will be found first and that if Skip is called that the one in the base class will still be found instead of skipping directly to the static stable in the C++ class.

2003-02-25 21:22 RD, revision 19315

Changed how the dynamic event tables (used for all Python wx classes, C++ wx classes typically use static event tables) are searched such that they behave from a Python perspective more like the static tables in C++. Namely that if there are identical event bindings in a base Python class and a derived Python class that the one in the derived class will be found first and that if Skip is called that the one in the base class will still be found instead of skipping directly to the static stable in the C++ class.

2003-02-25 18:44 VZ, revision 19314

finally fixed the flicker problem in wxTE_RICH[2] text controls when appending a lot of text to them

2003-02-25 16:48 VZ, revision 19313

don't log erroneous error messages when writing an empty string to a wxTE_RICH2 control

2003-02-25 16:14 VZ, revision 19312

fixed typo in WX_DECLARE_OBJARRAY example

2003-02-25 16:12 VZ, revision 19311

fixed typo in he check in SetSizeHints()

2003-02-25 13:17 CE, revision 19310

fix for open watcom

2003-02-25 12:43 VZ, revision 19309

forward declare wxMenu

2003-02-25 12:33 VZ, revision 19308

test for the bug with showing a modeless dialog from a modal one in wxGTK

2003-02-25 09:48 SC, revision 19307

m_y of generic tree item was only a short, which unnecessarily limits the number of items that can be displayed and handled

2003-02-24 23:20 VZ, revision 19306

centralize version info in one file, include it from all makefiles

2003-02-24 23:19 VZ, revision 19305

do use micro version number in the DLL names -- but in the unstable branch only

2003-02-24 00:48 VZ, revision 19304

use jast major.minor, not major.minor.micro, in the DLL names

2003-02-24 00:47 VZ, revision 19303

added wxVersion.pm here as apparently cvs doesn't allow adding the file added on the trunk on a branch as well

2003-02-24 00:46 VZ, revision 19302

regenerated with correct DLL version info

2003-02-24 00:33 VZ, revision 19301

use jast major.minor, not major.minor.micro, in the DLL names

2003-02-24 00:26 VZ, revision 19300

get the version info directly from wx/version.h instead of hardcoding it here

2003-02-24 00:25 VZ, revision 19299

regenerated using the correct versions in/for the DLLs

2003-02-23 23:11 VS, revision 19298

backport CDATA code in wxHTML

2003-02-23 21:59 VZ, revision 19297

note warning against using /ox

2003-02-23 20:33 MBN, revision 19296

Implemented DoGetBestSize for wxListBox, (native) wxComboBox and wxTextCtrl, and used it when wxSize(-1, -1) is passed to Create, to set the initial size. Added wxDoChangeFont and wxXmStringToString helper functions, removed the use of m_stringList in native wxComboBox, removed some duplicated code in wxWindow.

2003-02-23 19:57 VZ, revision 19295

removed the extra offset in moveto in DrawRotatedText() (why was it there?)

2003-02-23 19:28 MBN, revision 19294

Allow creating a mono wxMemoryDC under wxMotif. (backport)

2003-02-23 19:27 MBN, revision 19293

Allow setting default file name in wxMotif wxFileDialog. (backport)

2003-02-23 19:24 MBN, revision 19292

Allow setting default file name in wxMotif wxFileDialog.

2003-02-23 19:01 VS, revision 19291

make wxConvUTF8 available in wchar_t-less mode, too

2003-02-23 19:01 VS, revision 19290

documentation for wxFileConfig changes

2003-02-23 19:01 VS, revision 19289

wxFileConfig in Unicode fixes

2003-02-23 19:00 VS, revision 19288

implemented empty handler for <script> tag, so that script code doesn't show in rendered page

2003-02-23 18:59 VS, revision 19287

fixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)

2003-02-23 02:03 VZ, revision 19286

documented wxGetApp()

2003-02-22 15:42 CE, revision 19285

update watcom makefile

2003-02-22 01:10 RD, revision 19284

The manifest file needs to be for python.exe and pythonw.exe, not the core extension dll.

2003-02-22 01:08 RD, revision 19283

Added icons the the wxTreeCtrl demo

2003-02-21 22:53 RD, revision 19282

Changed how the __del__ mehtods are generated. They now save a reference to the actual delete function instead of just the module.

2003-02-21 22:06 RD, revision 19281

Added option to only do the prepatory steps, but not build anything

2003-02-21 21:45 RD, revision 19280

New distutils from Python 2.3a2

2003-02-21 21:38 JS, revision 19279

Applied FL patch from Stefan Kowski

2003-02-21 21:27 MBN, revision 19278

Added Active Accessibility files to filelist.txt, regenerated wxWindows.dsp.

2003-02-21 20:27 RD, revision 19277

Only send two EVT_BUTTON events when double clicking a button, not three

2003-02-21 16:02 JS, revision 19276

Applied FL patch from Stefan Kowski "Enclosed there is a patch for the FL library that solves a problem overwriting the status bar if a bar is expanded. Cause of this is the calculation of the new window height which may be less than 0 in some cases. In my test a value of -1 caused the window default height to be set which was larger than the space available, therefore the status bar was overwritten."

2003-02-20 22:19 RD, revision 19275

Mac and GTK can take three icons in the wxDropSource now.

2003-02-20 19:34 RD, revision 19274

__del__ is no longer needed

2003-02-20 19:33 RD, revision 19273

Added a wxBitmap.SetMaskColour convenience method.

2003-02-20 19:32 RD, revision 19272

Added missing Init method (renamed to InitLang) to wxLocale wrapper.

2003-02-20 19:30 RD, revision 19271

Fixed GetFirstSelected helper method, the parameter is ignored (copy-paste error) so I made it optional so old code wont break.

2003-02-20 19:27 RD, revision 19270

Fix for Bug #689958, an endless loop in printout.py

2003-02-20 19:26 RD, revision 19269

Added EVT_WINDOW_CREATE_ID and EVT_WINDOW_DESTROY_ID so these events can be associated with a specivif window ID.

2003-02-20 19:18 RD, revision 19268

demo tweaks

2003-02-20 19:16 RD, revision 19267

Fixed return type in the wrapper to match the actual

2003-02-20 18:30 MBN, revision 19266

Regenerated files.

2003-02-20 18:20 MBN, revision 19265

Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif. Add src/x11 to VPATH in configure, and add a new flag to filelist.txt indicating a file used in wxMotif but not in wxMotif directory. Modifed VMS makefiles, too (should be checked by someone with VMS, though).

2003-02-19 23:17 VS, revision 19264

fixed wxSYS_DEFAULT_GUI_FONT lookup

2003-02-19 21:12 MBN, revision 19263

Fix DrawRotatedtext to behave more like wxMSW: take into account text background colour, and fix some wrong mathematics which caused incorrect results.

2003-02-19 21:06 JS, revision 19262

Temporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1

2003-02-19 21:06 MBN, revision 19261

Allow selecting a mono bitmap into a wxMemoryDC.

2003-02-19 19:50 GD, revision 19260

Moved ffile inclusion

2003-02-19 19:31 VS, revision 19259

fixed Traditional Chinese mapping

2003-02-19 19:25 VS, revision 19258

fixed Traditional Chinese mapping

2003-02-19 18:54 VZ, revision 19257

removed several out of date/wrong sentences; mention wxEvtHandler::Connect()

2003-02-19 16:31 JS, revision 19256

Further tweaks to accessibility code

2003-02-19 13:52 VZ, revision 19255

use -O0 when optimizing is off -- seems to __slightly__ reduce the build times with g++ 3.2

2003-02-19 13:44 VZ, revision 19254

prevent from setting min[WH] > max[WH] because this leads to an infinite loop later on and generally doesnt make sense

2003-02-19 13:15 VZ, revision 19253

fixed a typo which was preventing any events from being generated after DeleteAll() call

2003-02-19 03:07 RD, revision 19252

Send the wxWindowDestroyEvent for all ports (binary compatible backport)

2003-02-19 02:59 RD, revision 19251

Send the wxWindowDestroyEvent for all ports

2003-02-18 21:33 MBN, revision 19250

Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.

2003-02-18 15:39 JS, revision 19249

Fixed warning, reformatted some code

2003-02-18 14:25 JS, revision 19248

Applied patch [ 608866 ] wxGrid: vertical column label text

2003-02-18 12:51 JS, revision 19247

Fixed typo

2003-02-18 09:50 RR, revision 19246

Applied John's patch to make wxComboBox behave more like its MSW version.

2003-02-18 09:48 RR, revision 19245

Applied John's patch.

2003-02-18 09:40 JS, revision 19244

Applied patch [ 681921 ] Stray focus rectangle in static text

2003-02-18 09:38 JS, revision 19243

Applied patch [ 681893 ] Combobox in toolbar This patch adds controls (i.e. combobox) to toolbars. It also changes the toolbar sample so the combobox is actually shown. Otto Wyss

2003-02-18 09:35 JS, revision 19242

Enhancements to the accessibility sample

2003-02-18 09:33 JS, revision 19241

Some improvements to accessibility behaviour

2003-02-18 09:27 JS, revision 19240

Applied patch [ 686843 ] File Dialog Wildcard Bug A bug was introduced in generic/src/filedlgg.cpp between versions 2.2.9 and 2.4 that causes incomplete file extensions to be appended to filenames not having extensions after a user changes the wildcard index in the filedialog. This patch reverts back to the correct code. Bob Downey

2003-02-18 09:08 JS, revision 19239

Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

2003-02-18 09:02 JS, revision 19238

Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

2003-02-18 08:52 JS, revision 19237

Must use WS_CHILD style in wxTabCtrl

2003-02-18 00:25 RD, revision 19236

Add OOR support for wxApp objects too.

2003-02-17 12:43 JS, revision 19235

Changed back inline/const things wxTabCtrl must have WS_CHILD window style small access.cpp tweaks (call QueryInterface)

2003-02-17 10:15 JS, revision 19234

Added start at accessibility sample

2003-02-16 23:08 VS, revision 19233

another compilation fix for over-optimized #includes

2003-02-16 18:24 GD, revision 19232

fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

2003-02-16 18:19 GD, revision 19231

fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

2003-02-16 17:46 VZ, revision 19230

inserted casts allowing to have arrays of function pointers -- this is wrong but works on most platforms

2003-02-16 11:59 JS, revision 19229

Added start at accessibility functionality

2003-02-16 11:57 JS, revision 19228

Added accessibility headers

2003-02-15 17:14 JS, revision 19227

VC++ 6 doesn't seem to like the uninlining thing and also the wxDateTime::TIME_T_FACTOR must be always defined; else we get link errors. I don't know why these didn't turn up before...

2003-02-15 08:38 SC, revision 19226

Files from a Drop were only added but the fileslist never cleared

2003-02-15 08:36 SC, revision 19225

Files from a Drop were only added but the fileslist never cleard

2003-02-14 20:43 MBN, revision 19224

Setting background colour on listbox parent makes it look ugly, do not do it.

2003-02-14 20:41 MBN, revision 19223

Fix wxEventLoop so it does not sleep 20 msec between events when threads are anabled. Now the ode should be equivalent to the 2.4 event loop.

2003-02-14 20:21 VZ, revision 19222

silent gcc warning about missing \n at the end of file

2003-02-14 20:19 VZ, revision 19221

compilation fix (missing header)

2003-02-14 20:15 RD, revision 19220

SWIGged updates for wxMSW

2003-02-14 20:13 RD, revision 19219

SWIGged updates for wxMac

2003-02-14 19:36 RD, revision 19218

SWIGged updates for wxGTK

2003-02-14 19:29 RD, revision 19217

Added some missing methods to wxRect wrappers

2003-02-14 19:25 RD, revision 19216

Added wxImage.SetDatabuffer method

2003-02-14 19:23 RD, revision 19215

Added ability to make a wxCursor from a wxImage

2003-02-14 19:08 RD, revision 19214

various demo tweaks

2003-02-14 19:08 RD, revision 19213

version number change

2003-02-14 17:25 SN, revision 19212

Insure consistent definition of wxAppInitializerFunction for wxBase/MSW. (previously, you could end up with different ones depending on include order, now platform.h is always (implicitly) included first, so __WXMSW__ is guaranteed to be defined even in wxBase/MSW builds.)

2003-02-13 21:31 VZ, revision 19211

backported Unicode compilation fixes

2003-02-13 20:57 CE, revision 19210

fix for watcom open compiler

2003-02-13 18:28 JS, revision 19209

DOc fixes

2003-02-13 16:45 RR, revision 19208

Implemented enumerating fixed font. It's a compromise...

2003-02-13 13:16 VZ, revision 19207

say that WarpPointer() is not supported under Mac

2003-02-13 11:34 VZ, revision 19206

marked dbkeyg.h as a wxBase file (fixes 685857)

2003-02-13 11:17 VZ, revision 19205

marked dbkeyg.h as a wxBase file (fixes 685857)

2003-02-13 11:07 ROL, revision 19204

fixed problem with pasting wxMenu in wxMenuBar and others

2003-02-13 07:21 JJ, revision 19203

Committing in . Roving class reference within the class itself. Modified Files: wxWindows/src/univ/combobox.cpp ----------------------------------------------------------------------

2003-02-13 00:22 VZ, revision 19202

added an assert checking that Resume() is not called unnecessarily

2003-02-12 22:17 CE, revision 19201

first watcom makefile

2003-02-12 21:25 CE, revision 19200

fix watcom makefile

2003-02-12 21:16 CE, revision 19199

fix watcom makefile

2003-02-12 21:01 CE, revision 19198

improve watcom makefile

2003-02-12 20:58 CE, revision 19197

fix unused vars for watcom

2003-02-12 20:35 VS, revision 19196

compilation fixes

2003-02-12 18:20 MBN, revision 19195

Implemented wxToggleButton under Motif.

2003-02-12 15:42 VZ, revision 19194

added DoSetNativeFontInfo() to avoid virtual function hiding

2003-02-12 11:42 VZ, revision 19193

removed redundant code

2003-02-11 22:57 VZ, revision 19192

fixed bug in SetToolClientData() docs

2003-02-11 22:55 VZ, revision 19191

fixed typo in SetToolClientData() docs

2003-02-11 21:26 MBN, revision 19190

Remove another already backported change.

2003-02-11 21:24 MBN, revision 19189

Backported Motif wxFileDialog wildcard corrections.

2003-02-11 21:16 MBN, revision 19188

Remove already backported change.

2003-02-11 21:14 MBN, revision 19187

Fix client data handling: delete client data for all items when a wxChoice is deleted, delete client data for an item when that item is deleted (backported).

2003-02-11 21:09 MBN, revision 19186

Changes to be backported.

2003-02-11 19:24 RD, revision 19185

Change to a derived dialog class

2003-02-11 19:12 RD, revision 19184

Added wxContextButton for non-MSW

2003-02-11 19:06 RD, revision 19183

Show calling SetExtraStyle before the dialog is created, also show more context sensitive help.

2003-02-11 17:51 MBN, revision 19182

Finished native wxComboBox implementation; it still needs some testing.

2003-02-11 15:50 JS, revision 19181

Added an item to toback24.txt

2003-02-11 11:45 RR, revision 19180

Typo.

2003-02-11 11:35 RR, revision 19179

Lots of Pango etc up-ports from HEAD.

2003-02-11 11:20 RR, revision 19178

Minor corrections.

2003-02-11 00:01 RD, revision 19177

A more complete fix for the wxGauge95 --> wxGauge rtti inconsistency

2003-02-10 21:55 CE, revision 19176

fix contrib makefile for watcom

2003-02-10 21:27 MBN, revision 19175

Clearly mark wxGLCanvas as not working under wxX11.

2003-02-10 21:18 MBN, revision 19174

Fix compilation with GCC (at least 2.95.4).

2003-02-10 21:12 MBN, revision 19173

Fix compilation after last fix.

2003-02-10 21:07 MBN, revision 19172

Remove unnecessary header dependencies. Fix resulting compilation problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default configuration. Non-default configurations will probably need some more fixes.

2003-02-10 20:43 CE, revision 19171

fix for making libraries

2003-02-10 19:15 SC, revision 19170

bug fixes

2003-02-10 16:16 VZ, revision 19169

scrolbar event orientation fix

2003-02-10 16:11 VZ, revision 19168

set orientation for scrolbar events

2003-02-10 10:13 RR, revision 19167

Support underscroes in menu item names under GTK2

2003-02-09 22:03 VZ, revision 19166

use bigger than default page size to avoid 'library too big' errors

2003-02-09 21:26 VZ, revision 19165

added missing const

2003-02-09 21:22 VZ, revision 19164

fileconf stuff

2003-02-09 21:17 VZ, revision 19163

don't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group doesn't exist

2003-02-09 20:21 MBN, revision 19162

Do not use stipple when drawing text, use solid foreground/background colour instead. Use XSetTile/FillTiled instead of XSetStipple/FillStippled, otherwise BadMatch errors occur in wxDC::SetBrush.

2003-02-09 17:05 MBN, revision 19161

Replaced wxDebugMsg with wxLogError.

2003-02-09 09:11 SC, revision 19160

clipboard extension

2003-02-09 09:10 SC, revision 19159

crash upon hide fix

2003-02-09 09:08 SC, revision 19158

code

2003-02-09 09:04 SC, revision 19157

native tooltips

2003-02-09 09:01 SC, revision 19156

redraw changes

2003-02-09 08:56 SC, revision 19155

code changed along msw lines

2003-02-09 08:54 SC, revision 19154

corrected disposal for b/w cursors and creation and disposal of colour cursors

2003-02-09 08:23 SC, revision 19153

mask and hotspot corrections

2003-02-09 08:19 SC, revision 19152

clipboard bitmap support extended

2003-02-09 08:15 SC, revision 19151

clipboard

2003-02-08 11:50 CE, revision 19150

remove references to 16 bit compilation

2003-02-07 17:52 RD, revision 19149

workaround for an extra EVT_TEXT on wxGTK when selected text is replaced causing an exception

2003-02-07 07:27 JJ, revision 19148

Committing in . wxMotif changes for OpenVMS Modified Files: wxWindows/src/motif/descrip.mms wxWindows/src/motif/evtloop.cpp ----------------------------------------------------------------------

2003-02-07 02:56 VZ, revision 19147

corrected several errors when generating project file with all configs

2003-02-07 01:00 RD, revision 19146

SWIGged updates for wxMac

2003-02-07 00:58 RD, revision 19145

Updated bundlebuilder from Python CVS and added ability to specify libs to be added to the bundle.

2003-02-07 00:56 RD, revision 19144

demo tweaks

2003-02-06 23:57 RD, revision 19143

Applied patch from Will Sadkin

2003-02-06 22:50 RD, revision 19142

Removed ctl3d32 lib from the link.

2003-02-06 18:51 RD, revision 19141

Added search capability

2003-02-06 18:44 RD, revision 19140

Typo fix

2003-02-06 18:43 RD, revision 19139

SWIGged updates for wxMSW

2003-02-06 18:39 RD, revision 19138

more Python 2.3 build support

2003-02-06 18:37 RD, revision 19137

SWIGged updates for wxGTK

2003-02-06 18:36 RD, revision 19136

Fixed wxSizer.Insert wrapper to not try to use the first param as the window.

2003-02-06 18:30 RD, revision 19135

Added SetItemSpacing

2003-02-06 18:28 RD, revision 19134

SWIGged updates for wxMSW

2003-02-06 18:26 RD, revision 19133

SWIGged updates for wxMac

2003-02-06 18:23 RD, revision 19132

demo tweaks

2003-02-06 18:21 RD, revision 19131

*** empty log message ***

2003-02-06 14:07 JS, revision 19130

Moved ffile inclusion

2003-02-06 02:18 RD, revision 19129

Check the image height when calulating the line height. This allows larger than normal images to be used.

2003-02-06 00:53 VZ, revision 19128

allow compilation with wxUSE_DATETIME == 0 (patch 679822)

2003-02-06 00:51 VZ, revision 19127

compilation fix for WXWIN_COMPATIBILITY_2 == 1

2003-02-05 23:30 RD, revision 19126

Scintilla uses a -1 index to unselect, we need to catch that.

2003-02-05 12:17 VZ, revision 19125

fixed typo in the label

2003-02-05 09:57 ROL, revision 19124

*** empty log message ***

2003-02-05 09:54 ROL, revision 19123

mac platform-specific checks

2003-02-05 09:53 ROL, revision 19122

Fix for README.txt in help menu Mac platform-specdific checks

2003-02-05 00:54 VZ, revision 19121

HP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads compilation

2003-02-04 22:30 SC, revision 19120

added hints from QA 1061

2003-02-04 22:27 SC, revision 19119

OSX native tooltips

2003-02-04 22:25 SC, revision 19118

carbon event savvy wakeup call

2003-02-04 21:57 MBN, revision 19117

Update with recent changes.

2003-02-04 21:37 MBN, revision 19116

Do not redeclare a struct (w32api 2.2 will have it).

2003-02-04 21:29 MBN, revision 19115

Regenerated configure.

2003-02-04 21:09 MBN, revision 19114

Applied patch [ 679397 ] remove GPL code from motif build from Ian Brown, with some modifications; this patch replaces the (GPL) Motif ComboBox with an implementation based on the native (for Motif 2.0) ComboBox. The old ComboBox is still used as a fallback for older Motif versions. My modifications include some method's implementation and some workarounds for LessTif.

2003-02-04 20:34 VZ, revision 19113

try to create smaller executables

2003-02-04 16:43 VZ, revision 19112

added wxLocale::FindLanguageInfo()

2003-02-04 14:24 MBN, revision 19111

Regenerate makefile.

2003-02-04 14:22 MBN, revision 19110

Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1" without requiring setup.h modifications (backport).

2003-02-04 14:19 MBN, revision 19109

Some small updates to build instructions. Most of the changes are simply corrections to Cygwin/MinGW capitalisation/names.

2003-02-04 14:15 MBN, revision 19108

Backported MinGW makefiles improvements from Greg Chicares.

2003-02-04 10:36 JS, revision 19107

2nd step

2003-02-04 10:35 JS, revision 19106

First step in eol fix

2003-02-04 10:31 JS, revision 19105

1st step

2003-02-04 10:28 JS, revision 19104

First step in fix

2003-02-04 10:24 JS, revision 19103

Fixed .dsw file

2003-02-04 10:18 JS, revision 19102

Now commit actual file with correct line endings

2003-02-04 10:16 JS, revision 19101

Fooling CVS into thinking there's been a change

2003-02-04 00:57 VZ, revision 19100

fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0

2003-02-04 00:56 VZ, revision 19099

added Watcom mention

2003-02-04 00:54 VZ, revision 19098

corrected the value of EUC_JP

2003-02-03 23:31 VS, revision 19097

fixes to ShowFullScreen (KDE 3.1)

2003-02-03 23:23 VS, revision 19096

fixes to ShowFullScreen (KDE 3.1)

2003-02-03 23:09 VZ, revision 19095

added (woefully incomplete) Japanese translations

2003-02-03 22:45 MBN, revision 19094

More changes to be backported.

2003-02-03 22:39 MBN, revision 19093

Make wxr resources work in Unicode mode.

2003-02-03 22:35 MBN, revision 19092

MSVC 5 does not have BIF_EDITBOX.

2003-02-03 20:56 MBN, revision 19091

Do not #include an header where a forward declaration suffixes. Do not include wx/wx.h directly.

2003-02-03 20:56 MBN, revision 19090

Fix a typo.

2003-02-03 12:51 JJ, revision 19089

Committing in . One #undef for OpenVMS only Modified Files: wxWindows/src/gtk/app.cpp ----------------------------------------------------------------------

2003-02-03 10:01 ROL, revision 19088

BSD license

2003-02-02 22:54 VZ, revision 19087

changed C++ comments in C comments

2003-02-02 22:21 VZ, revision 19086

fixed First() signatures

2003-02-02 21:01 MBN, revision 19085

Mark for backporting.

2003-02-02 21:00 MBN, revision 19084

Fix client data handling: delete client data for all items when a wxChoice is deleted, delete client data for an item when that item is deleted.

2003-02-02 20:31 SN, revision 19083

Some OS/2 specific improvements.

2003-02-02 20:25 SN, revision 19082

Some OS/2 specific improvements.

2003-02-02 19:56 SN, revision 19081

backported configure test for WX_STATVFS_T. (Adding some braces as newer autoconf version love them, IIRC).

2003-02-02 18:31 VZ, revision 19080

compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0

2003-02-02 17:11 SC, revision 19079

set interpretation of ampersand shortcuts to false as default

2003-02-02 15:48 MBN, revision 19078

Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal, wxWindow::DoPopupMenu and for the application main loop. Implemented wxWakeUpIdle. Fixed crash when a popup menu entry is used to close/destroy the parent window of the menu.

2003-02-02 15:28 SC, revision 19077

optimizing sleep values

2003-02-02 15:20 VZ, revision 19076

compilation fix for non-PCH

2003-02-02 15:19 VZ, revision 19075

added Unicode build configurations

2003-02-02 15:07 JS, revision 19074

Applied patch [ 678788 ] Dialog command event propagation problem

2003-02-02 15:02 VZ, revision 19073

the Russian translations were somehow corrupted, fixed

2003-02-02 14:58 JS, revision 19072

Applied patch [ 675376 ] Improves wxStaticBoxSizer (uses GetCharHeight() instead of guessing).

2003-02-02 14:50 JS, revision 19071

Applied patch [ 677730 ] Menus with radio items (wxUniv)

2003-02-02 14:47 JS, revision 19070

Applied patch [ 670782 ] Combobox uses popup window width (wxUniv)

2003-02-02 14:39 JS, revision 19069

Applied Patch 664399: wxButton default size should not be adjusted (wxUniv)

2003-02-02 14:17 VZ, revision 19068

Unicode compilation fixes after wxFFile change

2003-02-02 14:14 VZ, revision 19067
  • D /wxWidgets/trunk/samples/internat/wxstd.po

unused any more

2003-02-02 14:09 VZ, revision 19066

allow choosing language from the command line; small cleanup

2003-02-02 13:29 VZ, revision 19065

more std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char

2003-02-02 13:22 SC, revision 19064

native picture clipboard support improved

2003-02-02 13:18 SC, revision 19063

pict setter added for clipboard support

2003-02-02 13:17 SC, revision 19062

factoring out common carbon/non-carbon clipboard support code

2003-02-02 12:46 VZ, revision 19061

use wxChar, not char, for the second argument of Open() and also use wxFopen() in the implementation

2003-02-02 03:05 VZ, revision 19060

indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox

2003-02-02 02:40 VZ, revision 19059

(blind) fix for compilation in standard iostreams + Unicode mode

2003-02-02 02:06 VZ, revision 19058

big wxCursor cleanup

2003-02-02 01:50 VZ, revision 19057

removed wxCURSOR_SIZING (we now use the std one)

2003-02-02 00:38 VZ, revision 19056

unsuccessful attempts to create resizable dir dlg without new folder button; added BIF_EDITBOX style; minor code cleanup

2003-02-01 23:30 VZ, revision 19055

what do we need a separate (from m_windowStyle) m_dialogStyle here for? removed

2003-02-01 22:51 VZ, revision 19054

show dir selection dialog both with and without new dir button

2003-02-01 21:10 CE, revision 19053

fix for bcc5.5 on XP

2003-02-01 21:08 CE, revision 19052

borland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error

2003-02-01 21:04 VZ, revision 19051

implemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections are specified in doc template)

2003-02-01 20:47 VZ, revision 19050

don't print 2 empty commands after building the program under non-Mac

2003-02-01 19:54 CE, revision 19049

fix bcc bug

2003-02-01 17:38 SC, revision 19048

corrected rectangle for refresh

2003-02-01 13:45 GD, revision 19047

Only call use uppercase letter if control, alt, or shift is held down, otherwise lower case accelerators won't work.

2003-02-01 00:59 RD, revision 19046

More tweaks for the MacPython distribution

2003-02-01 00:57 RD, revision 19045

Mad tabs consistent

2003-02-01 00:54 RD, revision 19044

Added RootVolumeOnly support

2003-01-31 23:09 VZ, revision 19043

silently ignore any X-fields in mime.types

2003-01-31 22:56 VZ, revision 19042

compilation fix for HP-UX CC

2003-01-31 21:56 RR, revision 19041

Uncommented warning that causes crashes while reading .mime.types.

2003-01-31 16:48 SC, revision 19040

Show corrected

2003-01-31 16:29 SC, revision 19039

was still containing binary data

2003-01-31 16:04 SC, revision 19038

was committed using macbin, corrected

2003-01-31 16:01 SC, revision 19037

backported fixes

2003-01-31 15:52 SC, revision 19036

using SelectWindow for Raise Implementation

2003-01-31 15:50 SC, revision 19035

added AppleEvent Handler, somehow the standard event handler does not take care of all of them..

2003-01-31 14:55 RR, revision 19034

Typo.

2003-01-31 14:45 RR, revision 19033

Compile fix.

2003-01-31 10:31 RR, revision 19032

Removed unnecessary SET_STYLE.. macros.

2003-01-31 10:31 RR, revision 19031

Corrected GTK2 creation of default font. Removed ugly SET_STYLE_FONT code.

2003-01-30 23:40 RR, revision 19030

Printing update for Pango (GTK2 and X11-Unicode).

2003-01-30 23:10 VS, revision 19029

don't indent text body

2003-01-30 19:49 VS, revision 19028

restored #ifndef wxUSE_UNICODE accidentaly removed by my previous commit

2003-01-30 18:44 ROL, revision 19027

fixed a problem with default selection

2003-01-30 18:37 ROL, revision 19026

changed to .txt

2003-01-30 18:16 ROL, revision 19025

xxxParamBitmap, support for wxArtProvider bitmaps

2003-01-30 10:36 ROL, revision 19024

fixed a small file selection problem

2003-01-30 10:21 ROL, revision 19023

changed toggle to bool type for xxxTool

2003-01-30 02:27 RD, revision 19022

1. If EVT_LIST_DELETE_ALL_ITEMS was not handled then the post-processing code to prevent LVN_DELETEITEM messages was not getting executed. Changed it so the post processing always happens. 2. It's possible with some versions of comctl32 that garbage values can be passed in nmLV->lParam so don't try to get the internal item data pointer from it. This should close bug# 659939

2003-01-30 01:53 RD, revision 19021

1. Added m_count and maintain its value in InsertItem, RemoveItem etc. and return it from GetItemCount to save so many calls to ListView_GetItemCount. 2. If EVT_LIST_DELETE_ALL_ITEMS was not handled then the post-processing code to prevent LVN_DELETEITEM messages was not getting executed. Changed it so the post processing always happens. 3. It's possible with some versions of comctl32 that garbage values can be passed in nmLV->lParam so don't try to get the internal item data pointer from it. This should close bug# 659939 4. Added FreeAllInternalData from DeleteAllItems, (part of patch #672065) and also guard against processing LVN_CHANG* messages while freeing the internal data.

2003-01-30 01:51 RD, revision 19020

Revert last change so the right log message gets put on the file. (I did the last check in just a wee bit too fast...)

2003-01-30 01:48 RD, revision 19019

Fix for export warning when compiling a DLL.

2003-01-29 23:45 VS, revision 19018

added MSLU reference to wxUSE_UNICODE

2003-01-29 23:29 VS, revision 19017

added MSLU reference to wxUSE_UNICODE

2003-01-29 15:23 SC, revision 19016

carbon event support completed

2003-01-29 15:21 SC, revision 19015

bug fix & carbon support

2003-01-29 15:07 SC, revision 19014

string conversion

2003-01-29 15:06 SC, revision 19013

carbon modal state

2003-01-29 15:06 SC, revision 19012

bugfix : text background when using appearance text drawing

2003-01-29 15:04 SC, revision 19011

getting rid of wxBuffer

2003-01-29 15:04 SC, revision 19010

adaptions for cleaned up string conversions & carbon events support

2003-01-29 15:03 SC, revision 19009

adaptions for cleaned up string conversions

2003-01-29 15:02 SC, revision 19008

moving string conversions at one place

2003-01-29 15:00 SC, revision 19007

removing path corrections for wxMac, we now want a correct platform string for unzOpen

2003-01-29 14:59 SC, revision 19006

moving all string conversions to private.h

2003-01-29 14:58 SC, revision 19005

moving all string conversions here

2003-01-29 14:56 SC, revision 19004

additional mac alias types

2003-01-29 14:55 SC, revision 19003

getting rid of wxBuffer

2003-01-29 11:54 JJ, revision 19002

Committing in . wxIcon creation changed -> MOTIF code had to be changed likewise the GTK version. Modified Files: wxWindows/src/common/resource.cpp ----------------------------------------------------------------------

2003-01-29 11:52 JJ, revision 19001

Committing in . OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/motif/toplevel.cpp ----------------------------------------------------------------------

2003-01-29 03:25 RD, revision 19000

SWIGged updates for wxGTK

2003-01-29 03:25 RD, revision 18999

Preload file if given on command line

2003-01-29 03:24 RD, revision 18998

Typo

2003-01-29 03:23 RD, revision 18997

Ensure object is a window before calling AddWindow, etc.

2003-01-29 03:22 RD, revision 18996

Load class into wx namespace when the module is imported.

2003-01-29 03:20 RD, revision 18995

Make wxColour, wxPoint, wxSize, and etc. picklable.

2003-01-29 03:19 RD, revision 18994

Don't use string module

2003-01-29 03:18 RD, revision 18993

Fixes to dependencies, and doesn't lose the wxgtk*-config script any longer

2003-01-29 02:54 RD, revision 18992

Demo Tweaks

2003-01-29 02:53 RD, revision 18991

Use the existing pythonw as a template, rather than a hard coded one. Other fixes for when making the dist

2003-01-29 02:50 RD, revision 18990

Added more tools for building distributions, and new scripts for the wxPythonOSX dist.

2003-01-29 02:43 RD, revision 18989

The validator is already set in CreateBase, doing it twice causes problems for wxPython

2003-01-28 23:21 DW, revision 18988

listctrl update

2003-01-28 22:26 GD, revision 18987

added definition of TARGET_CARBON when compiling with non generated setup.h using Project Builder

2003-01-28 22:23 GD, revision 18986

moved definition of TARGET_CARBON to generated setup.h when compiling with Apple Developer Tools

2003-01-28 21:02 MBN, revision 18985

Regenerate makefiles.

2003-01-28 16:45 SC, revision 18984

only handling inContent CarbonEvents if we are the active window

2003-01-28 12:29 SC, revision 18983

CarbonEvents Added

2003-01-28 12:27 SC, revision 18982

Review, Carbon Events support

2003-01-28 12:26 SC, revision 18981

static box parent warning added

2003-01-28 08:30 SC, revision 18980

no new install of event handler

2003-01-28 08:27 SC, revision 18979

cleanup, Carbon Events

2003-01-28 08:25 SC, revision 18978

clipping before redraw in the setbackground callback

2003-01-28 08:24 SC, revision 18977

closer clipping

2003-01-28 08:23 SC, revision 18976

mini-patch for better layout under OSX

2003-01-28 08:22 SC, revision 18975

new menu code

2003-01-28 08:22 SC, revision 18974

not neede anymore

2003-01-28 07:55 SC, revision 18973

corrected Yes/No

2003-01-28 07:55 SC, revision 18972

wxMenu Review, added Carbon Events and full OSX Support

2003-01-28 07:01 SC, revision 18971

Carbon Events

2003-01-28 07:00 SC, revision 18970

formatting

2003-01-28 06:54 SC, revision 18969

wxMenu Review, added Carbon Events and full OSX Support

2003-01-28 06:53 SC, revision 18968

not needed anymore

2003-01-28 06:49 SC, revision 18967

added WXEVENTHANDLERREF for Mac

2003-01-28 03:49 RL, revision 18966

fix broken doc build.

2003-01-28 02:52 RL, revision 18965

typo

2003-01-28 02:10 RL, revision 18964

Added wxPy/distutils to the source package and try again for 2.4.0.3

2003-01-27 22:18 GD, revision 18963

improved Mac resource creation step in order to allow samples to provide specific Rez options (used in docview sample) added separate Mac Finder flag modification step (using SetFile)

2003-01-27 21:41 MBN, revision 18962

Remove some redefinition warnings.

2003-01-27 11:27 JS, revision 18961

Corrected printing docs

2003-01-27 09:09 RL, revision 18960

Add SetScrollbars patch, assuming this one really fixes things.

2003-01-27 09:02 RL, revision 18959

Fixed bug in FlexGridSizer mods that prevented them from ever shrinking. Reverted the earlier SetScrollbars patch and fixed a bug in GetVirtualSize that was hopefully the real cause of all the preceding woe. Added a comment and a kludge for a most unusual bug manifesting in the scrollsub sample. If it is resized quickly size events appear to get lost and the scrollbar is set incorrectly. Adding an extra call to AdjustScrollbars masks the problem, though its clearly superfluous since the FitInside above already calls it. This seems to be a brand new problem (on both Gtk and msw) as of some time prior to this patch and it should be looked into further.

2003-01-27 01:13 VZ, revision 18958

added Add/InsertTool() (patch 672032)

2003-01-27 01:04 VZ, revision 18957

the string 'Goto...' should be translated (patch 674569)

2003-01-27 00:19 VZ, revision 18956

updated sample evrsion from Greg Chicares

2003-01-27 00:18 VZ, revision 18955

fixed a crash in socket server test and added quit command to the server

2003-01-26 23:20 VS, revision 18954

fixed someone's typo

2003-01-26 23:20 VS, revision 18953

added wxHtmlWindow::LoadFile

2003-01-26 23:19 VS, revision 18952

1. added wxHtmlWindow::LoadFile 2. interpret LoadPage's argument as filename if it fails as URL

2003-01-26 23:19 VS, revision 18951

added wxSplitterWindow to XRC

2003-01-26 21:04 RR, revision 18950

Now scaling doesn't scale GetTextExtent() anymore. This make print previewing look fine for now. Next is actually printing what you preview :-)

2003-01-26 20:56 VS, revision 18949

fixed loading of GNOME2 mime icons (still not working as desired)

2003-01-26 20:54 VS, revision 18948

use all MIME data sources on Unix, not only mailcap/mime.types

2003-01-26 19:04 JS, revision 18947

Fixed problem with kill focus event getting sent to control that is getting the focus.

2003-01-26 19:02 JS, revision 18946

Fixed problem where kill focus event was sent to control getting the focus.

2003-01-26 16:22 VS, revision 18945

compilation fixes (bug #672413)

2003-01-26 16:16 VS, revision 18944

compilation fixes (bug #672413)

2003-01-26 16:15 VS, revision 18943

eliminate __WIN32__ only code

2003-01-26 14:11 VZ, revision 18942

moved OLE files group under MSW files -- this is more logical