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

2005-01-16 20:50 VZ, revision 31403

1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp 2. added and documented wxDynamicLibrary::ListLoaded()

2005-01-16 16:54 RR, revision 31402

Use connect_signal_after for list events. This should probably be done for all native control command events.

2005-01-16 15:58 VZ, revision 31401

undid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it manually in configure

2005-01-16 15:54 VZ, revision 31400

regenerated with all common options set to 0

2005-01-16 15:54 VZ, revision 31399

catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well

2005-01-16 15:50 VZ, revision 31398

oops, sed replace was eating underscores

2005-01-16 15:47 VZ, revision 31397

compilation fix for !USE_PCH

2005-01-16 15:46 VZ, revision 31396

don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)

2005-01-16 15:44 VZ, revision 31395

1. set all wxUSE_XXXs to 0 in the generated setup.h.in 2. don't update the files unless necessary (i.e. check modification time) 3. show progress messages

2005-01-16 15:33 RR, revision 31394

Applied patch for correct feedback from DND actions (not all actions are allowed).

2005-01-16 15:27 RR, revision 31393

Applied patch which solved conflicts between wxWidgets and GTK+'s context menu code.

2005-01-16 15:23 RR, revision 31392

Commited scrollbar patch which sends lineup, linedown events based on intercepting the mouse down events.

2005-01-16 14:01 VZ, revision 31391

added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__

2005-01-16 14:00 JS, revision 31390

Doc update

2005-01-16 13:40 JS, revision 31389

Check for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new

2005-01-16 13:33 JS, revision 31388

Doc corrections

2005-01-16 12:58 RR, revision 31387

Applied patch for rounded rectangle.

2005-01-16 12:06 VZ, revision 31386

fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)

2005-01-16 00:32 VZ, revision 31385

fixed export of hex values

2005-01-16 00:26 VZ, revision 31384

implemented Export(file)

2005-01-15 23:06 VZ, revision 31383

added mode parameter to wxFFileStream ctors taking wxFFile

2005-01-15 21:07 VZ, revision 31382

only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)

2005-01-15 21:05 VZ, revision 31381

no need for vi modeline now that the extension is no longer .h

2005-01-15 20:35 VZ, revision 31380

define wxUSE_GUI as 0 when --disable-gui is used

2005-01-15 20:06 VZ, revision 31379

removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI

2005-01-15 17:54 VZ, revision 31378

removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES

2005-01-15 17:38 VZ, revision 31377

show "none" for gnomeprint in the summary when building wxBase instead of nothing at all

2005-01-15 17:12 VZ, revision 31376

mention wxUSE_DATEPICKCTRL

2005-01-15 17:10 VZ, revision 31375

moved styles logic to MSWGetStyle() (no real changes)

2005-01-15 17:08 VZ, revision 31374

wxMSW wxDatePickerCtrl header

2005-01-15 16:37 VZ, revision 31373

manage setup.h.in using update-setup.h too

2005-01-15 16:14 VZ, revision 31372

manage wx/mac/setup0.h using build/update-setup.h too

2005-01-15 16:11 VZ, revision 31371

moved some Win32-specific settings from common file

2005-01-15 15:55 VZ, revision 31370

added special comments used by build/update-setup.h

2005-01-15 15:54 VZ, revision 31369

added setup.h file containing the settings common to all ports and a script to update wx/*/setup.h using it

2005-01-15 14:45 VZ, revision 31368

removed obsolete wxUSE_CTL3D

2005-01-15 01:37 VZ, revision 31367

typo in a link

2005-01-15 01:31 VZ, revision 31366

added API, docs and Win32 implementation of wxDatePickerCtrl

2005-01-15 01:18 VZ, revision 31365

added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1

2005-01-14 19:24 DE, revision 31364

Split some of the recent code out to make it more reusable.

2005-01-14 15:59 RD, revision 31363

Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2

2005-01-14 15:02 DE, revision 31362

Forgot to commit this as part of the CocoaGetWxToBoundsTransform change.

2005-01-14 14:27 DE, revision 31361

Forgot to initialize m_cocoaWxToBoundsTransform = nil;

2005-01-14 14:22 DE, revision 31360

Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into static wxDC::CocoaGetWxToBoundsTransform. Create the transform and store it as a member variable in wxDC when focus is locked on the DC. For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform which will eventually handle scrolling.

2005-01-14 13:07 ABX, revision 31359

Common wxListCtrl control name.

2005-01-14 02:24 RD, revision 31358

reSWIGged

2005-01-14 01:58 RD, revision 31357

Document the Show/Hide behaviour that wxSplitterWindow does to its children.

2005-01-14 01:49 RD, revision 31356

ifdef out some experimental code

2005-01-13 23:43 RD, revision 31355

Ensure that the windows are shown when Initialize is called too

2005-01-13 23:34 RD, revision 31354

Ensure that the windows are shown when splitting