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

2009-01-26 13:45 RR, revision 58431

Implement hint cursor for resizable columns

2009-01-26 13:05 VZ, revision 58430

use --timing option with trunk build, not stable one

2009-01-26 13:03 VZ, revision 58429

disable utils compilation in stable STL builds as tex2rtf doesn't (and won't) build; try to run test with the --timing option to understand why/where does it hang

2009-01-26 12:59 VZ, revision 58428

disable test which doesn't compile in STL build

2009-01-26 11:48 VZ, revision 58427

don't show the currently hidden frame if Iconize() is called (see #10426)

2009-01-26 11:44 CE, revision 58426

prepare fo immenient release of watcom 1.8 (uses bakefile diff http://www.bakefile.org/changeset/1280 )

2009-01-26 10:59 VZ, revision 58425

document the correct base class

2009-01-26 10:30 VZ, revision 58424

include missing header (wx/msw/wrapcctl.h) for PCH-less build

2009-01-25 20:57 RR, revision 58417

Little correction to hand-made sizing

2009-01-25 20:22 RR, revision 58415

Finally corrected drawing of wxListCtrl selection rect for GTK+

2009-01-25 19:18 VZ, revision 58414

Mac build fixes after latest change (closes #10433)

2009-01-25 19:08 VZ, revision 58413

don't change the combobox text when it's being resized (see #10126)

2009-01-25 19:07 VZ, revision 58412

undo r58380 as it breaks tree control background repainting (see #9832)

2009-01-25 18:55 VZ, revision 58411

compilation fix for VC6 after last change; use wx naming conventions

2009-01-25 18:52 VZ, revision 58410

remove unused function and out of date comments (we don't use bsearch() any more)

2009-01-25 18:34 VZ, revision 58409

fix state images after changing their style (see #9591)

2009-01-25 18:21 VZ, revision 58408

use GetBoundingRect() for the in place text control positioning instead of duplicating its code (see #9591)

2009-01-25 18:20 VZ, revision 58407

corrections to size calculations for state images (see #9591)

2009-01-25 18:10 VZ, revision 58406

remove duplicated HitTest implementation from wxCheckListBox, it already inherits wxListBox::HitTest() (which was however lacking an overload taking 2 coordinates, added now)

2009-01-25 18:09 VZ, revision 58405

use correct item index for wxEVT_COMMAND_LISTBOX_DOUBLECLICKED events (see #10429)

2009-01-25 17:23 VZ, revision 58404

allow specifying the mask colour in wxImage::ConvertAlphaToMask() (closes #10143)

2009-01-25 17:11 FM, revision 58403

organize in groups wxAppConsole functions

2009-01-25 16:00 JMS, revision 58402

Added XRC handler for wxComboCtrl (closes #10151)

2009-01-25 15:12 FM, revision 58401

blind build fix for wxMac

2009-01-25 14:45 VZ, revision 58400

skip mouse events we're not interested in (e.g. mouse wheel ones) (closes #10062)

2009-01-25 14:41 VZ, revision 58399

don't use the not always appropriate word "document" in the save prompt (#10076)

2009-01-25 14:40 VZ, revision 58398

don't use _() in the public header in case WXINTL_NO_GETTEXT_MACRO is defined (closes #10132)

2009-01-25 14:38 VZ, revision 58397

add wxDrawStateBitmap() (closes #10289)

2009-01-25 14:21 VZ, revision 58396

notify the timers outside of loop over m_timers to avoid crashes if a timer event hanlder modifies the timers list (#10094)

2009-01-25 14:18 FM, revision 58395

build fix

2009-01-25 13:47 VZ, revision 58394

added support for wxCAL_SHOW_WEEK_NUMBERS to generic version of wxCalendarCtrl (#10033)

2009-01-25 13:27 VZ, revision 58393

added (MSW-only) wxListCtrl::OnGetItemColumnAttr() (#10018)

2009-01-25 13:19 VZ, revision 58392

return NULL from GetVoidPtr() for NULL variants instead of asserting (closes #9873)

2009-01-25 13:15 VZ, revision 58391

merged libpng 1.2.34 into the trunk (see #10043)

2009-01-25 13:10 VZ, revision 58390

fix MSVC warning C4516 about using deprecated access declarations; use using declarations instead

2009-01-25 13:08 VZ, revision 58389

tagging libpng 1.2.34

2009-01-25 13:07 VZ, revision 58388

upgrade to libpng 1.2.34 (without contrib subdirectory)

2009-01-25 12:48 VZ, revision 58387

fix a buffer overflow (#9596)

2009-01-25 12:45 VZ, revision 58386

zero {host,serv}ent_data before passing it to the system functions to avoid crashing (see #10332)

2009-01-25 12:37 VZ, revision 58385

added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir() flags (closes #10422)

2009-01-25 12:25 VZ, revision 58384

convert COM arguments to wx lazily to improve performance and allow calling Invoke/handling events involving parameters which can't be mapped to wx types at all (new GetNativeParameters() method can be used to access them) (closes #9606)

2009-01-25 12:04 VZ, revision 58383

add IsOk() (closes #9872)

2009-01-25 12:01 VZ, revision 58382

don't deprecate the entire wxDrawObject class, this results in warnings when we just declare wxDC::DrawObject(); instead deprecate just its ctor

2009-01-25 11:58 FM, revision 58381

Change in wxWindow the access specifier of the wxEvtHandler event processing and queuing functions from public to protected. Adapt wxWidgets code and wxWidgets samples to always use wxWindow::GetEventHandler() when calling such functions on a wxWindow rather than directly using wxWindow::ProcessEvent, etc. This enables correct event dispatching to the event handlers which have been pushed (with PushEventHandler) on the windows.

2009-01-25 11:40 VZ, revision 58380

allow using wxBG_STYLE_CUSTOM even with the native controls and use it in wxTreeCtrl (see #9832)

2009-01-25 11:32 VZ, revision 58379

deprecate wxDrawObject (#9860)

2009-01-25 11:15 SC, revision 58378

adapting to name change in r58318

2009-01-25 11:11 VZ, revision 58377

implement wxChoicebook::SetWindowVariant() by forwarding it to wxChoice (see #10398)

2009-01-25 11:06 VZ, revision 58376

removed debugging wxPrintf() which not only had nothing to do there but also broke PCH-less compilation

2009-01-25 10:33 SC, revision 58375

adapting to name change in r58318

2009-01-24 18:07 SC, revision 58358

bring in the definition of wxSizer, making non-precomp builds working again after r58312

2009-01-24 17:01 SC, revision 58356

bring in the definition of wxScrollHelper, making non-precomp builds working again after r58312

2009-01-24 14:12 VZ, revision 58355

take into account the controlling wxChoice size in GetBestSize() (closes #10394)

2009-01-24 14:10 RR, revision 58354

Pseudo-sort MIME types (all application/xxx at the end) so that other types are found first

2009-01-24 14:04 VZ, revision 58353

minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416)

2009-01-24 13:42 FM, revision 58352

wxgtk_window_size_request_callback is not needed by wxStaticText anymore

2009-01-24 13:40 FM, revision 58351

do not export private symbols in wx shared libraries

2009-01-24 10:00 FM, revision 58350

add missing wxABI_VERSION checks for previously-committed wxAnimation ctors

2009-01-24 00:06 RR, revision 58348

Add comment explaining why we filter out application/x-blah-app like entries from the MIME db

2009-01-23 23:55 VZ, revision 58347

add missing wxUSE_DRAG_AND_DROP checks

2009-01-23 23:40 RR, revision 58346

Don't pretend to be a GtkTreeView where it isn't required

2009-01-23 23:35 RR, revision 58345

Optical improvements under OS X

2009-01-23 22:50 RR, revision 58344

Only use text/xxx, skip application/xxx in MIME database

2009-01-23 22:19 RR, revision 58343

Correct conversion from text file to charset (which is read in that text file)

2009-01-23 22:18 RR, revision 58342

Don't attempt to convert non-ascii strings to filenames

2009-01-23 19:50 SC, revision 58341

fixing some warnings

2009-01-23 19:25 SC, revision 58340

fixing 64 bit compile

2009-01-23 15:10 RR, revision 58333

Always use theme border for inner window under wxGTK

2009-01-23 14:04 RR, revision 58332

Postpone size event from wxTLW resizing to idle

2009-01-23 13:54 RR, revision 58331

Not calling _size_allocate() breaks a.o. the native wxDataViewCtrl

2009-01-23 13:30 VZ, revision 58330

added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817)

2009-01-23 13:26 VZ, revision 58329

added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817)

2009-01-23 13:04 RR, revision 58328

Prevent surplus calls of _size_allocate() if no change

2009-01-23 12:50 RR, revision 58327

Don't always show the vertical scrollbar

2009-01-23 12:39 RR, revision 58326

Remove scrollbar spacing from client size

2009-01-23 12:26 RR, revision 58325

Add simple wxListCtrl to complex sample

2009-01-23 11:55 RR, revision 58324

GTK+'s native controls usually have a bigger line height

2009-01-23 11:51 RR, revision 58323

Restore keyboard navi

2009-01-23 11:37 RR, revision 58322

Tried hard to get the selection/focus rectangle drawn right. The GTK+ theme API is beyond repair.

2009-01-23 09:23 VZ, revision 58321

rebake without persistence files

2009-01-23 08:47 RR, revision 58320

Forgot this one

2009-01-23 08:40 RR, revision 58319

Forgot header with OSX prefix

2009-01-23 08:36 RR, revision 58318

Give some OSX specific methods OSX prefix, fixes hidden virtual method warning elsewhere

2009-01-23 08:35 RR, revision 58317

wxDataViewCtrl fixes

2009-01-23 08:18 RR, revision 58316

Remove persistence related files ag ain

2009-01-23 08:14 RR, revision 58315

Remove persistence related files again

2009-01-23 00:30 VZ, revision 58313

fix wxEVT_SPIN_XXX definitions in a nicer (compatible with new events) way

2009-01-22 23:01 RR, revision 58312

Reorganized wxListCtrl's window layout (same as wxDataViewCtrl), call RecalculatePositions() from OnPaint() to get rid of flicker

2009-01-22 17:22 JMS, revision 58310

Add wxPropertyGridEditorEventForwarders into wxPendingDelete

2009-01-22 15:53 FM, revision 58309

add default explicit ctor

2009-01-22 15:29 FM, revision 58308

update KDE guide link; added to the list of the 'Changes which are compatible' the addition of a ctor

2009-01-22 15:28 FM, revision 58307

add the wxAnimation ctor which was documented but not present (backport of r52640 from trunk)

2009-01-22 15:11 RR, revision 58306

Use theme border in wxListCtrl sample

2009-01-22 15:08 FM, revision 58305

fix comment which otherwise produces misleading results in the configure-generated final script

2009-01-22 15:05 RR, revision 58304

Trying again to improve border type guessing

2009-01-22 14:44 RR, revision 58303

Don't extend last header column button, as the column itself doesn't do it neither

2009-01-22 14:40 RR, revision 58302

draw icon before text label in header (huh?)

2009-01-22 14:28 RR, revision 58301

Further header button details

2009-01-22 14:11 RR, revision 58300

typo

2009-01-22 14:09 RR, revision 58299

Further attempts at getting the header buttons right