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

2004-10-07 17:05 RD, revision 29703

Verified and applied [ 1042133 ] GTK2.0: DrawRotatedText dumb implementation

2004-10-07 16:50 RN, revision 29702

1. Yet another unit test for new stirng stuff 2. Fix unicode and 10.2 in src/cocoa/app.mm 3. Fix error in doc about wxEvtHandler::Connect

2004-10-07 16:42 JS, revision 29701

Applied patch [ 1039940 ] Prevent redefinition of MM_xxx mapping mode constants

2004-10-07 16:38 JS, revision 29700

Applied patch [ 1039953 ] Fix notebook functionality in widgets sample

2004-10-07 16:32 JS, revision 29699

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 16:26 JS, revision 29698

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 13:36 ABX, revision 29697

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

2004-10-07 13:04 ABX, revision 29696

Late note about deprecated wxDbTable constructor.

2004-10-07 11:26 DS, revision 29695

fixed Carbon compilation; call HID keyboard dtor for Darwin

2004-10-07 09:01 RN, revision 29694

revert badly screwed up commit :\

2004-10-07 08:53 RN, revision 29693

2.5.3 - cleanups, fixes, etc. etc. - 1. Various stubs for wxCocoa (and the bakefile entries for them) 2. Definitions for some wxCocoa cocoa types in defs.h 3. Hack to attempt to fix SYNC sound for mac carbon 4. Fix for wxCocoa and 10.2 (Dave - I'm already around doing some stuff anyway - I'll go ahead and save you the trouble). 5. 10.2 unicode layer 6. Strings null-char fixes (stems from chartraits patch - essentially the patch minus the chartraits part - HAHA :)) [note to self - swap the 2nd and 3rd params of wxMemchr if you use chartraits and vice versa] * If you have time please run the strings and stdstrings cppunit test suite * Also add more test suites if you want - more is always better :) * This does not include any fixes for mbtowc etc functions as outlined on the ml 7. An attempt to update wxArray docs a little 8. wx/process.h build fix for wxCocoa 9. Unicode fixes in app.mm for wxCocoa 10. Remove newer font panel after Stefan's suggestion

2004-10-07 07:52 JS, revision 29692

Misc script updates

2004-10-07 01:59 RN, revision 29691

cache mac and cocoa builds - so if you pick cocoa one time and don't specify it the next it will properly go back to cocoa, not default to mac

2004-10-06 22:11 RN, revision 29690

cursors for cocoa

2004-10-06 21:55 RD, revision 29689

New directories added, old ones removed

2004-10-06 21:54 RD, revision 29688

Install tweaks

2004-10-06 21:49 VS, revision 29687

fixed broken DoUpdateWindowUI: event.SetChecked doesn't have to be used together with SetText

2004-10-06 21:09 RN, revision 29686

cocoa tooltips. Remove runtime warning from 10.2 (dave - I was too lazy to change this from my local copy, feel free to commit over this if you want)

2004-10-06 20:58 ABX, revision 29685

Blind fix to lack of sql types.

2004-10-06 20:54 ABX, revision 29684

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

2004-10-06 20:32 ABX, revision 29683

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

2004-10-06 20:21 ABX, revision 29682

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

2004-10-06 20:11 ABX, revision 29681

Keys to some operations (patch #1037434).

2004-10-06 20:09 ABX, revision 29680

Removed doubled events, corrected behaviour (patch #1037434)

2004-10-06 19:46 VS, revision 29679

added reference to GetUnicodeKey to GetKeyCode

2004-10-06 18:34 RD, revision 29678

Show EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.

2004-10-06 18:32 RD, revision 29677

A Python version of wxrc

2004-10-06 18:30 RD, revision 29676

Mention TaskBarIcon and other recent changes

2004-10-06 18:10 RD, revision 29675

Remove any old wxrc before installing new ones. This fixes a make error on OSX.

2004-10-06 17:04 RD, revision 29674

wxMDIChildFrame::IsTopLevel returns false but for this purpose we should use the MDI Child, not it's parent.

2004-10-06 16:25 KH, revision 29673

Expanded comment in Initialize to include why Initialize is needed on OS X

2004-10-06 16:20 KH, revision 29672

Mac sockets events must be added to the RunLoop in the main thread, very similar to MSW. OnInit will now statically store the main RunLoop when wxSocketBase::Initialize is called (which should be called from the main thread), allowing sockets to be created in secondary threads and still receive events

2004-10-06 16:15 KH, revision 29671

Added back compile-time check for about/prefs menu separator; OS 9 should not have this separator appended. Can be changed later if needed to run-time check. This is better than nothing before 2.5.3.

2004-10-06 11:53 SC, revision 29670

adjusting DoGetBestSize according MSW

2004-10-05 21:57 VZ, revision 29669

cleaning up strdup/isascii definitions for compilers which lack them (should fix CW CFM build)

2004-10-05 21:11 RR, revision 29668

Make wxComboBox spit out a bit fewer surplis events when holding down the mouse button. Enable key based navigation through notebook tabs as in the native control with Left and right keys. Support for vetoing.

2004-10-05 20:53 RD, revision 29667

Deprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO

2004-10-05 20:52 RD, revision 29666

Typedef for wxUIntPtr

2004-10-05 20:51 RD, revision 29665

Added wx.App.IsMainLoopRunning

2004-10-05 19:17 RN, revision 29664

default pos/size cleanup

2004-10-05 18:24 RD, revision 29663

Improve image hittest

2004-10-05 16:17 RR, revision 29662

Fixed missing focus problem.

2004-10-05 15:42 VS, revision 29661

added wxRB_SINGLE

2004-10-05 15:38 ABX, revision 29660

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

2004-10-05 01:50 DE, revision 29659

Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so that the newly implement wxButton::DoGetBestSize() is not used.

2004-10-05 01:49 DE, revision 29658

Implement wxButtonBase::GetDefaultSize() Implement wxButton::DoGetBestSize() to return at least 68 pixel width unless wxBU_EXACTFIT flag is given.

2004-10-04 23:47 DE, revision 29657

Added wxAutoNSAutoreleasePool where needed for controls sample.

2004-10-04 20:25 ABX, revision 29656

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 20:21 VZ, revision 29655

made IsMainLoopRunning() static and implemented it for wxAppConsole too

2004-10-04 20:06 RD, revision 29654

fix compile error

2004-10-04 20:03 ABX, revision 29653

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:47 ABX, revision 29652

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:28 RD, revision 29651

Bail out if GetCurrentMenu returns NULL

2004-10-04 16:11 JS, revision 29650

Typo corrections

2004-10-04 15:36 RN, revision 29649

native wxFontDialog for carbon, second shot

2004-10-04 15:23 DS, revision 29648

added missing include for non-PCH compilation

2004-10-04 15:13 ABX, revision 29647

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places.

2004-10-04 10:52 VZ, revision 29646

don't use non blocking sockets if wxApp::IsMainLoopRunnning() returns false (closes 994293)

2004-10-04 10:51 VZ, revision 29645

added wxApp::IsMainLoopRunnning() (see bug 994293)

2004-10-04 10:38 VZ, revision 29644

added tests for deleting and renaming entries and groups

2004-10-04 10:37 VZ, revision 29643

assert that name, not full path, is used in RenameEntry(); fixed RenameGroup() which was completely broken for groups with subgroups

2004-10-04 10:18 VZ, revision 29642

fixed deletion of last group in the config file (bugs 849088 and 902147)

2004-10-04 08:53 VZ, revision 29641

don't try to delete our config file in DeleteAll() if we don't have any; don't assert when trying to delete an entry which doesn't exist (for consistency with DeleteGroup() and wxRegConfig)

2004-10-04 08:42 VZ, revision 29640

don't add dummy empty line at the end when reading from stream

2004-10-04 08:29 VZ, revision 29639

small optimization in wxConfigPathChanger: don't change the path if it is already the same as requested

2004-10-04 08:28 VZ, revision 29638

forward declare wxOutputStream (compilation fix for !USE_PCH)

2004-10-04 08:26 VZ, revision 29637

blind warning fix in wxUmaskChanger

2004-10-04 08:24 VZ, revision 29636

added SetPath(), entries and groups enumerations tests

2004-10-04 05:14 RL, revision 29635

Clean up the soversion/flavour labelling of binary runtime packages. Split out a common wxPython package so the runtime support for it doesn't need to conflict any more either. Makefile.in was apparently committed from out of date bakefiles so it is included here again too.

2004-10-03 23:46 DS, revision 29634

removed tab character

2004-10-03 23:17 VZ, revision 29633

started wxFileConfig unit test

2004-10-03 22:55 VZ, revision 29632

added wxFileConfig::Save(stream); documented it in new, separate from wxConfig, wxFileConfig doc file (replaces patches 902372 and 900889)

2004-10-03 22:34 VZ, revision 29631

don't keep a dirty flag in each entry/group, this is totally wasteful as a single flag in wxFileConfig itself is enough; do reset the dirty flag after Flush()ing

2004-10-03 22:18 VZ, revision 29630

use wxFileName::MacSetTypeAndCreator() in Flush() instead of duplicating its code here

2004-10-03 22:12 VZ, revision 29629

added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicating the same umask-setting code in several places

2004-10-03 21:00 VS, revision 29628

fixed menu destruction if it was removed from menubar with Remove

2004-10-03 19:38 VS, revision 29627

fixed transiency when the parent is MDI child frame

2004-10-03 18:06 JS, revision 29626

Workaround for special menu items not always being enabled. Use with UI update events.

2004-10-03 16:31 VS, revision 29625

fixed crash on invalid data (patch 1039453)

2004-10-03 16:10 VZ, revision 29624

don't include headers not needed when wxUSE_GUI == 0

2004-10-03 14:13 RR, revision 29623

Reworked TLW and app activation event code, also moved it to toplevel.cpp where it belongs.

2004-10-03 14:03 VZ, revision 29622

store bitmap data in premultiplied by alpha format in wxBitmap/wxDIB (patch 991172)

2004-10-03 13:53 VZ, revision 29621

use AlphaBlt() when blitting to a bitmap with alpha channel too (patch 991166)

2004-10-03 13:46 VZ, revision 29620

update the disabled buttons appearance when system colours change (followup to patch 1027243)

2004-10-03 13:38 VZ, revision 29619

oops, AdjustFontSize() had no effect; fixed (patch 1037952)

2004-10-03 13:36 VZ, revision 29618

Metrowerks fixes after huge file patch (patch 1037951)

2004-10-03 12:13 RL, revision 29617

Use the same paranoia we already apply to lib lists we get from configure to those we get from the user on the command line. Bubble all duplicates to occur at their last mention so static linking order is satified.

2004-10-03 12:11 VZ, revision 29616

destroy any TLWs still alive when the app terminates (avoids problems with classes unregistering under MSW and memory leaks everywhere)

2004-10-03 09:57 JS, revision 29615

Updated version number

2004-10-02 23:19 VZ, revision 29614

fixes for Metrowerks command line compiler (avoid redefining stuff already defined by configure)

2004-10-02 23:17 VZ, revision 29613

Metrowerks doesn't have isascii()

2004-10-02 23:16 VZ, revision 29612

$#include "expat_config.h" instead of <expat_config.h> as the file is in current directory

2004-10-02 22:10 VS, revision 29611

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:55 VS, revision 29610

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:30 VZ, revision 29609

removed non-const wxDC accessors for pens, brushes, ... (bug 1039169)

2004-10-02 20:52 VZ, revision 29608

only use __attribute__(regparm) for x86, this results in warnings under other platforms (e.g. PPC)

2004-10-02 20:31 VZ, revision 29607

use AC_LINK to check for va_copy, not AC_COMPILE

2004-10-02 19:19 RN, revision 29606

warning for 2.5.3

2004-10-02 18:33 VZ, revision 29605

added tests for va_copy and va_list

2004-10-02 18:32 VZ, revision 29604

added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)

2004-10-02 16:21 VZ, revision 29603

fixed dll import specification of wxGetHInstance()

2004-10-02 16:12 VZ, revision 29602

removed trailing comma from enum (gcc 3.4 compilation fix)

2004-10-02 15:30 VS, revision 29601

generated resources code doesn't have to include <wx/wx.h>

2004-10-02 14:07 JS, revision 29600

Blind fixes for Mac project files (version number, missing cpp files)

2004-10-02 12:36 VS, revision 29599

compilation fixes for gcc-3.4

2004-10-02 12:34 VS, revision 29598

don't link GUI libs into wxrc

2004-10-01 18:14 RD, revision 29597

Fixed typo, patch from Will

2004-10-01 16:10 RL, revision 29596

Filter any arguments back to 2.4.2.6 syntax before handing them on to a legacy wx-config.

2004-10-01 14:26 DE, revision 29595

wxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL.framework includes)

2004-10-01 14:23 DE, revision 29594

wxCocoa: Added (mostly) stubs for wxGLCanvas and friends.

2004-10-01 14:02 RL, revision 29593

Add wxversion/ to the dist tarball. Prefer 2.5 wx-config in the debs.

2004-10-01 13:28 RL, revision 29592

Add support for legacy 2.4 installs to wx-config. Add /utils/wxrc to the dist target and fix some things that still think it is in contrib.

2004-10-01 12:40 RN, revision 29591

fix const to normal warning

2004-10-01 11:27 VS, revision 29590

use default GUI font in wxHtmlListBox

2004-10-01 11:20 VS, revision 29589

gcc-3.4 compilation fix

2004-10-01 10:47 CE, revision 29588

update script to use vars

2004-10-01 03:14 RN, revision 29587

*** empty log message ***

2004-10-01 03:09 RN, revision 29586

OSX only (a runtime check would be preferable as Kevin mentioned

2004-10-01 02:50 KH, revision 29585

Increase status bar height from 15 to 18, allows common 16 x 16 icons and other controls like checkboxes to fit better without special handling (at least until Mac statusbar can determine its own best height)

2004-10-01 02:49 RN, revision 29584

only do the seperator between about and preferences on 10.3 and up

2004-10-01 02:08 KH, revision 29583

wx apps did not have the separator like other apps after About--now they do

2004-10-01 01:57 RN, revision 29582

fix dialogs sample after change to generic on OSX

2004-10-01 01:51 VZ, revision 29581

hack: hide the MDI parent frame by moving it off screen

2004-10-01 01:49 VZ, revision 29580

relayout frame contents when tool/statusbar is shown/hidden

2004-10-01 01:46 VZ, revision 29579

extracted OnSize() body in a new DoLayout() method so that it can be called from wxFrame::SetXXXBar()

2004-09-30 23:20 RD, revision 29578

no need to build separate xrc lib anymore

2004-09-30 23:18 RD, revision 29577

reSWIGged

2004-09-30 23:12 RD, revision 29576

Correct call to shape.Show()

2004-09-30 22:27 VZ, revision 29575

don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one

2004-09-30 22:20 VS, revision 29574

build and install wxrc by default

2004-09-30 22:19 VS, revision 29573
  • D /wxWidgets/trunk/contrib/build/xrc

removed remaining XRC files from contrib

2004-09-30 22:17 VS, revision 29572

wxrc is in core utils now

2004-09-30 22:15 VS, revision 29571

install wxrc as wxrc-2.5, with symlink

2004-09-30 21:52 VS, revision 29570

blind compilation fix for MSVC

2004-09-30 21:00 DE, revision 29569

Use struct qualifier with objc_object (it is and always will be a struct)

2004-09-30 19:40 RD, revision 29568

Don't need to tickle the Idle process any more for taskbar icons

2004-09-30 19:13 JS, revision 29567

Deprecations

2004-09-30 19:12 JS, revision 29566

Deprecated SetItemImage with 2 image ids Deprecated _GET_INFO, _SET_INFO list control events

2004-09-30 18:41 JS, revision 29565

Applied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems in Tex2RTF HTML generation

2004-09-30 16:37 VS, revision 29564

moved wxWindow::GetBestSize implementation into DoGetBestSize

2004-09-30 16:33 VS, revision 29563

moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

2004-09-30 16:33 RD, revision 29562

Fix for crash when the child has no menu

2004-09-30 16:32 VS, revision 29561

resize parent's frame client area correctly when statusbar is added

2004-09-30 14:54 JS, revision 29560

Blind fix for missing files

2004-09-30 14:47 JS, revision 29559

Added XRC project

2004-09-30 13:51 RN, revision 29558

have it work the old way with PopupMenu(), and have it restore the old menu on destruction (and hopefully when RemoveIcon() is called

2004-09-30 11:15 ABX, revision 29557

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-30 08:23 VZ, revision 29556

compilation fix for wxGetEmptyString() with wxUSE_STL == 1

2004-09-30 01:17 RD, revision 29555

A better fix for GetXWindow that can handle both the wx widgets and the native widgets.

2004-09-29 21:56 RD, revision 29554

wxSystemSettings::GetMetric returns -1 if the metric is not supported by the port.

2004-09-29 21:52 RD, revision 29553

Change which image is used in the taskbar

2004-09-29 21:51 RD, revision 29552

Stop the timer before closing the demo

2004-09-29 21:24 RD, revision 29551

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:18 RD, revision 29550

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:07 VS, revision 29549

fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility

2004-09-29 20:39 RD, revision 29548

Create a mask for the icon if it doesn't already have one

2004-09-29 17:53 JS, revision 29547

Fixed case sensitivity

2004-09-29 17:17 VZ, revision 29546

fixed memory leak in Submit(cmd, false) (bug 1037115)

2004-09-29 16:49 RD, revision 29545

Just return zero without failing for unknown metrics, like the other ports do.

2004-09-29 16:42 RD, revision 29544

off_t --> wxFileOffset changes

2004-09-29 16:21 JS, revision 29543

Temp fix for VC6/XTI

2004-09-29 16:07 DE, revision 29542

Get the stock label when stock ID is used with empty label in Create()

2004-09-29 15:30 VS, revision 29541

implementation should use DoFindFocus

2004-09-29 14:34 VS, revision 29540

changes to make wxWindow::FindFocus work as expected with composite controls

2004-09-29 14:02 JS, revision 29539

Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper

2004-09-29 13:29 JS, revision 29538

Increased a buffer size

2004-09-29 11:25 ABX, revision 29537

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-29 11:16 VZ, revision 29536

signed/unsigned comparison warning fix

2004-09-29 10:42 VZ, revision 29535

removed C++ comments from C files

2004-09-29 09:46 ABX, revision 29534

wxTLW::SetLeft/RightMenu of smart phones documented.

2004-09-29 09:25 VZ, revision 29533

more 64 bit correctness fixes

2004-09-29 09:07 RL, revision 29532

Update the wx-config man page. Remove some cruft from the docs package. Bump version in configure. Update aclocal.

2004-09-29 08:20 RN, revision 29531
  • D /wxWidgets/trunk/samples/drawer

remove unfinished sample for release

2004-09-29 08:03 ABX, revision 29530

Hardware defines spec.

2004-09-29 07:48 JS, revision 29529

Incremented version

2004-09-29 07:36 RL, revision 29528

Update odbc for parallel installs too.

2004-09-29 07:21 ABX, revision 29527

C++ removed from C syntax.

2004-09-29 05:44 ABX, revision 29526

Include missing.h to find O_* flags.

2004-09-29 05:42 ABX, revision 29525

Correction to lost #ifdef

2004-09-29 05:18 DE, revision 29524

wxStaticBox constructor is not supposed to take a wxValidator

2004-09-29 04:28 RN, revision 29523

drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)

2004-09-29 00:22 RD, revision 29522

reSWIGged

2004-09-29 00:20 RD, revision 29521

Allow embedded double quotes, and hex-encode single quotes. Makes the typical case a bit more readable.

2004-09-29 00:15 RD, revision 29520

Updates for how the Python code is generated

2004-09-29 00:14 KH, revision 29519

Send EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control is updated by typing

2004-09-29 00:11 RD, revision 29518

Version number bump

2004-09-29 00:11 RD, revision 29517

Beginings of supporting multiple versions installed side-by-side

2004-09-28 23:36 RD, revision 29516

TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp files

2004-09-28 23:23 KH, revision 29515

When enabling events, use CommonModes instead of DefaultMode for the RunLoop. In use locally since January, indicated as better mode setting by Dave E.

2004-09-28 21:53 VZ, revision 29514

wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems

2004-09-28 21:48 VZ, revision 29513

added wxPtrToUInt() to cast pointer to an integer type without warnings

2004-09-28 21:46 VZ, revision 29512

added HAVE_REINTERPRET_CAST detection

2004-09-28 21:44 VZ, revision 29511

added AC_CXX_REINTERPRET_CAST

2004-09-28 21:44 VZ, revision 29510

added wx_reinterpret_cast() macro

2004-09-28 21:16 VZ, revision 29509

suppress VC7.1 64 bit correctness warnings

2004-09-28 19:49 RD, revision 29508

off-by-one fix

2004-09-28 19:24 RD, revision 29507

Corrected compile warnings, took out debug printf

2004-09-28 18:59 RD, revision 29506

Patch from Alberto Griggio to use the wxRenderer for drawing the header and buttons, plus some tweaks from me to calculate the height of the header based on font size.

2004-09-28 18:17 ABX, revision 29505

Hardware defines spec.

2004-09-28 17:39 ABX, revision 29504

Hardware defines spec.

2004-09-28 17:30 JS, revision 29503

Duplicate wxLC_VIRTUAL removed

2004-09-28 17:29 ABX, revision 29502

Hardware defines spec.

2004-09-28 17:13 ABX, revision 29501

Hardware defines spec.

2004-09-28 16:46 RD, revision 29500

Patch from Victor V. Kryukov

2004-09-28 16:32 ABX, revision 29499

Hardware defines spec.

2004-09-28 16:11 ABX, revision 29498

Hardware defines spec. Their application to the sources will take more commits since it not always as easy as it seems when they are part of more complicated conditions.

2004-09-28 15:46 JS, revision 29497

Improved the generic font dialog appearance.

2004-09-28 15:41 RN, revision 29496

possibly fix compilo error w/xcode

2004-09-28 15:24 RN, revision 29495

Fix some bugs

2004-09-28 15:13 ABX, revision 29494

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND.

2004-09-28 15:02 RN, revision 29493
  • D /wxWidgets/trunk/include/wx/drawer.h
  • D /wxWidgets/trunk/include/wx/generic/drawerg.h
  • D /wxWidgets/trunk/src/generic/drawerg.cpp

remove unfinished impl

2004-09-28 14:47 RL, revision 29492

Enable concurrent installs of runtime packages after a soname change. Add a common package for afm metrics, and other 'static' data and utilities. Remove the version/flavour from afm installs on unix as discussed with Vaclav, these files really do never change. Mention --static along with other selection options in --help.

2004-09-28 14:28 JS, revision 29491

Use generic font dialog on MacOS X

2004-09-28 12:05 VZ, revision 29490

wxFile::Length() return type fix (replaces last check in)

2004-09-28 11:54 ABX, revision 29489

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-28 10:32 JS, revision 29488

Typo corrections

2004-09-28 09:50 VZ, revision 29487

blind fix for wxGetEmptyString() compilation with wxUSE_STL == 1

2004-09-28 09:24 RN, revision 29486

fix unicode stuff

2004-09-28 08:01 JS, revision 29485

Removed fcntl.h include

2004-09-28 07:45 JS, revision 29484

__WINCE__ -> __WXWINCE__ Added missing O_... symbols Incremented the version

2004-09-28 04:30 RL, revision 29483

Make the warnings a little more relevant in other contexts in which they may be seen.

2004-09-28 00:13 RD, revision 29482

On the Mac the Alt key is a character modifier like Shift, so let char events with AltDown proceed into Scintilla.

2004-09-27 23:19 RN, revision 29481

source nice-ness and remove erronous files

2004-09-27 22:46 RN, revision 29480

revert bad change

2004-09-27 21:35 RD, revision 29479

fix link errors

2004-09-27 21:17 RD, revision 29478

Allow style spec strings to contain colour names as well as hex values

2004-09-27 21:08 JS, revision 29477

Don't try to typedef off_t twice (eVC++)

2004-09-27 21:02 VZ, revision 29476

code cleanup for the pen width condition (patch 1034942 + more)

2004-09-27 20:55 JS, revision 29475

Script updates

2004-09-27 20:52 VZ, revision 29474

set click coordinates to (-1, -1) if right mouse button event was generated from the keyboard

2004-09-27 20:51 VZ, revision 29473

initialize m_reusable (patch 1035725)

2004-09-27 20:46 RD, revision 29472

Fix for probably rare but potential refcount leak.

2004-09-27 20:40 RD, revision 29471

Oops, forgot to remove some whitespace and to sort the list of files

2004-09-27 20:29 , revision 29470
  • A /wxWidgets/branches/unlabeled-1.9.4
  • D /wxWidgets/branches/unlabeled-1.9.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.9.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/art
  • D /wxWidgets/branches/unlabeled-1.9.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.9.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/build
  • D /wxWidgets/branches/unlabeled-1.9.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.9.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.9.4/configure
  • D /wxWidgets/branches/unlabeled-1.9.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.9.4/contrib
  • D /wxWidgets/branches/unlabeled-1.9.4/debian
  • D /wxWidgets/branches/unlabeled-1.9.4/demos
  • D /wxWidgets/branches/unlabeled-1.9.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.9.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.9.4/distrib
  • D /wxWidgets/branches/unlabeled-1.9.4/docs
  • D /wxWidgets/branches/unlabeled-1.9.4/include
  • D /wxWidgets/branches/unlabeled-1.9.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.9.4/lib
  • D /wxWidgets/branches/unlabeled-1.9.4/locale
  • D /wxWidgets/branches/unlabeled-1.9.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.9.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.9.4/misc
  • D /wxWidgets/branches/unlabeled-1.9.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.9.4/regen
  • D /wxWidgets/branches/unlabeled-1.9.4/samples
  • D /wxWidgets/branches/unlabeled-1.9.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.9.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.9.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.9.4/src/common
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.9.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.9.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.9.4/src/html
  • D /wxWidgets/branches/unlabeled-1.9.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.9.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.9.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.9.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.9.4/src/png
  • D /wxWidgets/branches/unlabeled-1.9.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.9.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.9.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.9.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.9.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.9.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.9.4/tests
  • D /wxWidgets/branches/unlabeled-1.9.4/utils
  • D /wxWidgets/branches/unlabeled-1.9.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.9.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.9.4'.

2004-09-27 20:29 , revision 29469
  • A /wxWidgets/branches/unlabeled-1.6.4
  • D /wxWidgets/branches/unlabeled-1.6.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.6.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/art
  • D /wxWidgets/branches/unlabeled-1.6.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.6.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/build
  • D /wxWidgets/branches/unlabeled-1.6.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.6.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.6.4/configure
  • D /wxWidgets/branches/unlabeled-1.6.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.6.4/contrib
  • D /wxWidgets/branches/unlabeled-1.6.4/debian
  • D /wxWidgets/branches/unlabeled-1.6.4/demos
  • D /wxWidgets/branches/unlabeled-1.6.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.6.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.6.4/distrib
  • D /wxWidgets/branches/unlabeled-1.6.4/docs
  • D /wxWidgets/branches/unlabeled-1.6.4/include
  • D /wxWidgets/branches/unlabeled-1.6.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.6.4/lib
  • D /wxWidgets/branches/unlabeled-1.6.4/locale
  • D /wxWidgets/branches/unlabeled-1.6.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.6.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.6.4/misc
  • D /wxWidgets/branches/unlabeled-1.6.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.6.4/regen
  • D /wxWidgets/branches/unlabeled-1.6.4/samples
  • D /wxWidgets/branches/unlabeled-1.6.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.6.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.6.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.6.4/src/common
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.6.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.6.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.6.4/src/html
  • D /wxWidgets/branches/unlabeled-1.6.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.6.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.6.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.6.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.6.4/src/png
  • D /wxWidgets/branches/unlabeled-1.6.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/src
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.6.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.6.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.6.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.6.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.6.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.6.4/tests
  • D /wxWidgets/branches/unlabeled-1.6.4/utils
  • D /wxWidgets/branches/unlabeled-1.6.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.6.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.6.4'.

2004-09-27 20:29 , revision 29468
  • A /wxWidgets/branches/unlabeled-1.5.4
  • D /wxWidgets/branches/unlabeled-1.5.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.5.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/art
  • D /wxWidgets/branches/unlabeled-1.5.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.5.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/build
  • D /wxWidgets/branches/unlabeled-1.5.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.5.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.5.4/configure
  • D /wxWidgets/branches/unlabeled-1.5.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.5.4/contrib
  • D /wxWidgets/branches/unlabeled-1.5.4/debian
  • D /wxWidgets/branches/unlabeled-1.5.4/demos
  • D /wxWidgets/branches/unlabeled-1.5.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.5.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.5.4/distrib
  • D /wxWidgets/branches/unlabeled-1.5.4/docs
  • D /wxWidgets/branches/unlabeled-1.5.4/include
  • D /wxWidgets/branches/unlabeled-1.5.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.5.4/lib
  • D /wxWidgets/branches/unlabeled-1.5.4/locale
  • D /wxWidgets/branches/unlabeled-1.5.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.5.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.5.4/misc
  • D /wxWidgets/branches/unlabeled-1.5.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.5.4/regen
  • D /wxWidgets/branches/unlabeled-1.5.4/samples
  • D /wxWidgets/branches/unlabeled-1.5.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.5.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.5.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.5.4/src/common
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.5.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.5.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.5.4/src/html
  • D /wxWidgets/branches/unlabeled-1.5.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.5.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.5.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.5.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.5.4/src/png
  • D /wxWidgets/branches/unlabeled-1.5.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.5.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.5.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.5.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.5.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.5.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.5.4/tests
  • D /wxWidgets/branches/unlabeled-1.5.4/utils
  • D /wxWidgets/branches/unlabeled-1.5.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.5.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.5.4'.

2004-09-27 20:29 , revision 29467
  • A /wxWidgets/branches/unlabeled-1.2.4
  • D /wxWidgets/branches/unlabeled-1.2.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.2.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/art
  • D /wxWidgets/branches/unlabeled-1.2.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.2.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/build
  • D /wxWidgets/branches/unlabeled-1.2.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.2.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.2.4/configure
  • D /wxWidgets/branches/unlabeled-1.2.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.2.4/contrib
  • D /wxWidgets/branches/unlabeled-1.2.4/debian
  • D /wxWidgets/branches/unlabeled-1.2.4/demos
  • D /wxWidgets/branches/unlabeled-1.2.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.2.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.2.4/distrib
  • D /wxWidgets/branches/unlabeled-1.2.4/docs
  • D /wxWidgets/branches/unlabeled-1.2.4/include
  • D /wxWidgets/branches/unlabeled-1.2.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.2.4/lib
  • D /wxWidgets/branches/unlabeled-1.2.4/locale
  • D /wxWidgets/branches/unlabeled-1.2.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.2.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.2.4/misc
  • D /wxWidgets/branches/unlabeled-1.2.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.2.4/regen
  • D /wxWidgets/branches/unlabeled-1.2.4/samples
  • D /wxWidgets/branches/unlabeled-1.2.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.2.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.2.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.2.4/src/common
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.2.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.2.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.2.4/src/html
  • D /wxWidgets/branches/unlabeled-1.2.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.2.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.2.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.2.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.2.4/src/png
  • D /wxWidgets/branches/unlabeled-1.2.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.2.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.2.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.2.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.2.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.2.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.2.4/tests
  • D /wxWidgets/branches/unlabeled-1.2.4/utils
  • D /wxWidgets/branches/unlabeled-1.2.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.2.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.4'.

2004-09-27 20:29 , revision 29466
  • A /wxWidgets/branches/unlabeled-1.10.4
  • D /wxWidgets/branches/unlabeled-1.10.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.10.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/art
  • D /wxWidgets/branches/unlabeled-1.10.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.10.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/build
  • D /wxWidgets/branches/unlabeled-1.10.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.10.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.10.4/configure
  • D /wxWidgets/branches/unlabeled-1.10.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.10.4/contrib
  • D /wxWidgets/branches/unlabeled-1.10.4/debian
  • D /wxWidgets/branches/unlabeled-1.10.4/demos
  • D /wxWidgets/branches/unlabeled-1.10.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.10.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.10.4/distrib
  • D /wxWidgets/branches/unlabeled-1.10.4/docs
  • D /wxWidgets/branches/unlabeled-1.10.4/include
  • D /wxWidgets/branches/unlabeled-1.10.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.10.4/lib
  • D /wxWidgets/branches/unlabeled-1.10.4/locale
  • D /wxWidgets/branches/unlabeled-1.10.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.10.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.10.4/misc
  • D /wxWidgets/branches/unlabeled-1.10.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.10.4/regen
  • D /wxWidgets/branches/unlabeled-1.10.4/samples
  • D /wxWidgets/branches/unlabeled-1.10.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.10.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.10.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.10.4/src/common
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.10.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.10.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.10.4/src/html
  • D /wxWidgets/branches/unlabeled-1.10.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.10.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.10.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.10.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.10.4/src/png
  • D /wxWidgets/branches/unlabeled-1.10.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.10.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.10.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.10.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.10.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.10.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.10.4/tests
  • D /wxWidgets/branches/unlabeled-1.10.4/utils
  • D /wxWidgets/branches/unlabeled-1.10.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.10.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.10.4'.

2004-09-27 20:29 , revision 29465
  • A /wxWidgets/branches/unlabeled-1.1.4
  • D /wxWidgets/branches/unlabeled-1.1.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.1.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/art
  • D /wxWidgets/branches/unlabeled-1.1.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.1.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/build
  • D /wxWidgets/branches/unlabeled-1.1.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.1.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.1.4/configure
  • D /wxWidgets/branches/unlabeled-1.1.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.1.4/contrib
  • D /wxWidgets/branches/unlabeled-1.1.4/debian
  • D /wxWidgets/branches/unlabeled-1.1.4/demos
  • D /wxWidgets/branches/unlabeled-1.1.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.1.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.1.4/distrib
  • D /wxWidgets/branches/unlabeled-1.1.4/docs
  • D /wxWidgets/branches/unlabeled-1.1.4/include
  • D /wxWidgets/branches/unlabeled-1.1.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.1.4/lib
  • D /wxWidgets/branches/unlabeled-1.1.4/locale
  • D /wxWidgets/branches/unlabeled-1.1.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.1.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.1.4/misc
  • D /wxWidgets/branches/unlabeled-1.1.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.1.4/regen
  • D /wxWidgets/branches/unlabeled-1.1.4/samples
  • D /wxWidgets/branches/unlabeled-1.1.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.1.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.1.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.1.4/src/common
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.1.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.1.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.1.4/src/html
  • D /wxWidgets/branches/unlabeled-1.1.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.1.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.1.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.1.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.1.4/src/png
  • D /wxWidgets/branches/unlabeled-1.1.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.1.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.1.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.1.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.1.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.1.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.1.4/tests
  • D /wxWidgets/branches/unlabeled-1.1.4/utils
  • D /wxWidgets/branches/unlabeled-1.1.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.1.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.4'.

2004-09-27 20:29 RD, revision 29464

Updated wxSTC's copy of Scintilla to version 1.61

2004-09-27 19:24 ABX, revision 29463

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-27 19:15 ABX, revision 29462

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-27 19:06 ABX, revision 29461

Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-27 19:00 RD, revision 29460

Added IsActive

2004-09-27 18:59 RD, revision 29459

Added FontFromPixelSize

2004-09-27 18:19 VZ, revision 29458

explicitly forward declare wxHashTableBase when wxUSE_STL == 1; this is apparently needed for xlC (AIX compiler)

2004-09-27 17:27 ABX, revision 29457

Watcom fixes after recent wxFile changes.

2004-09-27 17:20 VZ, revision 29456

fix crash when calling wxGetEmptyString() with wxUSE_STL == 1 (bug 1028804)

2004-09-27 16:01 ABX, revision 29455

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-27 14:33 VZ, revision 29454

define wxInvalidOffset properly (as wxFileOffset, not off_t)