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

2003-07-14 08:41 JS, revision 21948

Rationalised OnIdle

2003-07-14 03:48 DE, revision 21947

Put OnIdle() back. Without deleting pending objects, frames that have been Destroy()ed (e.g. by the default close implementation) never actually get deleted and thus the program never terminates because the wxTopLevelWindowBase destructor is never called to do ExitMainLoop() FIXME: Why isn't this OnIdle stuff simply in wxAppBase?

2003-07-14 03:04 DE, revision 21946

In the object destructor, Disassociate the object from its Cocoa counterpart but leave m_cocoaNSWindow intact so base class destructor can use it.

2003-07-14 03:02 DE, revision 21945

In destructor, pass the NSView ownership to the base class Avoid extra if tests now that Associate/Disassociate do the test themselves

2003-07-14 02:46 DE, revision 21944

Call -[NSApplication stop] instead of terminate. The stop message will return to the caller allowing processing to continue until all events have been processed. Make sure that no more idle events are installed by checking -[NSApplication isRunning].

2003-07-14 00:50 VZ, revision 21943

removed OnIdle() which didn't compile any longer

2003-07-13 22:53 VZ, revision 21942

ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1

2003-07-13 21:33 VZ, revision 21941

mention wxCrashReport

2003-07-13 21:31 VZ, revision 21940

added crashrpt.cpp

2003-07-13 21:31 VZ, revision 21939

wxGlobalSEHandler() takes PEXCEPTION_POINTERS now

2003-07-13 21:29 VZ, revision 21938

moved SEH stuff to crashrpt.cpp

2003-07-13 21:19 VZ, revision 21937

added wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT

2003-07-13 21:18 VZ, revision 21936

wxSEHReport renamed to wxCrashReport enhanced and debugged; seems to work

2003-07-13 20:07 MBN, revision 21935

Move #inclusion of wx/msw/winundef.h for MinGW to afterstd.h. Fix WX_DEFINE_TYPEARRAY assert to refer to base array's elemnt type rather than to void*.

2003-07-13 16:59 JS, revision 21934

Improvements to OnIdle processing

2003-07-13 02:28 VZ, revision 21933

first version of crash reporting code

2003-07-12 23:15 SN, revision 21932

Mention changes to unix/fontutil.cpp.

2003-07-12 23:14 SN, revision 21931

Font is only non default if it has non default field values.

2003-07-12 23:09 JS, revision 21930

Use WM_INITMENUPOPUP Added wxMenu member to wxMenuEvent

2003-07-12 20:36 MBN, revision 21929

Warning fixes for wxUSE_STL=1.

2003-07-12 20:36 VZ, revision 21928

warning fix

2003-07-12 20:36 VZ, revision 21927

set the containing sizer to NULL when destroying the sizer; this fixes a crash (don't ask me how could it work before)

2003-07-12 20:34 MBN, revision 21926

Readd wxStringList::Add when wxUSE_STL=1, for compatibility with wxUSE_STL=0. Fixed wxPathList double-free reported by Devid Elliot.

2003-07-12 20:11 MBN, revision 21925

Added and documented wxColourDatabase::AddColour.

2003-07-12 20:11 JS, revision 21924

Added wxWinceHelpController

2003-07-12 17:58 JS, revision 21923

Added net stuff, some fixes to gsock code for WinCE

2003-07-12 16:08 VZ, revision 21922

fixed wxTempFile::Commit() broken by last check in

2003-07-12 15:11 JS, revision 21921

Fixed menubar on WinCE Removed some obsolete files

2003-07-12 14:18 VZ, revision 21920

fixed incorrect RegOpenKeyEx() usage

2003-07-12 14:07 VZ, revision 21919

fixed a crash

2003-07-12 13:39 JS, revision 21918
  • D /wxWidgets/trunk/include/wx/msw/wince/gdiobj.h

Removed obsolete file

2003-07-12 12:39 VZ, revision 21917

font is only non default if it has non default field values

2003-07-12 11:28 VZ, revision 21916

fix for a warning when wxUSE_STL == 1

2003-07-12 11:17 VZ, revision 21915

fixed class/struct mismatch

2003-07-12 11:11 VZ, revision 21914

fix for a warning

2003-07-12 07:06 JS, revision 21913

Compilo

2003-07-12 02:27 MBN, revision 21912

Fix some leaks cause by removing list.DeleteContents calls.

2003-07-12 02:24 MBN, revision 21911

Remove duplicate colour entries.

2003-07-12 02:22 MBN, revision 21910

Multilib linking fixes.

2003-07-12 01:04 DE, revision 21909

In the object destructor, leave m_cocoaNSView intact for base class destructors

2003-07-12 00:52 DE, revision 21908

In the object destructor, Disassociate the object from its Cocoa counterpart but leave m_cocoaNSView intact so base class destructors can use it.

2003-07-11 23:10 JS, revision 21907

More WinCE mods

2003-07-11 23:04 JS, revision 21906

More WinCE mods

2003-07-11 22:29 VZ, revision 21905

[attempt to] fix a warning

2003-07-11 22:28 VZ, revision 21904

fix for a warning

2003-07-11 22:06 JS, revision 21903

Fixed some duff #ifdefs

2003-07-11 21:50 JS, revision 21902

More WinCE mods

2003-07-11 21:43 JS, revision 21901

More WinCE mods

2003-07-11 20:17 SC, revision 21900

apptraits in line for carbon and mach-o

2003-07-11 20:16 SC, revision 21899

out of memory for strdup handled

2003-07-11 20:12 SC, revision 21898

codewarrior fixes

2003-07-11 19:52 SC, revision 21897

style creation

2003-07-11 19:33 VZ, revision 21896

fixed using arrays as nested classes

2003-07-11 19:01 VZ, revision 21895

removed a :: from WX_CLEAR_HASHMAP

2003-07-11 17:47 DE, revision 21894

Associate/Disassociate now check for non-NULL pointer instead of requiring the caller to do so.

2003-07-11 13:43 DE, revision 21893

Implement SetValue() and GetValue()

2003-07-11 13:19 DE, revision 21892

* Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN/MAC are identical (they both have only utilsunx.cpp) and Bakefile needs some work to allow more complex conditions before having this separate will be easy. * Allow wxGTK to be built on OS X.

2003-07-11 11:28 JS, revision 21891

Oops, no such function as wxIsascii

2003-07-11 11:21 JS, revision 21890

More WinCE mods.

2003-07-11 11:15 JS, revision 21889

Further WinCE mods

2003-07-11 10:50 JJ, revision 21888

Committing in . OpenVMS compile issues Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/listctrl.cpp wxWindows/utils/dialoged/src/winprop.cpp ----------------------------------------------------------------------

2003-07-10 23:33 SN, revision 21887

Removed Auto3D variable following other ports.

2003-07-10 23:15 VZ, revision 21886

restored old wxCOMPILE_TIME_ASSERT2 definition as the new one doesn't work with VC6 E&C

2003-07-10 22:55 VZ, revision 21885

VC++ warning fixes

2003-07-10 22:52 VZ, revision 21884

compilation fix

2003-07-10 22:32 VZ, revision 21883

corrected bug with alignment of static labels with GTK 2 (replaces patch 760066; closes bug 759375)

2003-07-10 21:14 JS, revision 21882

Some WinCE fixes

2003-07-10 21:14 MBN, revision 21881

wxUSE_STL compilation fixes.

2003-07-10 21:12 MBN, revision 21880

Compilation fix for wxUSE_STL.

2003-07-10 21:10 MBN, revision 21879

Use correct export directive for multilib.

2003-07-10 21:01 DE, revision 21878

Add support for foreground and background colors to DoDrawText

2003-07-10 20:59 DE, revision 21877

Implement SetBackgroundMode()

2003-07-10 19:55 MBN, revision 21876

STL-ification patch for wxMSW and wxGTK.

2003-07-10 19:32 MBN, revision 21875

wxSortedArray::Add must return the index of the newly inserted item.

2003-07-10 19:29 MBN, revision 21874

Missing CHARSET_HANGUL fix.

2003-07-10 19:18 MBN, revision 21873

Compilation fix.

2003-07-10 17:10 VZ, revision 21872

Wait() doesn't cancel the thread any longer

2003-07-10 16:34 VZ, revision 21871

trying to fix the bug which results in blocking forever inside Delete()

2003-07-10 16:23 VZ, revision 21870

fix for IsAlive() called after Kill() or Exit()

2003-07-10 15:51 VZ, revision 21869

allow adding/removing columns dynamically (based on patch 763540)

2003-07-10 15:49 SC, revision 21868

added release event

2003-07-10 14:50 VZ, revision 21867

compilation fix

2003-07-10 14:06 VZ, revision 21866

GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have been nice if the patch mentioned this...)

2003-07-10 13:03 VZ, revision 21865

fixes to allow dragging in multiselection tree ctrl (patch 759421)

2003-07-10 12:46 VZ, revision 21864

added state image support (patch 530155)

2003-07-10 12:39 DE, revision 21863

include "wx/toolbar.h" instead of tbar(base|smpl).h

2003-07-10 12:36 VZ, revision 21862

added wxThreadHelper class (patch 756906)

2003-07-10 12:27 DE, revision 21861

Use wxGetEmptyString() so the types in the ?: statement are both wxString

2003-07-10 12:24 VZ, revision 21860

more Unicode fixes

2003-07-10 12:13 VZ, revision 21859

set string length properly in wxString(p, conv, len) ctor (patch 755593)

2003-07-10 12:07 VZ, revision 21858

make string at least empty (instead of containing garbage) if malloc() failed

2003-07-10 12:01 VZ, revision 21857

correction to the separators in vertical toolbar after patch

2003-07-10 11:47 VZ, revision 21856

added functions to read/write several elements at once (patch 754986)

2003-07-10 11:44 VZ, revision 21855

Unicode fixes (patch 754930)

2003-07-10 11:40 VZ, revision 21854

(blindly) fixed header case confusion (replacement for patch 763760)

2003-07-10 11:24 VZ, revision 21853

fix handling of HTTP headers case (patch 763760)

2003-07-10 11:16 VZ, revision 21852

added state image support (patch 530155)

2003-07-10 11:04 VZ, revision 21851

keep selected image in sync with the normal one if it hasn't been changed (patch 754906)

2003-07-10 10:53 VZ, revision 21850

added wxTB_HORZ_TEXT (patch 713813); documented it; moved toolbar styles to toolbar.h

2003-07-10 10:02 VZ, revision 21849

use gdk_fontset_load() instead of gdk_font_load() for better Japanese support (patch 698558)