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

2004-10-15 00:01 VZ, revision 29853

added wxFileSize_t, changed types of wxFile methods/parameters once again

2004-10-14 23:46 VZ, revision 29852

always let GTK process focus_out events itself

2004-10-14 22:31 VZ, revision 29851

call Skip() under Mac

2004-10-14 22:27 VZ, revision 29850

replaced deprecated GetNoHistoryFiles() function with GetCount()

2004-10-14 19:15 ABX, revision 29849

Do not waste time for USE_ODBC=0.

2004-10-14 18:09 ABX, revision 29848

Bug #1001474. Text!=Password.

2004-10-14 17:42 ABX, revision 29847

Warning fix for wxDateTime_t <-> MSW data exchange.

2004-10-14 17:36 ABX, revision 29846

Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

2004-10-14 17:27 ABX, revision 29845

Fix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is not a good idea.

2004-10-14 17:19 ABX, revision 29844

Fix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of 'charset'.

2004-10-14 17:09 ABX, revision 29843

Do not waste time with OpenGL turned off.

2004-10-14 17:05 ABX, revision 29842

Free DMC does not distribute OpenGL support.

2004-10-14 14:34 RN, revision 29841

readd files to restore cocoa compilation

2004-10-14 14:07 RN, revision 29840

Reverted and fixed really broken overcommit

2004-10-14 12:49 VS, revision 29839

fixes to building wxBase on Darwin

2004-10-14 10:32 JS, revision 29838

Script updates

2004-10-14 10:29 JS, revision 29837

Doc tweaks

2004-10-14 10:28 JS, revision 29836

Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar appearance problems by setting the scroll increment to e.g. 1 (Scrollbar problems caused by rounding errors - see comments in grid.cpp). Also removed obsolete functions from reference, rearranged alphabetically

2004-10-14 10:16 JS, revision 29835

Commented out SetFont(wxNullFont) which causes an assertion on Windows

2004-10-14 09:29 VS, revision 29834

added wxTB_HORZ_LAYOUT

2004-10-14 03:39 DE, revision 29833

Removed empty wxCocoa wxFileDialog implementation

2004-10-14 03:05 DE, revision 29832

Reverted broken test to determine wxHAS_TASK_BAR_ICON

2004-10-14 03:01 DE, revision 29831

Removed empty wxCocoa taskbar files and broken files.bkl commit.

2004-10-13 21:19 VZ, revision 29830

give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples

2004-10-13 20:47 JS, revision 29829

gtk_frame_focus_out_callback can be called with g_activeFrame null; so test for it.

2004-10-13 17:24 RN, revision 29828

fix syntax errors

2004-10-13 17:22 RN, revision 29827

fix syntax error

2004-10-13 17:10 RN, revision 29826

small doc cleanup

2004-10-13 15:14 RD, revision 29825

line segment fixes

2004-10-13 15:14 RD, revision 29824

dc.DrawLines fixed [1046055]

2004-10-13 14:11 ABX, revision 29823

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 14:09 ABX, revision 29822

Darwin fixes (OW,BCC,MinGW,DMC tested).

2004-10-13 14:04 ABX, revision 29821

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 09:24 ABX, revision 29820

Fix to reflect wxUNIVERSAL conditions from header.

2004-10-13 02:54 RN, revision 29819

crush compiler warnings and handle out of memory errors slightly better

2004-10-12 21:08 VZ, revision 29818

check that item pointer is non-NULL in WM_DRAW/MEASUREITEM

2004-10-12 21:07 RR, revision 29817

Added new wxPrintFactory code and made wxPrinter and wxPrintPreview make use of it. BIG CHANGE.

2004-10-12 20:48 ABX, revision 29816

Reverted due to Darwin and other conflicts.

2004-10-12 20:47 ABX, revision 29815

Reverted due to Darwin conflict.

2004-10-12 20:14 ABX, revision 29814

Reverted conflict with Darwin.

2004-10-12 19:29 ABX, revision 29813

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-12 19:05 RL, revision 29812

Update config.{guess,sub}

2004-10-12 18:59 RL, revision 29811

Regenerate .po files from 2.5.3 source.

2004-10-12 18:28 VS, revision 29810

updated after moving xrc to the core

2004-10-12 18:15 JS, revision 29809

Restored the default wizard height to match 2.4 (and bitmap size) settings

2004-10-12 18:02 JS, revision 29808

Corrected swapped args

2004-10-12 17:12 ABX, revision 29807

Whitespaces, tabs and fix to the lack of empty line at end.

2004-10-12 16:58 ABX, revision 29806

Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

2004-10-12 15:30 ABX, revision 29805

Undo last change due to STL.

2004-10-12 15:22 RN, revision 29804

annoying oversight - someday compilers will point this out

2004-10-12 15:03 RN, revision 29803

slight correction

2004-10-12 15:01 RN, revision 29802

get rid of global vars

2004-10-12 14:55 RN, revision 29801

I can't beleive I forgot this

2004-10-12 14:43 VS, revision 29800

added wxNB_TOP

2004-10-12 14:10 RN, revision 29799

patch from list to fix warning and get rid of unneccessary call

2004-10-12 14:02 RN, revision 29798

compilo fix (blind)

2004-10-12 13:23 RL, revision 29797

Eliminate the redundant no_wx var and the extra test to set it. Don't perform unrelated tests inside a single CHECK/RESULT block.

2004-10-12 13:16 RL, revision 29796

Don't leak intermediate results of tests for wx2.4 if it is not installed.

2004-10-12 10:23 VS, revision 29795

added \ escaping in XRC (patch 1042675)

2004-10-12 07:52 JS, revision 29794

Also distribute src/gtk/*.h

2004-10-11 23:49 VZ, revision 29793

wxPuts() should output a trailing newline even in Unix/Unicode builds

2004-10-11 22:58 VZ, revision 29792

mention that this file can be used under wx licence too

2004-10-11 22:57 VZ, revision 29791

added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h

2004-10-11 22:16 RD, revision 29790

Use a better fixed size for the spin button

2004-10-11 22:15 RD, revision 29789

Doc tweaks

2004-10-11 22:14 RD, revision 29788

Clean up comments a bit

2004-10-11 22:13 RD, revision 29787

MaskedEdit updates from Will Sadkin: - Added '*' mask char that means "all ansii chars" (ords 32-255) - Added proper unicode support to masked controls and wx.tools.dbg - Fixed two reported missing import bugs introduced by package creation - Converted masked package doc strings to reST format for better epydoc support - lots of doc string improvements and function hiding to better reflect package's public contents.

2004-10-11 18:44 RD, revision 29786

reSWIGged

2004-10-11 17:12 RD, revision 29785

forward declare wxPyTaskBarIcon

2004-10-11 16:30 ABX, revision 29784

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-11 15:38 , revision 29783
  • A /wxWidgets/branches/wxPy_temp_253_branch
  • D /wxWidgets/branches/wxPy_temp_253_branch/.cvsignore
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/wxPy_temp_253_branch/include/wx/platform.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/lib/dummy
  • R /wxWidgets/branches/wxPy_temp_253_branch/misc/afm
  • A /wxWidgets/branches/wxPy_temp_253_branch/misc/afm/.cvsignore
  • A /wxWidgets/branches/wxPy_temp_253_branch/misc/afm/Zapf.afm
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/grid/bitmap2.bmp
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/internat/internat.def
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/internat/internat.rc
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/internat/makefile.vms
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/internat/mondrian.ico
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/layout/expt.cpp
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/layout/fload.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/layout/layout.def
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/layout/makefile.vms
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/mdi/chart.ico
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/mdi/makefile.vms
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/mdi/mdi.def
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/mdi/mdi.ico
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/png/pngdemo.rc
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/printing/fload.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/printing/printing.def
  • D /wxWidgets/branches/wxPy_temp_253_branch/samples/resource
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/splitter/mondrian.ico
  • R /wxWidgets/branches/wxPy_temp_253_branch/samples/tab/mondrian.ico
  • D /wxWidgets/branches/wxPy_temp_253_branch/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/common/glob.inc
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/configure
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/configure.in
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/expat/expat.dsp
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/expat.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/internal.h
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/macconfig.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/cross.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/horiz.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk/verti.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/cross.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/gtk1/verti.xbm
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/html/search.cpp
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/.cvsignore
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/ANNOUNCE
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/ansi2knr.1
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/ansi2knr.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/CHANGES
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/configure
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/example.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/INSTALL
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/KNOWNBUG
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/LICENSE
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/libpng.3
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/libpng.txt
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/libpngpf.3
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makefile.dos
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makefile.sc
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makefile.unx
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makefile.vc
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makefile.wat
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/makemac6.mcp
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/png.5
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/png.c
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/png.dsp
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/png.dsw
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/png.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngasmrd.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngconf.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngerror.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pnggccrd.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngget.c
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngM5.xml
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngM7.mcp
  • A /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngM8.xml
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngmem.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngpread.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngread.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngrio.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngrtran.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngrutil.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngset.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngtest.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngtrans.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngvcrd.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngwio.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngwrite.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngwtran.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/pngwutil.c
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/projects/beos
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/png/projects/borland
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/png/projects/msvc
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/README
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/TODO
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/png/Y2KINFO
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/regex/regfronts.c
  • D /wxWidgets/branches/wxPy_temp_253_branch/src/unix/net.cpp
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/algorithm.txt
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/crc32.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/FAQ
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/INDEX
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/inflate.h
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/README
  • R /wxWidgets/branches/wxPy_temp_253_branch/src/zlib/trees.h
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/wxPy_temp_253_branch/utils/wxprop
  • D /wxWidgets/branches/wxPy_temp_253_branch/wxPython

This commit was manufactured by cvs2svn to create branch 'wxPy_temp_253_branch'.

2004-10-11 15:38 RN, revision 29782

temp. solution to get unicode to work on 10.3

2004-10-11 12:15 ABX, revision 29781

Missed wxList::Erase description.

2004-10-11 02:02 RN, revision 29780

cocoa doesn't need system framework - string conversion for cocoa - focus for cocoa - a bit of change for string unit tests for new functionality

2004-10-11 00:00 ROL, revision 29779

Applied changes by Bartlomiej Gorny for recent files and style panel fix. cellpos & cellspan parameters are changed to type ParamPosSize.

2004-10-10 23:55 ROL, revision 29778

fixed spacer image

2004-10-10 23:48 ROL, revision 29777

Fixed spacer image

2004-10-10 23:16 SN, revision 29776

Move children if parent gets resized.

2004-10-10 22:43 , revision 29775
  • A /wxWidgets/tags/WX_2_5_3
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_5_3/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_5_3/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_5_3/lib/dummy
  • R /wxWidgets/tags/WX_2_5_3/misc/afm
  • A /wxWidgets/tags/WX_2_5_3/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_5_3/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_5_3/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_5_3/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_5_3/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_5_3/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_5_3/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_5_3/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_3/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_5_3/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_5_3/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_5_3/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_5_3/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_5_3/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_5_3/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_5_3/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_5_3/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_3/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_5_3/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_5_3/samples/printing/printing.def
  • D /wxWidgets/tags/WX_2_5_3/samples/resource
  • R /wxWidgets/tags/WX_2_5_3/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_3/samples/tab/mondrian.ico
  • D /wxWidgets/tags/WX_2_5_3/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_5_3/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_5_3/src/expat
  • R /wxWidgets/tags/WX_2_5_3/src/expat/configure
  • R /wxWidgets/tags/WX_2_5_3/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_5_3/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_5_3/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_5_3/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_3/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_5_3/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_5_3/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_5_3/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_5_3/src/png
  • A /wxWidgets/tags/WX_2_5_3/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_5_3/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_5_3/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_5_3/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_5_3/src/png/configure
  • R /wxWidgets/tags/WX_2_5_3/src/png/example.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_5_3/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_5_3/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_5_3/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_5_3/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_5_3/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_5_3/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_5_3/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_5_3/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_5_3/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_5_3/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_5_3/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_5_3/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_5_3/src/png/png.5
  • R /wxWidgets/tags/WX_2_5_3/src/png/png.c
  • A /wxWidgets/tags/WX_2_5_3/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_5_3/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_5_3/src/png/png.h
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_5_3/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_5_3/src/png/pngM7.mcp
  • A /wxWidgets/tags/WX_2_5_3/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_5_3/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_5_3/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_5_3/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_5_3/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_5_3/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_5_3/src/png/README
  • D /wxWidgets/tags/WX_2_5_3/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_5_3/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_5_3/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_5_3/src/png/TODO
  • R /wxWidgets/tags/WX_2_5_3/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_5_3/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_5_3/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/README
  • R /wxWidgets/tags/WX_2_5_3/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_5_3/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_5_3/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_5_3/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_5_3/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_5_3/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_5_3/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'WX_2_5_3'.

2004-10-10 22:43 JS, revision 29774

Script tweak

2004-10-10 22:38 JS, revision 29773

Make dist correction for Motif

2004-10-10 22:33 JS, revision 29772

Script updates, FAQ updates from web site

2004-10-10 15:42 JS, revision 29771

Script updates

2004-10-10 13:30 RN, revision 29770

correct assignment in constructors, a little optimization, and some rare (impossible?) case sanity checks

2004-10-10 11:44 JS, revision 29769

Script updates

2004-10-10 11:31 JS, revision 29768

Added PNG bitmaps for easier editing (forgot to commit previously)

2004-10-10 10:27 JS, revision 29767

Script tweaks

2004-10-10 10:10 JS, revision 29766

Removed types that don't exist in iodbc

2004-10-10 09:30 JS, revision 29765

Fixed the change that broke eVC++ compile (please don't blind-fix this)

2004-10-10 00:57 RD, revision 29764

Don't bind the ACTIVATE events until the log window is created

2004-10-10 00:51 RD, revision 29763
  • D /wxWidgets/trunk/wxPython/scripts/genaxmodule.bat
  • D /wxWidgets/trunk/wxPython/scripts/helpviewer.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2png.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2py.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2xpm.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyalacarte.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyalamode.bat
  • D /wxWidgets/trunk/wxPython/scripts/pycrust.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyshell.bat
  • D /wxWidgets/trunk/wxPython/scripts/pywrap.bat
  • D /wxWidgets/trunk/wxPython/scripts/xrced.bat

Removed tool batch files, they can just be generated as part of the install.

2004-10-10 00:48 RD, revision 29762

* build and distrib tweaks. * restructuring of installer packages * MSW build can use either MONOLITHIC or multi-lib wx build

2004-10-09 21:48 VZ, revision 29761

the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere

2004-10-09 21:45 VZ, revision 29760

use wxStrdupA() instead of #ifdef's around strdup()

2004-10-09 20:34 JS, revision 29759

Fix for Standard WinCE SDK

2004-10-09 19:56 JS, revision 29758

Use _strdup under WinCE/eVC++

2004-10-09 19:19 JS, revision 29757

SetSizeHints -> DoSetSizeHints

2004-10-09 17:52 RL, revision 29756

gtk2 is the default now.

2004-10-09 17:37 RL, revision 29755

Add man page link for pywxrc.

2004-10-09 17:02 JS, revision 29754

Removed doubly-defined stubs

2004-10-09 16:55 JS, revision 29753

Backported menu fix from 2.5

2004-10-09 13:39 JS, revision 29752

Workaround for incorrect header in some versions of Mingw32

2004-10-09 12:53 VS, revision 29751

fixed wxrc installation and cleaning

2004-10-09 12:08 RL, revision 29750

Add basic --utility option for finding build dependent utils. More strictly define the exit codes -- 0 for success, 1 for failure, 2 for options that are not supported -- so as to enable feature testing. Quote the mac rezflags hack.

2004-10-09 10:52 JS, revision 29749

Resolved ambiguity

2004-10-09 10:51 JS, revision 29748

Tweaks

2004-10-09 10:30 JS, revision 29747

Removed over-specific references to wxDDE..

2004-10-09 03:07 RN, revision 29746

correct white values in extra stock cursors

2004-10-09 01:26 RD, revision 29745

check for wxHAS_HUGE_FILES

2004-10-09 01:26 RD, revision 29744

Fix docstring

2004-10-09 01:25 RD, revision 29743

Change macro used for OnGetItemImage so it ignores the base class version

2004-10-08 23:33 RN, revision 29742

fix description

2004-10-08 23:19 RN, revision 29741

final null-char wxString stuff, a couple of bugfixes and lots of code cleanups - fixups to changes.txt as per someone's suggestions - support for a lot more stock cursors on wxCocoa using the cursors from the carbon port

2004-10-08 21:52 VS, revision 29740

propagate invalidated best size upstream

2004-10-08 20:05 KH, revision 29739

Added Quicktime framework from System folder, updated project for hid.cpp, statbar.cpp and gdiobj.cpp and taskbar.cpp which seemed to be incompletely added

2004-10-08 19:51 ABX, revision 29738

Fix for building with limited ports/platforms.

2004-10-08 19:41 ABX, revision 29737

Better markup.

2004-10-08 18:49 ABX, revision 29736

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-08 17:37 RD, revision 29735

Make NOP versions of Mac[GS]etMetalAppearance for the other platforms

2004-10-08 16:26 VS, revision 29734

fixed AFM metrics installation so that PostScript printing works again

2004-10-08 16:14 RD, revision 29733

Check for an image list before complaining in OnGetItemImage

2004-10-08 14:54 JS, revision 29732

Added comment about setting AFM path

2004-10-08 11:20 JS, revision 29731

Regenerated makefiles for 3rd-party lib change

2004-10-08 10:53 JS, revision 29730

Added script to bake everthing (OK, so it's trivial...)

2004-10-08 08:43 JS, revision 29729

Regenerated from bakefiles

2004-10-08 05:00 RN, revision 29728

final compilo fixups for 10.2 unicode - c/c++ fixes for regex - fixup regex unit tests

2004-10-08 01:26 RN, revision 29727

various cleanups

2004-10-08 00:47 RN, revision 29726

wxSound for wxCocoa

2004-10-08 00:40 RN, revision 29725

wxDisplay for wxCocoa

2004-10-08 00:26 VZ, revision 29724

(blind) fix for Metrowerks/Win32 compilation

2004-10-08 00:20 VZ, revision 29723

renamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES

2004-10-08 00:08 RN, revision 29722

wxCocoa link fixes

2004-10-07 23:32 RN, revision 29721

fix darwin defines

2004-10-07 23:21 RN, revision 29720

a bit of cleanup

2004-10-07 22:58 RD, revision 29719

Make sure that WXMAKINGDLL_XRC is defined correctly for monolithic DLL builds

2004-10-07 22:35 RN, revision 29718

bakefile time!! (Mainly stuff for wxCocoa)

2004-10-07 22:28 RN, revision 29717

1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd .. (they are just stubs and return 0 - we need our own, even in ANSIcd ..!)\n2.Finalize the null character changes in wxString - change mb_str and wc_str to not stop at null characters\n3.Add unit tests for the above

2004-10-07 21:56 KH, revision 29716

Fixed typos -- obejct should be object

2004-10-07 20:24 RD, revision 29715

Added missing GetCellSize

2004-10-07 20:22 RD, revision 29714

reSWIGged

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

Patch from Gordon Williams: - Added bar graph demo - Modified line end shape from round to square. - Removed FloatDCWrapper for conversion to ints and ints in arguments

2004-10-07 20:07 RN, revision 29712

revert change to bakefiles as per Robin's suggestion

2004-10-07 19:28 RD, revision 29711

FloatCanvas patch from Chris Barker.

2004-10-07 18:35 JS, revision 29710

Applied patch [ 1039456 ] [wxOS2]Popup menu problems By Dave Parsons Fixes problems including: titles do not display, title id is already allocated to the menu separator, menus show in totally the wrong position, possible to call DoPopupMenu with out of range parameters, showing a menu enters an infinite loop with 100% cpu usage, ProcessEvent is called destroying the return value from HandleMouseEvent.

2004-10-07 18:32 RN, revision 29709

some preparation for carbon/cocoa interop

2004-10-07 18:08 RD, revision 29708

Correct compile errors in non-unicode build

2004-10-07 18:06 RN, revision 29707

I guess I should update this - :)

2004-10-07 17:56 RN, revision 29706

another stub for wxCocoa

2004-10-07 17:45 RN, revision 29705

fix a bunch of warnings in unicode build

2004-10-07 17:22 RN, revision 29704

remove blatant hack from configure and do proper checking for stuff wxCocoa does not support