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

2002-02-21 15:22 VZ, revision 14340

wxCursor(wxImage) added (Chris Elliott, patch 517439)

2002-02-21 15:19 VZ, revision 14339

fixes for big endiand machines (Chris Elliott, patch 520879)

2002-02-21 15:09 VZ, revision 14338

applied patch for calculating the tree items size with non default font (patch 520965)

2002-02-21 14:52 JS, revision 14337

Some more NanoX compile fixes

2002-02-21 14:46 JS, revision 14336

Removed bizarre test code of which I have no recollection...

2002-02-21 00:54 RD, revision 14335

Better wrapper for wxListCtrl.GetColumn, and some other cleanup

2002-02-21 00:51 RD, revision 14334

Better doc

2002-02-21 00:50 RD, revision 14333

A few tweaks and some cleanup for the wxPython demo

2002-02-21 00:01 RD, revision 14332

Fix so the Host: header in wxHTTP really works. With virtual hosts it is vital that the original host name given in the URL is used in the Host: header so the sever will use the right vhost config. Previously it was using the value returned from gethostbyaddr which will often not be the same as the hostname in the URL.

2002-02-20 23:19 JS, revision 14331

NanoX modificati NanoX modifications

2002-02-20 21:50 RR, revision 14330

Always send an erase event to satisfy some users...

2002-02-20 17:42 VZ, revision 14329

fixed SetForegroundColour() for the generic tree ctrl

2002-02-20 17:41 VZ, revision 14328

added tests for setting fg/bg colour

2002-02-20 16:41 VZ, revision 14327

added commands to rename the menus and menu items for testing various characters in the menu labels

2002-02-20 14:38 VZ, revision 14326

fix setting the font for a single-line text control (bug 508169)

2002-02-20 13:52 VZ, revision 14325

compilation fix

2002-02-20 13:27 VZ, revision 14324

reverted the previous fix, it's no longer needed now after the change to the default base in wxString::ToULong

2002-02-20 13:24 VZ, revision 14323

use base 10 by default in wxString::To[U]Long

2002-02-20 07:22 GD, revision 14322

corrected typo in Darwin specific code

2002-02-20 01:53 RD, revision 14321

Fix so the value given to wxTextEntryDialog::SetValue will actually be used in the entry field.

2002-02-20 01:51 RD, revision 14320

Fix so OGL can build without wxBuffer

2002-02-20 01:39 VZ, revision 14319

*do* generate the LEAVE events even when the mouse is captured

2002-02-20 01:37 VZ, revision 14318

fixed mouse input handling in wxUniv: the static boxes ust be transparent or the windows inside them don't get any mouse events at all

2002-02-20 00:52 VZ, revision 14317

don't use border styles for windows in wxUniversal

2002-02-20 00:25 VZ, revision 14316

use WS_CLIPSIBLINGS for wxStaticLine as well

2002-02-20 00:22 VZ, revision 14315

removed unused test code (no real changes)

2002-02-20 00:21 VZ, revision 14314

don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

2002-02-20 00:02 VZ, revision 14313

1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them from overwriting each other when the main window is resized 2. more tweaks to MSWGetStyle() and related code, added a new, easier to use, version of MSWCreateControl()

2002-02-19 23:58 VS, revision 14312

added an image to wxHTML printing sample

2002-02-19 21:48 RR, revision 14311

Added test for default action (button normally) to combo box when hittinh return. In a normal Find&Replace dialog, hitting enter in one of the two fields will usually mean "OK". Corrected the same test in wxTextCtrl. Removed some debug code.

2002-02-19 18:00 VZ, revision 14310

show the resize cursor when the mouse is above the grip and not only when it's just on it

2002-02-19 17:50 VZ, revision 14309

added GetButton(), some cleanups

2002-02-19 16:41 VZ, revision 14308

added an error message to wxCopyFile

2002-02-19 15:21 VZ, revision 14307

fixed Unicode-mode only bug in Validate()

2002-02-19 15:06 VZ, revision 14306

added a note about parsing numbers with leading zeroes in ToLong/ToULong

2002-02-19 15:03 VZ, revision 14305

fixed bug in ParseDateFormat() with numbers with leading zeroes

2002-02-19 14:21 VZ, revision 14304

don't crash in SetFocus()

2002-02-19 13:41 VZ, revision 14303

typo in style definition fixed

2002-02-19 10:45 SC, revision 14302

respects wxFRAME_TOOL_WINDOW for floaters, too

2002-02-19 10:44 SC, revision 14301

added default style wxFRAME_TOOL_WINDOW to creation

2002-02-18 23:31 VS, revision 14300

fixed a typo (_ instead of wxT)

2002-02-18 23:30 VS, revision 14299

better approach to centering windows (in absence of somebody else's solution...)

2002-02-18 22:17 GD, revision 14298

corrections to dynamic loading for Darwin

2002-02-18 22:13 RR, revision 14297

Added more wxRegion tests to erase sample. Implemented "clear now, paint later". Corrected colour-by-name lookup. Corrected DrawRectangle code which produced redraw garbage under wxX11.

2002-02-18 20:38 VS, revision 14296

checked in forgottern parts of MSLU changes

2002-02-18 04:32 DW, revision 14295

wxOS2 no longer relies on xpmlib

2002-02-18 04:30 DW, revision 14294

Use xpmdecod instead of xpmhand.h

2002-02-17 23:35 VS, revision 14293

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:34 VS, revision 14292

Unicode fixes and warnings cleanup

2002-02-17 23:30 VS, revision 14291

compilation fix

2002-02-17 23:29 VS, revision 14290

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:28 VS, revision 14289

cache return value of wxGetOsVersion

2002-02-17 22:59 VZ, revision 14288

set WXWIN_COMPATIBILITY_2_2 to 1 by default

2002-02-17 22:53 VZ, revision 14287

compilation fixes after the last commit

2002-02-17 22:45 VZ, revision 14286

added SetString(), deprecated SetLabel()

2002-02-17 22:44 VZ, revision 14285

compilation warnings fixed

2002-02-17 22:44 VZ, revision 14284

fixes for MSWGetCreateWindowFlags signature change

2002-02-17 22:43 VZ, revision 14283

better handling for the style changing during run-time

2002-02-17 22:19 RR, revision 14282

Removed accidentally left in debug code.

2002-02-17 21:09 RR, revision 14281

wxX11: Corrected TLW positiong. Added experimental code for synthesizing focus events. Minor clean-ups. Added for-now unused code for default/focus widget.

2002-02-17 20:49 JS, revision 14280

Added some Xlib replacement functions and structures for Nano-X

2002-02-17 19:14 VZ, revision 14279

added SetString(), deprecated SetLabel()

2002-02-17 19:14 VZ, revision 14278

enable WXWIN_COMPATIBILITY_2_2 by default

2002-02-17 16:07 MBN, revision 14277

Blind fix for Win32 daily builds

2002-02-17 14:57 VS, revision 14276

use generic timer in wxMGL and wxX11

2002-02-17 14:55 VS, revision 14275

move wxMGL's wxTimer to src/generic

2002-02-17 14:53 VS, revision 14274

cleaned a bit of mess in wxX11

2002-02-17 14:53 VS, revision 14273

corrected wxApp::GetStdIcon in wxX11

2002-02-17 14:53 VS, revision 14272

synthetize 'button up' event before doubleclick, too

2002-02-17 14:53 VS, revision 14271

synced configure with configure.in

2002-02-17 14:52 VS, revision 14270

tell wxHTML users to initialize wxImage

2002-02-17 14:52 VS, revision 14269

added info about xpm.lib to changes.txt

2002-02-17 14:51 VS, revision 14268

fix for focus handling in generic wxListCtrl

2002-02-17 01:04 SN, revision 14267

Fixed OS/2 compilation problems.

2002-02-17 00:25 SN, revision 14266

Fix typo from version 1.528.

2002-02-17 00:20 SN, revision 14265

Fixed typo in my last commit (it did break socket detection code :-( ).

2002-02-17 00:03 VS, revision 14264

don't treat changing focus to popup's child as loosing it

2002-02-16 21:53 VZ, revision 14263

various splitter fixes: 1. generate the events from the event handlers, thus it is now possible to process the splitter events in the parent window 2. when double clicking the splitter which can't be unsplit it doesn't jump by a couple of pixels 3. misc code cleanup

2002-02-16 21:03 SN, revision 14262

Changes to make wxBase configure on OS/2 correctly. Added needed post-link operation for wxPM on OS/2 using LIBWXMACRESCOMP. Add -lstdcpp to LIB for OS/2. Avoid duplication of "-lsocket" on OS/2 (for a purely cosmetic result).

2002-02-16 20:24 MBN, revision 14261

Enable wxDynamicLoader

2002-02-16 20:20 MBN, revision 14260

Fix Cygwin and MinGW compilation

2002-02-16 20:19 MBN, revision 14259

Fixed toolbar crash for MinGW/Cygwin

2002-02-16 19:56 RR, revision 14258

The last commit was too hasty.

2002-02-16 19:23 RR, revision 14257

Forgot to move update and clear regions when scrolling.

2002-02-16 17:54 RR, revision 14256

Put a wxRegion test into the erase sample.

2002-02-16 15:32 VZ, revision 14255

refresh the item whose image depends on the expanded/collapsed state after expanding it to ensure that it is shown correctly

2002-02-16 13:37 SC, revision 14254

new bitmap creation code for mac

2002-02-16 13:36 SC, revision 14253

new bitmap code

2002-02-16 11:37 VS, revision 14252

previous change to wxImage was wrong, it didn't account for saving same image twice

2002-02-16 11:17 SC, revision 14251

fixed inheritance info

2002-02-16 11:16 SC, revision 14250

bracketed include def for CW nothrow flag for MAKINGDLL only

2002-02-16 10:59 RR, revision 14249

wxX11: Made timer compile and maybe work. Fixed display bug in wxListCtrl.

2002-02-16 01:51 VS, revision 14248

more fixes to wxSplitterWindow's initial sash position

2002-02-16 01:45 VS, revision 14247

A couple of changes to wxImage: 1. changed wxBMP_foo, wxCUR_foo to wxIMAGE_OPTION_{BMP,CUR}_foo (with backward compatiblity macros, of course) 2. applied Chris' patch to update hotspot when scaling an image 3. applied Chris' patch to write a filename in XPM and generalized it to pass wxIMAGE_OPTION_FILENAME to all saving handlers

2002-02-16 01:44 VS, revision 14246

oops, commiting too fast, forgot to fix a small typo

2002-02-15 22:18 RR, revision 14245

wxX11: Reorganized SetSize() code so that composite controls work. Removed call to XSync() in the same code.

2002-02-15 22:15 DW, revision 14244

New def file

2002-02-15 22:08 MBN, revision 14243

spaces -> TAB

2002-02-15 21:50 MBN, revision 14242

Updated docs for wxProcessEvent wxPerl docs updates some minor fixes

2002-02-15 20:25 RR, revision 14241

wxX11: Added new scrolling code.