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-02-27 21:38 SC, revision 9438

added calls for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 21:35 SC, revision 9437

added a call for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 00:38 VZ, revision 9436

another fix for wxChoice/wxComboBox height setting - this one is tested!

2001-02-26 22:24 GD, revision 9435

added CodeWarrior projects for Classic Mac OS

2001-02-26 20:12 RR, revision 9434

wxMac: Added wxControlNameStr. (second try).

2001-02-26 10:41 VZ, revision 9433

matching changes for makefile.g95

2001-02-26 10:34 VZ, revision 9432

applied the patch 403906 (cleanall target for mingw32 makefiles)

2001-02-26 10:24 VZ, revision 9431

applied patch 403988 (fixing MDI window menu)

2001-02-26 10:21 VZ, revision 9430

applied patch 403898 (fixing msw/tabctrl.cpp include)

2001-02-26 10:17 VZ, revision 9429

applied patch 404136 which is supposed to fix BC5.5 crashes

2001-02-26 10:03 VZ, revision 9428

applied patch 403956 (gcc warning fix)

2001-02-26 07:14 GD, revision 9427

added missing method to set colour from hex value

2001-02-23 22:52 vaclavslavik, revision 9426

using wxURL now enforces linking http.o, ftp.o and sckfile.o

2001-02-23 20:28 vadz, revision 9425

fixed GetMargins() compilation

2001-02-23 19:46 csomor, revision 9424

Define wxUSE_NOTEBOOK for Mac. Required ny sizer.

2001-02-23 19:45 csomor, revision 9423

Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.

2001-02-23 19:00 vaclavslavik, revision 9422

documented fs_zip bugfix

2001-02-23 16:35 vadz, revision 9421

added GetMargins()

2001-02-23 15:40 vadz, revision 9420

fixed typo

2001-02-23 15:40 vadz, revision 9419

added another fix for INT32 and cygwin

2001-02-23 15:33 vadz, revision 9418

added Spanish translations

2001-02-22 23:43 vaclavslavik, revision 9417

fixed FindFirst/FindNext in fs_zip, it should find all directories now

2001-02-22 17:46 juliansmart, revision 9416

Added PROIO_ prefix to yyparse to get it to link.

2001-02-22 17:29 juliansmart, revision 9415

Attempted to improve tip window behaviour, but kill focus still not working in wxGTK. wxTipWindow now has wxTipWindowView child.

2001-02-22 13:56 juliansmart, revision 9414

wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELCTED in GetItemState (typo)

2001-02-22 13:55 juliansmart, revision 9413

wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetItemState (typo)

2001-02-22 12:56 juliansmart, revision 9412

Corrected Clone return type

2001-02-22 12:10 juliansmart, revision 9411

Changed wxYield calls to wxYieldIfNeeded

2001-02-22 12:09 juliansmart, revision 9410

Added wxYieldIfNeeded

2001-02-21 23:52 vaclavslavik, revision 9409

added missing implementation of wxHashTableLong::Create

2001-02-21 23:51 vaclavslavik, revision 9408

fixed compilation problem (frame.h not included)

2001-02-21 21:12 robind, revision 9407

some little fixes

2001-02-21 20:57 robind, revision 9406

some little fixes

2001-02-21 08:51 csomor, revision 9405

added carbrsrc.r to carbon resource target

2001-02-21 08:50 csomor, revision 9404

the carbon resource tag

2001-02-21 08:49 csomor, revision 9403

corrected an superfluous initfloatingwindows call in carbon

2001-02-20 22:24 depeyrot, revision 9402

added CodeWarrior project for Classic Mac OS

2001-02-20 22:21 depeyrot, revision 9401

do not perform Gestalt tests under Mac OS X

2001-02-20 17:41 csomor, revision 9400

added a PROIO_yyparse function in order to compile again after defines have moved to wxexpr.cpp

2001-02-20 16:48 vadz, revision 9399

fixed memory leak in Accept()

2001-02-20 16:34 vadz, revision 9398

fixed memory leak in Accept()

2001-02-20 16:03 vaclavslavik, revision 9397

fixed lies in wxFileSystem docs

2001-02-20 16:02 vaclavslavik, revision 9396

fixed some crashes (backport from 2.3)

2001-02-20 16:02 vaclavslavik, revision 9395

fixed some crashes

2001-02-20 13:55 georgetasker, revision 9394

Added a #ifndef for DMPAPER_USER to define it to the value defined in VC's wingdi.h if there is no known definition (like for mingw)

2001-02-20 13:45 vadz, revision 9393

wxSlider draws correctly under wxGTK

2001-02-20 13:39 vadz, revision 9392

made wxApp::GetTopWindow() virtual

2001-02-20 10:45 vadz, revision 9391

Unix compilation/Makefile fixes

2001-02-20 10:32 vadz, revision 9390

fixed missing endif

2001-02-20 10:31 vadz, revision 9389

added wxUSE_CALENDAR and support for it to configure

2001-02-20 09:55 vadz, revision 9388

compilation fix (patch 103882)

2001-02-20 06:10 robind, revision 9387

Added a SetFont method that behaves like SetLabel does with respect to wxST_NO_AUTORESIZE.

2001-02-20 00:59 vadz, revision 9386

implemented wxGauge - seems to work fine

2001-02-19 17:22 vadz, revision 9385

fixed wxSocket::_Wait() for worker threads in an MT program

2001-02-19 12:29 vadz, revision 9384

temp (?) fix for wxYield() calls from other threads

2001-02-19 01:04 georgetasker, revision 9383

Added xh_frame.obj to the list of target objects

2001-02-18 22:32 vadz, revision 9382

implemented slider thumb highlighting

2001-02-18 21:54 vadz, revision 9381

implemented (auto) ticks support

2001-02-18 20:26 vadz, revision 9380

1. added wxScrollThumb which handles the scroll thumb in the same was as wxScrollArrows handles the arrows => wxSlider uses it and the mouse now works as expected 2. corrected wxSlider drawing in GTK mode

2001-02-16 18:49 vadz, revision 9379

some minor fixes to the docs (bugs 13271[56])

2001-02-16 18:36 vadz, revision 9378

applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp)

2001-02-16 18:17 vaclavslavik, revision 9377

applied patch #103817 to both branches (HTML printing typo in margins code)

2001-02-16 08:49 robind, revision 9376

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:40 robind, revision 9375

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:19 robind, revision 9374

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-15 21:53 depeyrot, revision 9373

added CodeWarrior project for Classic Mac OS

2001-02-15 21:51 depeyrot, revision 9372

modifications for compilation under Mac OS X applied patches extracted from submission by Marc Newsam (tested under Mac OS 9)

2001-02-14 19:17 robind, revision 9371

Fixed bug that was giving the wrong size of wxCustomDataObjects to the receiver.

2001-02-14 18:13 vadz, revision 9370

wxADJUST_MIN definition (forgot to ci last time)

2001-02-14 14:13 vadz, revision 9369

added wxADJUST_MINSIZE sizer flag

2001-02-13 17:55 vadz, revision 9368

fixed bug in wxCalendarCtrl (132199) and bug in wxDateTime::IsSameDate() this fix discovered

2001-02-13 17:40 juliansmart, revision 9367

More GTK+ 1.3.1 fixes

2001-02-13 15:51 juliansmart, revision 9366

Further __WXGTK20__ fix

2001-02-13 13:00 joukj, revision 9365

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/gtk/descrip.mms VMS compile issues ----------------------------------------------------------------------

2001-02-13 12:10 juliansmart, revision 9364

Tried to fix GTK+ 2.0 compilos

2001-02-13 11:42 georgetasker, revision 9363

Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now. Formatting of source code cleaned up.

2001-02-13 11:41 georgetasker, revision 9362

Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now.

2001-02-13 11:38 georgetasker, revision 9361

A temporary hDIB was not being unlocked before exiting the function where the lock was obtained

2001-02-13 11:35 georgetasker, revision 9360

Fixes display of bitmaps in owner drawn controls (like menus) so that they are not clipped or dropped completely. Menu items resize appropriately with this code submitted by Ray Gilbert.

2001-02-12 21:41 depeyrot, revision 9359

added CodeWarrior projects for Classic Mac OS

2001-02-12 21:37 depeyrot, revision 9358
  • D /wxWidgets/trunk/samples/docview/makemac.mcp
  • D /wxWidgets/trunk/samples/docvwmdi/makemac.mcp
  • D /wxWidgets/trunk/samples/internat/makemac.mcp

removed CodeWarrior projects added as ascii instead of binary

2001-02-12 20:30 robind, revision 9357

Now uses CC_FULLOPEN if m_colourData.GetChooseFull()

2001-02-12 19:23 georgetasker, revision 9356

Changed source files to not include Mark's old defunct e-mail address. It now only shows in the ABOUT dialog

2001-02-12 18:12 juliansmart, revision 9355

Small mod

2001-02-12 17:21 vadz, revision 9354

fixed KDE link file reading code

2001-02-12 16:38 vadz, revision 9353

fixed setting focus to the controls not accepting it (backported from the main branch)

2001-02-12 16:37 vadz, revision 9352

fix for mingw32 2.95.2

2001-02-12 15:59 juliansmart, revision 9351

Changes to distribution scripts

2001-02-12 13:47 juliansmart, revision 9350

Check for this == g_focusWindow in window destructor now, else get dangling pointer.

2001-02-12 13:45 juliansmart, revision 9349

Fix for unsafe use of a global pointer for focus window: now checks at destruct time to see if we should NULL the pointer.

2001-02-12 00:56 vadz, revision 9348

wxSlider kbd handling works fine as well as drawing in GTK theme

2001-02-12 00:54 vadz, revision 9347

backported fix for the last-'\'-in-the mailcap-file crash

2001-02-12 00:51 vadz, revision 9346

fixed crash with '\' on the end of the last line

2001-02-11 20:12 vadz, revision 9345

even better slider drawing (fine now)

2001-02-11 18:34 vadz, revision 9344

slider draws itslef almost correctly in MSW mode

2001-02-11 10:36 juliansmart, revision 9343

Distrib script changes and list.h reordering of wxListBase constructor for VC++ 1.5 to compile it

2001-02-10 14:15 vadz, revision 9342

bug in wxDocMDIParentFrame::OnMRUFile() fixed

2001-02-10 00:33 vadz, revision 9341

more meat on wxSlider bones

2001-02-09 21:01 depeyrot, revision 9340

updated CodeWarrior projects for latest wxMac commits

2001-02-09 20:40 depeyrot, revision 9339

updated CodeWarrior projects for latest wxMac commit