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

2008-02-03 13:58 VZ, revision 51520

document AddAt() and IndexForItem() (patch 1877610)

2008-02-03 13:48 VZ, revision 51519

make XPM data const to avoid warnings from mingw 4.0 (patch 1874995)

2008-02-03 13:04 VZ, revision 51516

added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined()

2008-02-03 12:24 VZ, revision 51515

compilation fix with wxUSE_EXTENDED_RTTI==1

2008-02-03 12:20 VZ, revision 51514

generate include/wx/univ/setup0.h from setup_inc.h too

2008-02-03 04:12 PC, revision 51513

Remove remnants of GTK1 accelerator code. Change deprecated gtk_menu_item_remove_submenu() to gtk_menu_item_set_submenu().

2008-02-03 02:43 PC, revision 51511

remove unused wxMenuBar::m_style

2008-02-02 22:29 VS, revision 51509

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler; move WM_PASTE/CUT/COPY processing to wxWindow where it belongs

2008-02-02 21:52 PC, revision 51508

avoid GCC warnings about breaking strict aliasing rules

2008-02-02 21:33 PC, revision 51507

Enable best size caching, remove unnecessary GetLabel() and SetForegroundColour(), remove hack for non-left alignment, it does not seem to be needed anymore.

2008-02-02 18:47 PC, revision 51506

fix wxALIGN_RIGHT in RTL mode

2008-02-02 17:58 PC, revision 51505

label clipping hack is not needed for GTK+ >= 2.12

2008-02-02 14:07 VS, revision 51504

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler

2008-02-01 23:14 VS, revision 51498

eliminate code duplication in wxSizer::Fit()

2008-02-01 22:28 VS, revision 51497

fixed RR's change of wxSizer::Fit to set client size (r50717) to not be completely broken; it no longer confuses client and window sizes

2008-02-01 17:07 MW, revision 51496

Compile fix for --without-zlib --enable-compat26.

2008-02-01 16:44 MW, revision 51495

Compile fix when 2.6 compatibility on and --without-zlib.

2008-02-01 14:14 JS, revision 51494

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 14:13 JS, revision 51493

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 04:51 PC, revision 51482

remove unnecessary m_glWidget, fix return types for realize and map callbacks

2008-02-01 04:44 PC, revision 51481

fix for GTK assertion from gtk_widget_set_colormap, bug 1882040

2008-01-31 22:00 VS, revision 51480

compilation fix for wxUSE_BOOKCTRL=0

2008-01-31 21:58 VS, revision 51479

compilation fix for wxUSE_MENUS=0

2008-01-31 21:56 VS, revision 51478

wxUniv/MSW compilation fix after wxDC changes

2008-01-31 21:15 VS, revision 51477

added InitRGBA to generic wxColour to fix linking (patch #1881796)