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-08-02 20:57 MW, revision 35053

Expand tabs

2005-08-02 18:16 MW, revision 35052

Add import/export macros

2005-08-02 17:36 JS, revision 35051

Small corrections to licence

2005-08-01 16:39 MR, revision 35050

[wxGTK] wxFileDialog: Use native overwrite confirmation if possible

2005-08-01 16:38 MW, revision 35049

Set default size and position for top level windows

2005-08-01 15:39 MR, revision 35048

Mostly cosmetical preprocessor check modifications to last commit

2005-08-01 15:36 MR, revision 35047

[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas under wxGTK - Nathan Cournia. Modified to not break compilation pre-gtk2.2. Older gtk+ versions than 2.2 probably still need a workaround to the original problem (the code is identical to them than before). Alas, I've never been able to reproduce the problem. Testing appreciated.

2005-08-01 06:06 SC, revision 35046

correcting condition: only interfere in the non-native case

2005-08-01 01:07 VZ, revision 35045

don't crash when showing vert toolbar when horz one is not shown

2005-07-31 19:00 VZ, revision 35044

don't call SetSize when creating the 2nd toolbar, this just results in unnecessary flicker

2005-07-31 18:58 VZ, revision 35043

account for client area origin when returning pending position from DoGetPosition()

2005-07-31 18:32 SC, revision 35042

applied patch 1216005 : message and new NavDirDialog

2005-07-31 17:54 SC, revision 35041

applied patch 1223806 : unicode for tabs

2005-07-31 17:32 SC, revision 35040

mouse-capture fix

2005-07-31 17:06 SC, revision 35039

adding 'select all' semantics

2005-07-31 16:36 SC, revision 35038

fixing names

2005-07-31 15:42 VZ, revision 35037

regenerated after adding sound.rc

2005-07-31 13:03 RR, revision 35036

Correctly calculate ClientSize when using native toolbars.

2005-07-31 09:42 MBN, revision 35035

Allow displaying Japanese character with wxMotif/ANSI under a Japanese EUC-JP locale: - add a #define (wxMOTIF_NEW_FONT_HANDLING) defaulting to off - factor the code for getting text extents in a central wxGetTextExtent function - when the new font handling is enabled load a fontset instead of a single font. For non-Japanese locales this should load a fontset containing a single font. - on a Japanese locale set the default point size to 15: the Japanese fonts I have are much more readable like this. - do not set the wordwrap property for multiline wxTextCtrl with OpenMotif 2.1, otherwise it crashes when text is added

2005-07-31 09:22 SC, revision 35034

defaulting to small style (24x24), and correcting the cut-off decision to be at > 24 instead of >16

2005-07-31 07:31 MBN, revision 35033

Use accessors for wxObject members.

2005-07-30 23:15 MW, revision 35032

Defer deletion of wxFontsManager and MGL_exit until after the modules have been cleaned up

2005-07-30 23:12 MW, revision 35031

Disable wxDataObject for MGL

2005-07-30 23:08 MW, revision 35030

Temporary fix for missing ;;

2005-07-30 20:48 SN, revision 35029

Only compile PopupWindow if corresponding define is set.