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

2004-10-17 21:39 ABX, revision 29953

Warning fixes related to various cases of typecasting.

2004-10-17 21:28 VZ, revision 29952

mention enhanced metafiles bug fix

2004-10-17 20:17 VZ, revision 29951

compilation fix for Borland

2004-10-17 19:45 ABX, revision 29950

wxHashMap compatible typecasting.

2004-10-17 19:45 VZ, revision 29949

- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib" - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name

2004-10-17 19:32 RR, revision 29948

Took one part of the patch back again...

2004-10-17 17:25 RR, revision 29947

First step at moving the print (dialog) native data into native dirs and cleaning up the code. The native part of wxPrintData is now created via the wxPrintFactory. I moved the code for PostScript to /src/generic/prntdlgg. and for MSW to its the respective dir. I only made wxMac compile, but it already has a native print data class, which should be easy to merge.

2004-10-17 16:28 ABX, revision 29946

__WXDEBUG__ is defined/undefined, not 0/1!

2004-10-17 16:21 ABX, revision 29945

_() needs intl.h.

2004-10-17 14:54 VZ, revision 29944

removed obsolete and unused code for USE_BITMAP_MASKS == 0 case

2004-10-17 14:47 RR, revision 29943

Forgot to commit.

2004-10-17 14:32 RR, revision 29942

Applied (part of) small patch from Chris Bogolte which corrects a test in the Blit code.

2004-10-17 14:28 VZ, revision 29941

compilation fix for !USE_PCH

2004-10-17 13:11 SC, revision 29940

added mac constants

2004-10-17 11:51 SC, revision 29939

guard against m_peer = NULL in Show()

2004-10-17 10:52 SC, revision 29938

don't restrict to OS9 API for Mac-Builds

2004-10-17 10:45 SC, revision 29937

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 10:36 SC, revision 29936

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 09:58 RR, revision 29935

Fixed lost focus events in wxListBox.

2004-10-17 09:57 RR, revision 29934

Link problem.

2004-10-17 02:29 RD, revision 29933

Test GetTextRange on some unicode text

2004-10-17 02:27 RD, revision 29932

Use Scintilla's functions for Unicode/UTF8 conversions

2004-10-17 01:13 VZ, revision 29931

added test for the (just fixed) bug with adding the first entry to the root group

2004-10-17 01:00 VZ, revision 29930

use common code to determine best notebook size instaed of Mac-specific which mistakenly used current pages sizes and not the best ones

2004-10-17 00:38 VZ, revision 29929

added --linkdeps switch

2004-10-17 00:05 VZ, revision 29928

fixed bug with adding new entries to a root group with subgroups but without any existing entries

2004-10-16 22:11 RR, revision 29927

Began work on print dialogs. Now wxPrintDialog is a pimpl implementation of the native dialog classes, which are created in wxPrintFactory.

2004-10-16 21:52 VS, revision 29926

don't use m_instanceAsWindow to convert dialog units, it's not fully constructed yet and can't provide the information

2004-10-16 20:54 VZ, revision 29925

don't leave two conscutive separators after "moving" a standard menu item to the application menu

2004-10-16 20:28 VZ, revision 29924

don't reset tool/status bar pointers manually, it is now done automatically by the dtors of the bars themselves

2004-10-16 20:25 VZ, revision 29923

reset parent frame tool/status bar pointer automatically when the bar is destroyed; this ensures that we're never left with dangling pointers and fixes a crash under Mac when MDI child frame with a toolbar is closed

2004-10-16 19:59 VZ, revision 29922

added wxSetCursorEvent documentation (patch 1048181)

2004-10-16 19:55 VZ, revision 29921

compilation fixes for newer GTK versions (patch 1042407)

2004-10-16 19:43 VS, revision 29920

wxProcess::OnTerminate is not const

2004-10-16 19:41 VZ, revision 29919

unused params warnings (patch 1048431)

2004-10-16 17:46 RD, revision 29918

Fix to use old AutoWidthMixin API

2004-10-16 15:00 VZ, revision 29917

call AddChild() when the control is already reallly created

2004-10-16 13:39 VZ, revision 29916

suppress VC++ warning about long -> void * conversion too

2004-10-16 13:31 VZ, revision 29915

fixed enhanced metafiles loading from files

2004-10-16 11:45 VZ, revision 29914

replace post-linking commands with true, not #, for the platforms for which they don't make sense: this allows to use things like wx-config --rezflags directly in makefiles and not only with autoconf

2004-10-16 11:31 VZ, revision 29913

use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't be that big...)

2004-10-16 02:15 DE, revision 29912

Add a second wxTaskBarIcon that uses the Dock (wxCocoa only)

2004-10-16 01:49 DS, revision 29911

fixed CFM build linking error

2004-10-16 01:47 VZ, revision 29910

fixed fatal bug when moving the control after itself in tab order

2004-10-16 01:30 DE, revision 29909

Whoops, forgot to commit this.

2004-10-16 00:45 VZ, revision 29908

added missing WXDLLEXPORT

2004-10-16 00:38 VZ, revision 29907

fixed inconsistent dllspec warning in DLL build

2004-10-16 00:27 VZ, revision 29906

fixed the just added wxStringTokenizer::GetPosition() test overwritten by the previous commit

2004-10-16 00:16 VZ, revision 29905

use unsigned chars for UTF8 data (avoids warnings)

2004-10-16 00:14 VZ, revision 29904

added wxStringTokenizer::GetPosition() test

2004-10-15 23:03 DE, revision 29903

Rebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.

2004-10-15 22:55 VZ, revision 29902

implemented SetWildcard()

2004-10-15 22:52 DE, revision 29901

wxCocoa: Added wxTaskBarIcon

2004-10-15 22:44 DE, revision 29900
  • D /wxWidgets/trunk/src/cocoa/filedlg.mm
  • D /wxWidgets/trunk/src/cocoa/taskbar.mm

Yes Ryan, I really did mean to remove these files.

2004-10-15 21:14 RD, revision 29899

DocsDemo --> docs-demos

2004-10-15 21:10 VZ, revision 29898

use wxPtrToUInt/UIntToPtr instead of (removed) ULong versions

2004-10-15 21:05 VS, revision 29897

linkage fixes for monolithic static build

2004-10-15 20:58 RD, revision 29896

Give the win32 runtime installer its own readme.

2004-10-15 20:58 VZ, revision 29895

removed pragma interface which resulted in link errors when inline functions from this file were used; remove wxULongToPtr/wxPtrToULong which could truncate the pointer; added wxUIntToPtr in addition to existing wxPtrToUInt (which now takes const pointer) to replace them

2004-10-15 20:35 VZ, revision 29894

use wxPtrToUInt instead of (lossy) wxPtrToULong

2004-10-15 20:31 RD, revision 29893

Show PlatformInfo in the About box too.

2004-10-15 20:21 RD, revision 29892

Show PlatformInfo in the About box too.

2004-10-15 20:07 RD, revision 29891

just a whitespace change

2004-10-15 20:05 RD, revision 29890

more consistent naming

2004-10-15 19:50 ABX, revision 29889

Unnecessary wxString(wxString).

2004-10-15 19:35 RD, revision 29888

Corrected some comments

2004-10-15 19:30 RD, revision 29887

Docs updates for 2.5.3.0

2004-10-15 19:28 RD, revision 29886

Tweak unicode --> string conversion helper so UnicodeDecodeError is raised when appropriate instead ofg just catching everything and raising TypeError

2004-10-15 19:03 ABX, revision 29885

GUI is not All at all ;)

2004-10-15 18:58 ABX, revision 29884

Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).

2004-10-15 18:45 RD, revision 29883

Applied patch from Pim Van Heuven that modifies 4 files: - wxPython/demo/ListCtrl_edit.py (new demo) - wxPython/demo/Main.py (include new demo in demo app) - wxPython/wx/lib/mixins/listctrl.py (several improvements to TextEditMixin) - wxPython/wx/lib/wxpTag.py (some small fixes)

2004-10-15 16:27 VS, revision 29882

don't create makefiles for nonexistent utils

2004-10-15 16:12 ABX, revision 29881

Warning fixes.

2004-10-15 16:00 ABX, revision 29880

Warning fixes.

2004-10-15 15:44 VZ, revision 29879

added Norvegian translation (Hans F. Nordhaug)

2004-10-15 15:41 VZ, revision 29878

ReadChar() is called GetChar() in fact

2004-10-15 15:29 ABX, revision 29877

Quiet cooperation between MSW and wxGL.

2004-10-15 15:05 ABX, revision 29876

DMC fix.

2004-10-15 14:35 VS, revision 29875

quick fix for misgenerated console samples' Makefile.in

2004-10-15 14:10 VS, revision 29874

regenerated

2004-10-15 13:09 VZ, revision 29873

VC++ warning fixes for /Wp64

2004-10-15 08:13 ABX, revision 29872

Fix for platforms where 64-bit value support is not implemented in switch/case statements.

2004-10-15 07:50 RL, revision 29871

For autoconf/unix builds update the hardcoded afm dir too.

2004-10-15 07:25 RL, revision 29870

Bump copyright date and indicate debug builds too in 'easter egg' dialog.

2004-10-15 06:45 JJ, revision 29869

Committing in . Added some type casts to silence the compiler on OpenVMS Modified Files: wxWidgets/src/common/db.cpp ----------------------------------------------------------------------

2004-10-15 06:12 SC, revision 29868

removed IsShown guards, allowing now for manipulation of hidden toolbars

2004-10-15 03:06 DE, revision 29867

Allow the wxMenu to be owned by the NSMenu so that it can be returned from methods which Cocoa calls when a menu is to be popped up.

2004-10-15 02:55 DE, revision 29866

Allow the dealloc message to be caught

2004-10-15 01:39 DE, revision 29865

Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. Move some processing code from wxMenuItemAction to CocoaItemSelected. Add Cocoa_validateMenuItem and use it instead of calling IsEnabled directly. Do not set the target or action for wxMenuItem that open submenus.

2004-10-15 01:13 RD, revision 29864

Adapt to new file naming scheme, new Installer structures, and other build tweaks.

2004-10-15 01:02 RD, revision 29863

Restructured for new style RPMs, etc. Can build all the RPMs from a single .spec file, by using --define parameters.

2004-10-15 00:56 RD, revision 29862

be cmd.exe compatible

2004-10-15 00:55 RD, revision 29861

Don't make the metadata xml file anymore

2004-10-15 00:54 RD, revision 29860

* Don't reset LC_NUMERIC if on Python 2.4 * Always save the tstate

2004-10-15 00:51 RD, revision 29859

wxRect --> wx.Rect

2004-10-15 00:47 RD, revision 29858

workarounds for old versions of distutils

2004-10-15 00:46 RD, revision 29857

put back the code to add the 3rd digit in the extraPath

2004-10-15 00:34 VZ, revision 29856

use wxFileSize_t instead of wxFileOffset or off_t

2004-10-15 00:23 VZ, revision 29855

fixed wxFileSize_t definition under Unix

2004-10-15 00:22 VZ, revision 29854

made Tell/Seek/Length() return wxFileSize_t as well