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

2001-11-06 21:16 MBN, revision 12340

* Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask * Hopefully made possible use SetBitmap with as wxSB created with an icon and SetIcon with a wxSB created with a bitmap

2001-11-06 16:45 VZ, revision 12339

removed duplicated line

2001-11-06 16:34 VZ, revision 12338

part of wxWizard loading from WXR patch I forgot to commit

2001-11-06 16:31 VZ, revision 12337

fixed wxUniv/GTK linking by getting rid of GENERICOBJS and putting them into GUIOBJS/GUI_LOWLEVEL_OBJS instead

2001-11-06 16:27 VZ, revision 12336

compilation warning fix

2001-11-06 05:44 RL, revision 12335

Merged WXMSW_DLL_DEFINES and PICFLAGS, since they essentially do the same thing.

2001-11-06 05:10 RL, revision 12334

found another object that nobody appears to have ever used in a dll.

2001-11-06 02:36 RL, revision 12333

Brown paper bag fix to -lwx.dll in wx-config

2001-11-05 21:08 GD, revision 12332

use Unix line ending when compiled when the Apple DevTools

2001-11-05 21:02 GD, revision 12331

use Unix line ending when compiling with Apple DevTools

2001-11-05 21:01 GD, revision 12330

use Unix raise for wxTrap when compiling with Apple DevTools

2001-11-05 20:20 GD, revision 12329

corrected path format for wxMac compiled with Apple DevTools

2001-11-05 16:43 VZ, revision 12328

more incompatible changes mentioned

2001-11-05 15:49 VS, revision 12327

forgot to update univ/toplevel.h

2001-11-05 11:48 RL, revision 12326

renamed (gcc) wxMSW import lib name yet again. *.dll.a should be the final choice for a while I think. Removed mostly useless ELF style version numbers from .dll -- it's not an ELF lib so no point adding cruft we can't use.

2001-11-05 03:22 DW, revision 12325

Listbox control code

2001-11-05 02:59 DW, revision 12324

Listbox control code

2001-11-05 02:50 DW, revision 12323

Listbox control code

2001-11-04 23:33 VS, revision 12322

fixed stupid bug in display mode error reporting

2001-11-04 23:33 VS, revision 12321

controls sample is now able to use default command line arguments

2001-11-04 23:32 VS, revision 12320

reworked display mode stuff once again

2001-11-04 23:32 VS, revision 12319

implemented late(r) initialization of wxUniv themes

2001-11-04 21:02 SC, revision 12318

workaroung for handling problems because groupboxes are not included in the parent-child relationship in wxwindows in a geometrical correct way

2001-11-04 20:54 SC, revision 12317

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:42 SC, revision 12316

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:36 SC, revision 12315

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:24 SC, revision 12314

corrected tooltip

2001-11-04 19:30 GD, revision 12313

corrected detection of wchar_t under Mac OS X/Darwin

2001-11-04 18:46 GD, revision 12312

added wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp

2001-11-04 18:40 GD, revision 12311

added missing newline at end of line

2001-11-04 17:48 GD, revision 12310

revert of previous commit (was supposed to be on HEAD only)

2001-11-04 17:43 GD, revision 12309

added missing wxSTD for cerr & cout

2001-11-04 17:41 GD, revision 12308

added missing wxSTD for cout & cerr

2001-11-04 17:20 GD, revision 12307

wchar/wcslen corrections for Darwin (same as FreeBSD)

2001-11-04 17:18 GD, revision 12306

added Darwin related defines

2001-11-04 14:51 DW, revision 12305

TRUE and FALSE, not true and false.

2001-11-04 14:49 DW, revision 12304

Some compiler bug fixes, new .def file

2001-11-04 13:59 GD, revision 12303

use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X

2001-11-04 03:01 RL, revision 12302

Don't strip cross packages with native strip. All of them. Really.

2001-11-04 01:29 RL, revision 12301

Backed out misguided 'build both' patch. Reshuffled library name code into a slightly neater stack. Added separate shared and static msw builds to .debs :( that makes 13 builds of the core lib alone required to create all packages now.. (anyone want to donate me a fast MP box :)

2001-11-04 00:07 RL, revision 12300

More cross compiling fixes.

2001-11-04 00:00 VS, revision 12299

implemented display mode setting

2001-11-04 00:00 VS, revision 12298

implemented wxApp::Get/SetDisplayMode

2001-11-04 00:00 VS, revision 12297

oh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)

2001-11-03 23:08 GD, revision 12296

install apparently ignores -p option under Mac OS X, use cp -p instead

2001-11-03 22:42 GD, revision 12295

corrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option to INSTALL_PROGRAM and INSTALL_DATA in order to preserve modification dates)

2001-11-03 21:49 VZ, revision 12294

removed OnSetFocus() which doesn't exist any more

2001-11-03 21:36 VS, revision 12293

added wxApp::GetDisplayMode function for fullscreen ports

2001-11-03 21:36 VS, revision 12292

recently checked in patch was ignorant to wxUSE_RESOURCES

2001-11-03 21:35 VS, revision 12291

oops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation

2001-11-03 20:34 RD, revision 12290

Added wxPostscriptDC to wxPython

2001-11-03 20:33 RD, revision 12289

A little tweak

2001-11-03 20:31 RD, revision 12288

Enabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT

2001-11-03 17:06 VZ, revision 12287

implemented Freeze/Thaw() for the generic listctrl

2001-11-03 13:00 RL, revision 12286

Added static lib to shared build targets for wxMSW builds. Added -dbg packages for msw-cross.

2001-11-03 11:29 RL, revision 12285

Tweaked config for weird static lib BSDism.

2001-11-03 11:08 RL, revision 12284

Added separate import lib for msw .dlls Removed useless mingw and cygwin options. Fixed library naming for msw _gl and set 'unix' style names for cross builds and 'windows' style for native builds. Added $target to wx-config, and fixed lib/header dir exclusions. Added -mwindows to wx-config output for gui libs. Fixed wx-config to output import lib instead of dll for shared msw builds.

2001-11-03 05:14 RL, revision 12283

added missing header

2001-11-03 00:34 VZ, revision 12282

don't send fictious menu events when another WM_COMMAND occurs while a popup menu is shown

2001-11-02 23:33 VS, revision 12281

mingw compilation fixc

2001-11-02 23:21 RD, revision 12280

wxPython updates to match recent updates to wxCalendarCtrl, wxGrid, and wxGLCanvas.

2001-11-02 22:00 SC, revision 12279

corrected findfirst/next on mac

2001-11-02 20:56 RD, revision 12278

wxPython updates to match recent updates to wxCalendarCtrl, wxGrid, and wxGLCanvas.

2001-11-02 20:52 GD, revision 12277

updated and renamed CodeWarrior 5.3 project

2001-11-02 20:47 SC, revision 12276

corrected rebuild of more than one-level hiearchical menus when not directly added to the current menubar

2001-11-02 19:43 RD, revision 12275

Removed som unnecessary sh-bangs.

2001-11-02 18:35 VZ, revision 12274

check for wxOnAssert reentrancy

2001-11-02 18:20 VZ, revision 12273

made wxString::resize() work (backported from 2.3)

2001-11-02 18:17 VZ, revision 12272

fixed wxString::resize() which was completely broken

2001-11-02 17:52 VZ, revision 12271

don't make the log dialog taller than the screen (patch 457695)

2001-11-02 17:44 VZ, revision 12270

support for vetoing grid cell editing (patch 469049)

2001-11-02 17:38 VZ, revision 12269

more efficient SetStatusText for the generic wxStatusBar (patch 469976)

2001-11-02 17:30 VZ, revision 12268

fix a bug for bitmap changing in wxWizard (patch 474975)

2001-11-02 17:29 VZ, revision 12267

wxWizard help patch (474974)

2001-11-02 17:22 VZ, revision 12266

wxWizardPage may be loaded from resource (patch 470683)

2001-11-02 16:43 VZ, revision 12265

replaced a static buffer with wxString

2001-11-02 16:08 VZ, revision 12264

applied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul A. Thiessen)

2001-11-02 15:45 VZ, revision 12263

give an error and stop if OpenGL libs not found but --with-opengl was specified

2001-11-02 15:42 VZ, revision 12262

patch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them all to calctrl.h from defs.h)

2001-11-02 09:06 JS, revision 12261

Updates to project files

2001-11-02 07:13 GD, revision 12260

added missing const

2001-11-02 07:03 GD, revision 12259

added missing const ise "..." instead of <...> for wx headers

2001-11-02 06:58 GD, revision 12258

added missing const

2001-11-02 03:59 RD, revision 12257

Added wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython

2001-11-02 03:23 RD, revision 12256

swig updates

2001-11-02 03:22 RD, revision 12255

wxDragLink for wxGTK

2001-11-02 02:00 RD, revision 12254

Removed GetOldIndex, etc.

2001-11-02 01:59 RD, revision 12253

Updated XRCed

2001-11-02 01:34 RD, revision 12252

Create the directories fo rthe .pch, etc. files if it doesn't exist.

2001-11-02 01:14 RD, revision 12251

SetEventObject for wxCalendarCtrl

2001-11-02 00:44 VZ, revision 12250

replaced wxList for storing HWND <-> wxWindow with wxHashTable

2001-11-02 00:42 VZ, revision 12249

ignore the border flags for the toolbar

2001-11-02 00:05 VZ, revision 12248

BC++ compilation fix

2001-11-01 21:34 GD, revision 12247

changed ar options to reduce build verbosity

2001-11-01 21:33 GD, revision 12246

remove static libraries and recreate them to avoid stale object files

2001-11-01 21:21 GD, revision 12245

backported implementation of --with-<lib> options (yes, no, sys, and builtin) for libjpeg, libtiff, libpng, freetype, regex and zlib default is sys which falls back to builtin if the system library is not found

2001-11-01 11:54 JS, revision 12244

Made project file work for Release and Debug targets

2001-10-31 23:30 GD, revision 12243

remove static libraries and recreate them to avoid stale object files

2001-10-31 23:21 GD, revision 12242

changed ar options to reduce build verbosity

2001-10-31 22:55 GD, revision 12241

corrections to required setup for wxWindows