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-03-29 15:49 SC, revision 33153

fixing small scrollbars

2005-03-29 15:41 SC, revision 33152

going back to 16x16 standard size

2005-03-29 14:32 JS, revision 33151

Compile with builtin ODBC in GTK+ ANSI mode

2005-03-29 14:05 SC, revision 33150

handling mac as gtk

2005-03-29 13:09 SC, revision 33149

destroying native and wx controls

2005-03-29 12:22 JS, revision 33148

Allow Initialize(NULL)

2005-03-29 11:45 SC, revision 33147

that was a memory leak

2005-03-29 11:45 SC, revision 33146

using correct icon sizes

2005-03-29 11:45 SC, revision 33145

avoiding illegal window styles

2005-03-29 11:44 SC, revision 33144

switching implementation

2005-03-29 11:39 SC, revision 33143

we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

2005-03-29 10:11 SC, revision 33142

we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

2005-03-29 09:30 SC, revision 33141

we need our own implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

2005-03-29 08:35 SC, revision 33140

we need our own implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

2005-03-29 08:00 JS, revision 33139

Use AC_TRY_LINK for demangle

2005-03-29 04:08 KH, revision 33138

Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on CFM [ followup on Patch 1160346 ]

2005-03-28 23:25 RD, revision 33137

reSWIGged

2005-03-28 23:24 RD, revision 33136

better root dir for rc uploads

2005-03-28 23:00 KH, revision 33135

Separate includes needed for Darwin and classic [ followup on Patch 1160346 ]

2005-03-28 20:21 RD, revision 33134

disable the buttons while a find dialog is active

2005-03-28 20:08 RD, revision 33133

disable the buttons while a find dialog is active

2005-03-28 20:05 RD, revision 33132

New wxTE_ flags

2005-03-28 20:04 RD, revision 33131

wx.lib.mixins.listctrl: Patches from Toni Brkic: * Bugfix for TextEditMixin when the view can't be scrolled * Enhancement for ListCtrlAutoWidthMixin, allowing it to manage the width of any column.

2005-03-28 19:57 RD, revision 33130

Note to self...

2005-03-28 19:46 SN, revision 33129

Fixed compilation error on unknown type "in_addr_t".

2005-03-28 19:21 SN, revision 33128

Compilation fix for old OS/2 compilers.

2005-03-28 18:47 KH, revision 33127

Create RunLoop that can be used to process pending events so that events will still be processed while the user is using a menu or scrollbar [ Patch 1160346 ] - this really needs to be in 2.5.5 so it can be widely tested before 2.6.

2005-03-28 18:00 SN, revision 33126

Added new function wxGetProcessId.

2005-03-28 17:59 SN, revision 33125

Force wxUSE_DEBUGREPORT to disabled for OS/2.

2005-03-28 17:14 KH, revision 33124

Replaced gunshot sound with a more benign, but still impactful, sound

2005-03-28 13:43 JS, revision 33123

Rename wave file to be less agressive, for later replacement with arbitrary sound

2005-03-28 12:22 VZ, revision 33122

added GetHimagelist()

2005-03-28 10:49 MW, revision 33121

Minor compilo fix

2005-03-28 09:42 VS, revision 33120

added wxTAB_TRAVERSAL to common styles

2005-03-28 09:40 VS, revision 33119

call SetupWindow

2005-03-28 09:37 VS, revision 33118

added wxWS_EX_VALIDATE_RECURSIVELY

2005-03-28 09:28 VS, revision 33117

fixed dialog units in toplevel windows (bug #1170234)

2005-03-28 00:42 VZ, revision 33116

do runtime check for GTK+ 2.4 and not only compile-time

2005-03-28 00:36 VZ, revision 33115

corrected GTK wrapping line

2005-03-28 00:36 VZ, revision 33114

use GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available

2005-03-28 00:16 VZ, revision 33113

respect G_FILENAME_ENCODING in wxConvBrokenFileName and also use UTF-8 instead ASCII

2005-03-27 22:43 VZ, revision 33112

use wxLocale::GetSystemEncoding() to test whetehr we want to use UTF-8 in wxConvBrokenFileNames::UseUTF8()

2005-03-27 22:42 VZ, revision 33111

fixed test for GTK+ 2.4: was always false on a second or subsequent configure run if caching was used

2005-03-27 22:22 VZ, revision 33110

use popen() instead of wxExecute(), it works inside wxYield() unlike the latter

2005-03-27 22:20 VZ, revision 33109

fixed compilation in non-Unicode build; fixed bug with buffer overrun in wxMBConvUTF8::MB2WC()

2005-03-27 21:28 VS, revision 33108

added XRC handler for wxStdDialogButtonSizer

2005-03-27 19:23 RR, revision 33107

Use conversion class in native GTK+ file dialog.

2005-03-27 19:00 RR, revision 33106

Actually make use of new cool file conversion class in wxDir.

2005-03-27 18:08 VZ, revision 33105

fix TestGLCanvas ctor (part of patch 1155132)

2005-03-27 18:06 VZ, revision 33104

applied patch fixing problems with X server crash when using wxGLCanvas with nVidia cards (patch 1155132)