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

2001-06-06 11:17 JS, revision 10439

Fixed memory leak in textcmn.cpp

2001-06-06 11:11 JS, revision 10438

Correction to accelerator bug fix: add FVIRTKEY if ctrl, alt or shift

2001-06-06 10:46 JS, revision 10437

Only add FVIRTKEY if isVirtual is TRUE

2001-06-06 00:05 VZ, revision 10436

fixed bug in determining the best listbox size

2001-06-05 23:53 VZ, revision 10435

fixed bug in determining the best listbox size

2001-06-05 22:06 RD, revision 10434

Fixed to recognise the FINAL=hybrid make flag and to then use the right library.

2001-06-05 22:05 RD, revision 10433

Added functions to initialize the local wxModules since it's possible (normal in wxPython) for these modules to be loaded AFTER wxModule::InitializeModules has been called for the rest of wx.

2001-06-05 22:03 RD, revision 10432

Changed WXDLLEXPORT's to WXXMLDLLEXPORT so the xmlres library can be used from wx DLL without it being a DLL also. Some work will still need to be done for making xmlres be a DLL...

2001-06-05 21:23 SC, revision 10431

unnecessary ClipRects

2001-06-05 20:33 SC, revision 10430

reverted some redrawing optimizations due to redraw errors

2001-06-05 20:32 VZ, revision 10429

applied patch 430452 (mingw32 compilation fixes)

2001-06-05 19:08 GD, revision 10428
  • D /wxWidgets/trunk/src/mac/xpm

remove xpm files replaced with internal xpm decoder/handler

2001-06-05 19:03 GD, revision 10427

removed useless defines

2001-06-05 18:53 GD, revision 10426

corrected instructions for MacHeaders precompilation

2001-06-05 17:10 VZ, revision 10425

let wxSpinCtrl process the enter key

2001-06-04 19:03 DW, revision 10424

Size updates and new methods to export.

2001-06-04 02:35 VZ, revision 10423

1. fixed refreshing of notebook tabs for wxBOTTOM style 2. fixed refreshing of notebook after removing a page 3. fixed wxComboBox event generation

2001-06-03 18:01 VS, revision 10422

display file name correctly

2001-06-03 16:19 VS, revision 10421

fixed crashes with large XPM files

2001-06-03 16:19 VS, revision 10420

added wxUSE_INTL around wxLocale::GetSystemEncoding

2001-06-03 16:19 VS, revision 10419

fixed stupid memory leak

2001-06-03 15:13 VZ, revision 10418

1. clicking on the parent of opened submenu doesn't dismiss the submenu 2. fixed notebook flicker (don't refresh it entirely when focus changes!) 3. add kbd navigation to the radio box

2001-06-03 10:29 SC, revision 10417

added GetControlBounds for accessing contrl.rect

2001-06-03 09:43 VS, revision 10416

added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()

2001-06-03 09:43 VS, revision 10415

fix for wxFrame's last focus bug (finally?)

2001-06-03 02:58 VZ, revision 10414

applied Unicode fixes for mingw32 (patch 429654)

2001-06-02 16:58 VZ, revision 10413

fixed processing of events from popup menu submenus items

2001-06-02 11:25 VS, revision 10412

fixed new charset detection code (langinfo.h not included in intl.cpp; langinfo.h not neccessary in strconv.cpp

2001-06-02 02:27 VZ, revision 10411

implemented wxEventLoop class and popup menus using it

2001-06-01 21:54 VS, revision 10410

fixed bug #429351 (compilation broken in CJK environment (whatever it is) in 'agrave' definition)

2001-06-01 21:47 VS, revision 10409

fixed bug #429351 (compilation broken in CJK environment (whatever it is) in 'agrave' definition)

2001-06-01 21:47 VS, revision 10408

added alignment style to wxStaticText handler

2001-06-01 19:26 RD, revision 10407

Allowed MSW wxTrextCtrl styling to also set the background colour, added wxUSE_RICHEDIT2 so this can be disabled for compilers that don't have the right structures.

2001-06-01 18:42 RD, revision 10406

Translated a double click into just a second click for Scintilla

2001-06-01 16:31 VZ, revision 10405

when the menu is opened with the mouse, its first item is not selected any more

2001-06-01 15:34 VZ, revision 10404

fixed problem with HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER test

2001-06-01 15:26 VZ, revision 10403

compilation fix for old mingw32

2001-06-01 12:23 VS, revision 10402

added wxBU_* styles

2001-06-01 12:23 VS, revision 10401

added wxNO_BORDER style

2001-06-01 01:30 VZ, revision 10400

fix for last commit

2001-06-01 00:58 VZ, revision 10399

1. fixed handling of checked items (update check state) 2. fixed Ctrl-Foo accel key processing - don't match just Foo 3. fixed drawing of selected disabled submenu indicator

2001-05-31 23:10 VZ, revision 10398

a few consts removed to avoid too much const-casting

2001-05-31 23:02 VS, revision 10397

yet another attempt to wxFrame's last focus bug

2001-05-31 22:20 VZ, revision 10396

1. fixed Alt key handling at wxWindow level 2. menubar correctly refreshes itself if it loses focus 3. filter out more dummy mouse move events (I hate Windows)

2001-05-31 21:41 VZ, revision 10395

Unix compilation fixed

2001-05-31 20:27 VZ, revision 10394

added wxLocale::GetSystemEncoding

2001-05-31 19:18 VZ, revision 10393

fixed right click handling

2001-05-31 14:33 VZ, revision 10392

oops... removed test code from the sample, what was it doing there for the last 7 months

2001-05-31 14:32 VZ, revision 10391

we now send iconize events

2001-05-31 06:23 RD, revision 10390

Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user code can get access to the edit control when it is created, (to push on a custom event handler for example.)