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-06-22 23:33 VZ, revision 27953

fix for a warning in DLL build (patch 966823)

2004-06-22 23:32 VZ, revision 27952

don't suppose that string literals can be casted to non-const char *, newer compilers complain about it (replaces patch 974652)

2004-06-22 23:25 VZ, revision 27951

don't pretend that type unsafe event table entry works, it doesn't any more (bug 969012)

2004-06-22 23:20 VZ, revision 27950

fixed assertion failure if Ok or Cancel button is clicked in a modeless dialog (bug 973873)

2004-06-22 23:08 VZ, revision 27949

don't overwrite initial controls value, explaining what its style is

2004-06-22 22:57 VZ, revision 27948

use C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't accept C linkage functions here

2004-06-22 21:56 VZ, revision 27947

don't treat filenames starting with dot as having empty name and extension equal to the full name without dot (was done like this only for Unix and VMS before, now do it for all platforms)

2004-06-22 21:40 VZ, revision 27946

remove unnecessary (and provoking a warning under IRIX) const qualifier on the return value of a function returning bool

2004-06-22 21:35 VZ, revision 27945

fixed crash when string couldn't be converted to UTF8 in GetTextExtent() under GTK 2

2004-06-22 21:24 DE, revision 27944

wxCocoa no longer uses the generic notebook.

2004-06-22 19:59 RD, revision 27943

improved assert

2004-06-22 18:00 VS, revision 27942

corrected Cygwin instructions

2004-06-22 16:58 ABX, revision 27941

wxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from generic dialogs to MSW, Motif and other incoming ports.

2004-06-22 15:56 DE, revision 27940

Added Bakefile conditions used by recently updated samples/dialogs/Makefile.in

2004-06-22 11:07 VZ, revision 27939

moved wxEntry(HINSTANCE, ...) declaration to wx/msw/app.h from wx/app.h

2004-06-22 09:58 VZ, revision 27938

fixed wxEntry() signature

2004-06-22 08:29 ABX, revision 27937

Maximized dialogs for SmartPhone.

2004-06-22 08:26 ABX, revision 27936

Conditional compilation fix.

2004-06-22 08:23 ABX, revision 27935

Choices dialog adjustement to SmartPhone.

2004-06-22 08:17 ABX, revision 27934

Less text for smaller screen.

2004-06-22 08:15 ABX, revision 27933

Minimize diff for ports where features are not possible.

2004-06-22 04:16 DE, revision 27932

Observe NSControlTintDidChangeNotification in the application delegate. TODO: Actually implement this to do something.

2004-06-21 23:08 RD, revision 27931

reverted m_adjustMinSize change prepatory for a new approach to fix the problem

2004-06-21 22:58 RD, revision 27930

reverted m_adjustMinSize change prepatory for a new approach to fix the problem

2004-06-21 22:39 RD, revision 27929

Fix for drag object bug

2004-06-21 22:37 RD, revision 27928

Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get

2004-06-21 22:33 RD, revision 27927

change how email is sent

2004-06-21 12:36 VZ, revision 27926

removed Direction_Max from Direction enum for consistency with the MSW version

2004-06-21 12:35 VZ, revision 27925

removed asserts to suppress gcc 3.4 warnings about condition being always true

2004-06-21 10:46 ABX, revision 27924

Reordered condition to make diff of other port smaller.

2004-06-21 10:35 ABX, revision 27923

Array of strings is needed regardless of wxUSE_CMDLINE_PARSER.

2004-06-21 10:31 ABX, revision 27922

Better conditions within dialogs sample.

2004-06-21 10:13 VS, revision 27921

reverted previous revision, old clipboard API is still used by wxMSW itself

2004-06-21 08:58 VS, revision 27920

don't export deprecated interface to clipboard from DLL

2004-06-21 08:54 VS, revision 27919

wxClipboard changes compilation fixes

2004-06-21 08:31 ABX, revision 27918

Different default buttons for native menubars on Smartphones.

2004-06-21 07:39 VS, revision 27917

identify more compilers

2004-06-20 22:21 JS, revision 27916

Crash fix

2004-06-20 17:19 VS, revision 27915

more recognized response types

2004-06-20 17:19 VS, revision 27914

create wxTheClipboard on first use, not startup -- this fixes crash in console-only apps that were linked against wxGTK's 'core' shared library

2004-06-20 17:18 VS, revision 27913

check for wputc wputchar putws fputws availability

2004-06-20 13:11 CE, revision 27912

fix bug with univ creating textctrl

2004-06-20 13:10 CE, revision 27911

fix univ SegFault

2004-06-20 13:10 MBN, revision 27910

Compilation fixes for wxUSE_STL == 1.

2004-06-20 10:22 MBN, revision 27909

Fix for declaring arrays for non-numeric/non-pointer types.

2004-06-20 09:14 MBN, revision 27908

Compilation fixes.

2004-06-20 09:02 MBN, revision 27907

Some (incomplete) fixes for wxUSE_STL == 1.

2004-06-19 22:39 VS, revision 27906

don't explicitly set font and bg colour

2004-06-19 22:36 VZ, revision 27905

fixed memory leak in wxURL when using a proxy

2004-06-19 21:30 VS, revision 27904

handle style changes correctly in GtkPizza

2004-06-19 18:59 VS, revision 27903

interpret m_has..Col, m_hasFont correctly

2004-06-19 18:21 RD, revision 27902

Regenerated renamers, each has just a change in their headers

2004-06-19 18:20 RD, revision 27901

Patch from Kevin Ollivier that merges buildrenamers into the main config module, and other tweaks.

2004-06-19 17:53 JS, revision 27900

Switch off adjust min size for book control and therefore notebook, since we don't want to stop notebooks resizing smaller than the initial size

2004-06-19 17:49 VS, revision 27899

moved DoApplyWidgetStyle to wxWindowGTK

2004-06-19 16:25 RD, revision 27898

Patch from Will Sadkin: - Fixed intra-right-insert-field erase. - Allowed right-insert in ipaddrctrl subfields. - Made _SetValue() place cursor after last non-blank character inserted, rather than end of mask. - Fixed combobox autoselect behavior to work similarly as above, so that said selection will only select the non-empty text, as per request. - Fixed some incorrect undo behavior for right-insert fields - Allowed derived classes (eg. numctrl) to pass modified values for undo processing (to handle/ignore grouping chars properly.)

2004-06-19 15:23 RD, revision 27897

reSWIGged

2004-06-19 14:55 JS, revision 27896

DoGetBestSize may be called before m_text and m_choice are set, so check

2004-06-19 14:53 MBN, revision 27895
  • D /wxWidgets/trunk/include/wx/motif/region.h

Remove no longer used header.

2004-06-19 14:03 VS, revision 27894

GTK2 port is not experimental anymore

2004-06-19 14:01 VS, revision 27893

moved wxFontMapper tests to its own file and testcase

2004-06-19 10:40 VZ, revision 27892

DLL compilation fix

2004-06-19 07:40 JS, revision 27891

Tex2RTF doesn't like {\tt{ thing}}

2004-06-19 01:35 RD, revision 27890

Controls will readjust their size and minsize when SetLabel or SetFont are called. Fixed up wxStaticText to blend the wxST_NO_AUTOSIZE with this new functionality. Made SetBestSize public under the SetBestFittingSize name.

2004-06-18 20:08 KO, revision 27889

Fixed to work with the new wxMacControl system.

2004-06-18 19:25 ABX, revision 27888

Small step in making HelpGen up to date unicode application.

2004-06-18 18:28 ABX, revision 27887

Fixes for unused values and code.

2004-06-18 17:57 JS, revision 27886

Latex corrections from Marc Albrecht

2004-06-18 17:30 RD, revision 27885

Give wxWindowGTK::ApplyWidgetStyle an implementation too so non-control windows can also change colours, etc.

2004-06-18 16:32 RD, revision 27884

Patch from Pierre Hjälm. """ It removes "from __future__ import division", fixes a couple of bugs and adds a lot of whitespace. Since I also removed an instance of [::-1] for list reversing, I think this ought to work on older pythons (I have not tested though). """

2004-06-18 15:44 ABX, revision 27883

Charsets part moved from console sample to test unit.

2004-06-18 15:18 ABX, revision 27882

Warning fix.

2004-06-18 09:48 ABX, revision 27881

Warning fixes for WinCE.

2004-06-18 09:36 ABX, revision 27880

Flatening menu for Smartphones when menubar has only one menu

2004-06-18 08:02 VS, revision 27879

new logic applies to SetFont(wxNullFont), too

2004-06-18 08:02 VS, revision 27878

reset fg/bg colour and font to default if set to wxNullColour/Font

2004-06-18 08:01 VS, revision 27877

test colours unsetting

2004-06-18 08:00 VS, revision 27876

minor visual improvements to wxTipDialog

2004-06-18 07:30 VS, revision 27875

new logic applies to SetFont(wxNullFont), too

2004-06-18 07:15 SC, revision 27874

removed use of p2cstr

2004-06-18 06:54 VS, revision 27873

fixed badly looking dialog (different spacing)

2004-06-18 06:52 VS, revision 27872

fixed wxGenericDirCtrl sizing

2004-06-17 23:18 RD, revision 27871

Set the client size as calculated, but use the full size for the size hints

2004-06-17 22:50 RD, revision 27870

Use GetBackgroundColour so it will revert to the default if wxNullColour is used

2004-06-17 22:40 RD, revision 27869

moved metrowerks debugger support in to wxUSE_BASE to avoid suplicate defintion errors when using multi-lib build

2004-06-17 22:24 RD, revision 27868

Updated docs for Set[Fore|Back]groundColour with more hints about using them with themes

2004-06-17 21:40 RD, revision 27867

oops, forgot to remove a bit of test code

2004-06-17 21:37 RD, revision 27866

Don't have to explicitly set the background any more, the default will do the right thing.

2004-06-17 21:36 RD, revision 27865

Use GetBackgroundColour in the default OnEraseBackground so it can use the default if the colour hasn't been explicitly set

2004-06-17 21:31 RD, revision 27864

Set/Reset ThemeEnabled when changing the fore/background colours. Using wxNullColour will reset to defaults.

2004-06-17 20:30 JS, revision 27863

Corrected position of wxUSE_WEBKIT test

2004-06-17 19:51 RD, revision 27862

Hide the dialog after running it as it may be a bit of time before it is destroyed

2004-06-17 19:50 ABX, revision 27861

Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic implementations.

2004-06-17 19:44 ABX, revision 27860

Better markup.

2004-06-17 19:42 JS, revision 27859

Added --enable-webkit

2004-06-17 19:23 RD, revision 27858

in unicode mode the return value of gridtable.GetValue must be a string or a unicode object, as the coerce to unicode function used can only convert strings.

2004-06-17 19:00 ABX, revision 27857

Warning fixes. Code cleanup. Whitespaces and tabs removed.

2004-06-17 18:27 SC, revision 27856

moved metrowerks debugger support out of wxUSE_GUI

2004-06-17 17:03 VS, revision 27855

reverted Julian's incorrect rename of wxWindows.dsp

2004-06-17 17:01 VS, revision 27854

it's OK to set background,foreground colour even with theming now

2004-06-17 16:22 ABX, revision 27853

Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces.

2004-06-17 09:05 JS, revision 27852

Allow wxSplitterWindow::Initialize(NULL) in case we've deleted both child windows and want to clean up dangling pointers

2004-06-17 08:06 SC, revision 27851

BU_EXACTFIT adapted

2004-06-17 06:11 RD, revision 27850

reSWIGged

2004-06-17 06:05 RD, revision 27849

reSWIGged

2004-06-17 05:52 RD, revision 27848

docstrign tweaks

2004-06-17 05:51 RD, revision 27847

Added missing GetKind method

2004-06-17 05:49 RD, revision 27846

Fixed broken DocDeclAStr macro

2004-06-17 05:49 RD, revision 27845

Fixed upload location, test sending an email when successfully finished

2004-06-17 05:16 RD, revision 27844

XRC style names use the C++ style names

2004-06-17 04:52 KO, revision 27843

Fixing sizing problems on OS X.

2004-06-16 21:02 VS, revision 27842

WXDLLEXPORT correction

2004-06-16 21:00 VS, revision 27841

fixed missing NO_GCC_PRAGMA

2004-06-16 21:00 VS, revision 27840

fixed incorrect handling of scaled fonts and fixed GetNativeFontInfo to return meaningful data with GTK1

2004-06-16 15:35 ABX, revision 27839

Smartphone menus.

2004-06-16 15:22 ABX, revision 27838

-1, TRUE/true, FALSE/false and tabs replacements.

2004-06-16 15:03 ABX, revision 27837

Generic file dialog presentation. Regenerated makefiles.

2004-06-16 14:58 ABX, revision 27836

Missed header.

2004-06-16 12:28 ABX, revision 27835

Missed decoration.

2004-06-16 09:25 JS, revision 27834

Corrected some spacing and typo errors.

2004-06-16 07:26 ABX, revision 27833

Corrections to wxWinCE port descriptions.

2004-06-16 06:37 ABX, revision 27832

Smartphone menus.

2004-06-16 06:34 ABX, revision 27831

Warning fixes for WinCE.

2004-06-16 06:24 ABX, revision 27830

Warning fixes for WinCE.

2004-06-16 06:17 ABX, revision 27829

Smartphone specific resource files.

2004-06-16 05:27 RD, revision 27828

don't fail if the cleanup fails

2004-06-16 05:20 RD, revision 27827

trim the whitespace from the daily build version text

2004-06-16 05:18 RD, revision 27826

make sure the dist dir is created

2004-06-16 05:18 RD, revision 27825

regened with new version

2004-06-16 03:47 RD, revision 27824

reSWIGged

2004-06-16 03:29 RD, revision 27823

layout tweak (it should use a sizer though)

2004-06-16 02:22 RD, revision 27822

reordered base classes

2004-06-16 02:21 RD, revision 27821

added button testcase with larger font set after creation.

2004-06-16 02:18 RD, revision 27820

Version number update

2004-06-16 02:17 RD, revision 27819

Added Navigate, SetMinSize, SetMaxSize wxWindow methods

2004-06-16 02:15 RD, revision 27818

Add SetMinSize and SetMaxSize to go along with the Get's already there.

2004-06-15 22:30 JS, revision 27817

Typo correction

2004-06-15 22:24 JS, revision 27816

Enum becomes public

2004-06-15 21:55 JS, revision 27815

Navigate corrections

2004-06-15 21:03 RD, revision 27814

Add placeholder for wxParseWildcard

2004-06-15 21:02 RD, revision 27813

Just a singel constructor for wxTextAttr

2004-06-15 15:37 JS, revision 27812

Consistent tab behaviour

2004-06-15 15:25 ABX, revision 27811

wxParseWildcard added instead of methods hidden under wxUSE_FILEDLG and wxUSE_DIRDLG.

2004-06-15 14:49 JS, revision 27810

Tests for wxTE_PROCESS_TAB again in line with other ports

2004-06-15 14:39 ABX, revision 27809

Add generic dialogs in non wxUniversal builds. Regenerated makefiles.

2004-06-15 14:35 ABX, revision 27808

Missed VC workspace.

2004-06-15 14:03 JS, revision 27807

With wxTE_PROCESS_TAB, tabs are now inserted in the text control by default. The new Navigate function can be used to do navigation programmatically.

2004-06-15 11:57 CE, revision 27806

fix for Borland Dll build (SF bug #972989)

2004-06-15 03:36 RD, revision 27805

Oops, that space crept back in.

2004-06-15 03:27 RD, revision 27804

Check exit codes properly

2004-06-15 03:26 RD, revision 27803

increased bit-depth

2004-06-15 03:26 RD, revision 27802

regenerated with fix for wxPNGHandler::SaveFile

2004-06-15 03:24 RD, revision 27801

layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox

2004-06-15 03:23 RD, revision 27800

Add DoGetBestSize to wxCheckListBox that adds room for the checkbox

2004-06-15 01:05 RD, revision 27799

Save the alpha values if the image has an alpha channel

2004-06-14 22:44 RD, revision 27798

Patch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp

2004-06-14 22:07 RD, revision 27797

reSWIGged

2004-06-14 22:05 RD, revision 27796

This workaround is no longer needed because of fix in wxWindowMac::MacWindowToRootWindow

2004-06-14 22:04 RD, revision 27795

Check if MacGetTopLevelWindow returns NULL before using it. This can happen when the toplevel window is beign destroyed but a decendent window (child, grandchild...) has an EVT_KILL_FOCUS handler that does some drawing or other significant work.

2004-06-14 21:59 RD, revision 27794

test full row highlight

2004-06-14 21:18 RD, revision 27793

m_img* need initialized too otherwise we can end up with rows that are a million pixels high!

2004-06-14 20:17 RD, revision 27792

clip notebook children to help reduce flicker

2004-06-14 19:53 RD, revision 27791

Add a set of scripts that can be used to build and upload the distributable binaries for all platforms all from a single command-line on a single machine. Will probably also be used for a daily build cron job.

2004-06-14 19:47 RD, revision 27790

increment version number

2004-06-14 19:45 RD, revision 27789

If wxWidgets was build without wxDisplay then in Python it will raise a NotImplementedError

2004-06-14 19:37 RD, revision 27788

Added new event binders

2004-06-14 19:12 RD, revision 27787

ProgressDialog docstrign tweak

2004-06-14 19:10 RD, revision 27786

Various layout fixes and such

2004-06-14 18:50 RD, revision 27785

fixed compile error

2004-06-14 17:34 VS, revision 27784

fixed GTK styles handling: 1. don't modify the style unless something changed 2. use gtk_widget_modify_style instead of gtk_widget_set_style, the latter is not recommended by GTK+ developers

2004-06-14 13:34 SC, revision 27783

adding mac to the memory crit sect

2004-06-14 13:27 VS, revision 27782

respect GTK+'s theme tooltip colour settings

2004-06-14 11:10 ABX, revision 27781

Reverted generic dialogs usage in MSW makefiles.

2004-06-14 10:46 VZ, revision 27780

fill up the gauge when Update(maximum) is called

2004-06-14 10:23 VZ, revision 27779

corrected erroneous description of Update() argument

2004-06-13 23:29 JS, revision 27778

Added event table macros to wxGrid that take window identifiers

2004-06-13 23:17 JS, revision 27777

Added event table macros to wxGrid that take window identifiers

2004-06-13 21:52 VZ, revision 27776

corrected DBErrorList DLL export declaration

2004-06-13 16:31 JS, revision 27775

Tweaks to announcement

2004-06-13 16:30 JS, revision 27774

Corrected return type of SetBackgroundColour

2004-06-13 16:28 JS, revision 27773

Domain name corrections

2004-06-13 16:25 JS, revision 27772

Script tweaks

2004-06-13 16:20 JS, revision 27771

Use old project file name

2004-06-13 16:18 JS, revision 27770

Typo correction

2004-06-13 16:11 JS, revision 27769

Small WinCE symbol fixes

2004-06-13 15:39 JS, revision 27768

Fix for DLL compilation bug (Fritz Elfert)

2004-06-13 13:09 VS, revision 27767

fixed background rendering if GetThemeEnabled()=true with GTK2

2004-06-13 12:50 VS, revision 27766

fix wxPanel rendering in wxGTK

2004-06-13 00:02 DS, revision 27765

replaced menu calls Append([...], true) with the less cryptic AppendCheckItem

2004-06-12 23:44 DS, revision 27764

removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString

2004-06-12 23:01 RR, revision 27763

Applied new master define for CommandBar vs. PocketPC mixed bar. This also works now under Handheld PC 2000.

2004-06-12 22:58 RR, revision 27762

Added master define for CommandBar vs. PocketPC mixed bar.

2004-06-12 21:22 VS, revision 27761

compilation fixes for GTK (this looks weird for other platforms, too...)

2004-06-12 19:38 VS, revision 27760

set size hints in notebook sample

2004-06-12 12:36 VS, revision 27759

fixed setting of initial font under wxGTK2

2004-06-11 22:50 RD, revision 27758

Add "inplace" build option that allows the distribution to be built from witin the current source tree instead of rewuiring the wxPythonSrc tarball. (Currently it still needs the Docs and Demo tarballs to make a full build, but it can skip those parts if the tarballs are not available.)

2004-06-11 22:46 RD, revision 27757

Fix a couple warnings

2004-06-11 20:43 ABX, revision 27756

Reworked dialogs sample in the direction of fully working in not fully specified setup.h. Dedicated mainly for all those hard working on various port. Be happy with always working dialogs sample.

2004-06-11 19:24 ABX, revision 27755

Generic font dialog is still an option in wxMSW in non Univ mode

2004-06-11 19:15 RR, revision 27754

Compile fixes for HANDHELDPC

2004-06-11 19:14 RR, revision 27753

Compile fix for HANDHELDPC

2004-06-11 19:13 RR, revision 27752

Compile fix.

2004-06-11 19:12 RR, revision 27751

Added compatibility fix for wxADJUST_MINSIZE Added defines for HANDHELDPC

2004-06-11 19:02 ABX, revision 27750

No warning with wxUSE_BUSYINFO turned off.

2004-06-11 18:37 ABX, revision 27749

Generic colour dialog is still an option in wxMSW in non Univ mode

2004-06-11 17:19 ABX, revision 27748

wxUSE_FONTDLG is optional.

2004-06-11 14:45 ABX, revision 27747

wxUSE_PROGRESSDLG is optional.

2004-06-11 14:06 SC, revision 27746

adding compatibility mode fallback for custom window definition procs that don't allocated a content view at all

2004-06-11 13:14 ABX, revision 27745

wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.

2004-06-11 12:55 ABX, revision 27744

Changed type of bitmaps. RC of DMC reported 'is not a valid Windows 3.0 or OS/2 1.x bitmap' for some images.

2004-06-11 12:36 DS, revision 27743

fixed typo, used word 'assigned' instead of 'allotted'

2004-06-11 02:41 RD, revision 27742

Accept both XY and X.Y version numbers

2004-06-11 01:25 RD, revision 27741

Some doc tweaks

2004-06-11 01:22 RD, revision 27740

Get unicows.dll from distrib/msw

2004-06-11 01:21 RD, revision 27739

Put this distributable here so it doesn't get lost again

2004-06-11 01:16 RD, revision 27738

corrected the .pyd names

2004-06-11 01:15 RD, revision 27737

fix the shebang

2004-06-10 22:17 VZ, revision 27736

update from herbert breunung

2004-06-10 20:40 JS, revision 27735

Combine new extra styles with old ones since some ports use this for internal implementation

2004-06-10 20:26 RD, revision 27734

Some doc tweaks

2004-06-10 19:37 VS, revision 27733

fixed pasting of Unicode strings

2004-06-10 19:24 VS, revision 27732

don't confuse wxDF_UNICODETEXT and wxDF_TEXT

2004-06-10 19:00 VS, revision 27731

removed outdated comment

2004-06-10 16:51 VZ, revision 27730

open more keys in read only mode if we need to only read from them (fixes problems with accessing some registry values under XP)

2004-06-10 16:50 VZ, revision 27729

fixed typo in wxFrame::SetStatusBar() (bug 970516)

2004-06-10 13:28 JS, revision 27728

OR extra style with existing value or some implementations will have problems (espec. wxGTK modal dialogs closing behaviour)

2004-06-10 13:27 VZ, revision 27727

disable the first top level parent, not the topmost top level parent

2004-06-10 12:06 VZ, revision 27726

count the root item in wxTreeCtrl::GetCount()

2004-06-10 12:01 DS, revision 27725

clarified the parameters of MB2WC and WC2MB a little in the docs/headers

2004-06-10 11:29 VZ, revision 27724

fixed assert in SetItemText() for wxTR_MULTIPLE controls

2004-06-10 00:09 RD, revision 27723

Take care of some focus issues with the AutoComp list box and also a crash at exit when losing focus.

2004-06-09 23:48 VZ, revision 27722

fixed OnFrameClose() return type

2004-06-09 22:19 RD, revision 27721

Ensure that the correct rectangle is clipped and refreshed for the CallTip

2004-06-09 22:01 VZ, revision 27720

explicit this-> is required by C++ standard, not g++, in WinStruct template

2004-06-09 21:48 VZ, revision 27719

count the root item in wxTreeCtrl::GetCount()

2004-06-09 19:00 RD, revision 27718

reSWIGged

2004-06-09 18:59 RD, revision 27717

reSWIGed

2004-06-09 18:55 RD, revision 27716

Use correct CheckForIntersect method

2004-06-09 18:54 RD, revision 27715

reSWIGged

2004-06-09 18:54 RD, revision 27714

Support for new ctor and Union

2004-06-09 17:51 RD, revision 27713

typo

2004-06-09 17:50 RD, revision 27712

use the API Ptr accessor for the inline functions too.

2004-06-09 17:31 RD, revision 27711

reSWIGged

2004-06-09 17:30 RD, revision 27710

reSWIGed

2004-06-09 17:05 RD, revision 27709

Default position for PopupMenu

2004-06-09 16:42 ABX, revision 27708

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements. Correct help system in non MSW builds of OGL-Studio sample.

2004-06-09 15:38 VS, revision 27707

removed unneeded prototype

2004-06-09 11:17 VS, revision 27706

documented wxString's ctors that convert between wc and mb strings

2004-06-09 07:12 RD, revision 27705

reSWIGged

2004-06-09 07:10 RD, revision 27704

distrib and build updates

2004-06-09 05:43 RD, revision 27703

Regenned the metadata

2004-06-09 05:40 RD, revision 27702

Regenned the ReST docs

2004-06-09 05:38 RD, revision 27701

distrib and build updates

2004-06-09 05:13 SC, revision 27700

removed invalid restriction

2004-06-09 02:43 RD, revision 27699

bash version of wxPython's b script for win32

2004-06-08 23:46 RD, revision 27698

In unicode builds convert the source files and overview text to unicode before displaying them.

2004-06-08 23:42 RD, revision 27697

Added bash versions of my build scripts and updated BUILD.txt for how to do it by hand without the scripts

2004-06-08 20:11 VS, revision 27696

test wxString's char<->wchar_t ctors

2004-06-08 20:11 VS, revision 27695

fixed wxString char<->wchar_t conversion constructors to not truncate strings and correctly handle nLength argument

2004-06-08 19:36 RD, revision 27694

Move wxMacCFStringHolder::AsString and etc. to wxBase

2004-06-08 19:27 ABX, revision 27693

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.

2004-06-08 16:33 RD, revision 27692

Only call GetBestSize if one or both of the minsize components are unset.

2004-06-08 14:57 JS, revision 27691

Include wx/image.h

2004-06-08 14:48 SC, revision 27690

direct ie non mutex crit-section implementation

2004-06-08 14:46 SC, revision 27689

fixing access errors when running in unicode

2004-06-08 14:44 SC, revision 27688

message output for darwin into console, cannot use the normal converters as these are already in destruction

2004-06-08 05:28 SC, revision 27687

switched to wxLocale usage for string encoding

2004-06-08 01:30 RD, revision 27686

typo

2004-06-08 01:30 RD, revision 27685

reSWIGged

2004-06-08 01:13 RD, revision 27684

Add each line independently

2004-06-08 01:12 RD, revision 27683

The new OGL doesn't have to be compatible with the bugs in the old one! ;-)

2004-06-08 00:09 RD, revision 27682

Can't call ShiftDown when it is a CommandEvent

2004-06-08 00:04 RD, revision 27681

Make the copy ctor for the wxPrint*Data classes avaialble from Python. This is so we can ensure we get a copy of the data objects when needed instead of just a reference to a data object within another that may get deleted unexpectedly.

2004-06-08 00:02 RD, revision 27680

pi --> math.pi

2004-06-08 00:01 RD, revision 27679

remove the Yield's

2004-06-07 23:59 RD, revision 27678

typo fixed

2004-06-07 23:59 RD, revision 27677

Notes about implementing CreatePopupMenu for the future

2004-06-07 23:58 RD, revision 27676

handle returning the cookie for Get[First|Next]Selected like in the treectrl.

2004-06-07 23:56 RD, revision 27675

little tweaks

2004-06-07 16:02 ABX, revision 27674

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.

2004-06-07 12:36 JS, revision 27673

Added Marco to credits

2004-06-07 12:09 VS, revision 27672

blind fix for compilation error in EVT macros

2004-06-07 09:46 JS, revision 27671

Compile fix

2004-06-06 18:10 SN, revision 27670

Readded WS_VISIBLE flags that I removed for testing.

2004-06-06 17:45 SN, revision 27669

Readded WS_VISIBLE flags that I removed for testing.

2004-06-06 17:37 SN, revision 27668

Readded WS_VISIBLE flag. Fixed expansion of size limit for contained text.

2004-06-06 16:30 SN, revision 27667

Initialize m_PageSize.

2004-06-06 15:32 VS, revision 27666

use pango_font_family_is_monospace() to enumerate fixed-width fonts if available

2004-06-06 15:21 VS, revision 27665

fixed wxPluginLibrary unloading on failture (patch #962838)

2004-06-06 15:15 VS, revision 27664

fixed wxPluginLibrary unloading on failture (patch #962838)

2004-06-06 15:09 VS, revision 27663

fixed double deletion (patch #945491)

2004-06-06 14:59 VS, revision 27662

fixed incorrect assert (patch #943970)

2004-06-06 14:49 VS, revision 27661

restored colour labels until we have more information, it seems to work with all GTK2 versions

2004-06-06 11:27 JS, revision 27660

Partial fix for out of order sections, by adding fflush

2004-06-06 07:06 JS, revision 27659

Give controls on frame statusbar a chance to paint

2004-06-05 21:47 VS, revision 27658

new MinGW requires NO_GCC_PRAGMA for exceptions handling, too

2004-06-05 21:39 VS, revision 27657

don't define _puttchar ourselves when using newest mingw runtime

2004-06-05 21:01 MBN, revision 27656

Added code for 3 state checkbox.

2004-06-05 20:55 MBN, revision 27655

This code is now shared with wxX11: remove.

2004-06-05 20:49 MBN, revision 27654

Warning fixes.

2004-06-05 20:47 MBN, revision 27653

Compilation fix for wxUSE_STL == 1.

2004-06-05 20:46 MBN, revision 27652

wxMotif compilation fix and unused variable warning fix.

2004-06-05 16:29 SC, revision 27651

synching down and up events for the synthetic right mouse handling

2004-06-05 16:20 SC, revision 27650

fixing the carbon cfm

2004-06-05 16:16 SC, revision 27649

SetParam should be explicit

2004-06-05 14:23 VS, revision 27648

wxTaskBarIcon::OnXXX virtual methods are deprecated, document it

2004-06-05 14:19 VS, revision 27647

corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent

2004-06-05 14:17 VS, revision 27646

mention EVT_ macros type safety

2004-06-05 00:07 RD, revision 27645

Don't draw if the panel is too small

2004-06-04 23:59 RD, revision 27644

reSWIGged

2004-06-04 23:24 RD, revision 27643

reSWIGged

2004-06-04 23:21 RD, revision 27642

little tweaks

2004-06-04 22:30 DS, revision 27641

fixed float to short int casting warnings

2004-06-04 22:12 DS, revision 27640

fixed ambiguous call to wxMacCarbonEvent::SetParameter

2004-06-04 21:56 VS, revision 27639

added wxTaskBarIcon::CreatePopupMenu API

2004-06-04 21:53 DS, revision 27638

fixed unused variable warning

2004-06-04 21:29 RD, revision 27637

Added a new version (0.8.3) of FloatCanvas from Chris Barker. It's now in a subpackage of wx.lib.

2004-06-04 20:15 RD, revision 27636
  • M /wxWidgets/trunk/wxPython/docs/CHANGES.txt
  • D /wxWidgets/trunk/wxPython/wx/lib/ErrorDialogs.py
  • D /wxWidgets/trunk/wxPython/wx/lib/ErrorDialogs.wdr
  • D /wxWidgets/trunk/wxPython/wx/lib/ErrorDialogs_wdr.py
  • D /wxWidgets/trunk/wxPython/wx/lib/PythonBitmaps.py

Removed the deprecated ErrorDialogs and PythonBitmaps modules.

2004-06-04 20:12 DS, revision 27635

fixed compilo

2004-06-04 20:12 RD, revision 27634

Since everything in the submodules is to appear in the pacakge namespace rename the submodule to have a leading underscore to make it easier to document it that way.

2004-06-04 19:07 RD, revision 27633

Mention that Alpha Channels are preserved in PNG images.

2004-06-04 19:06 RD, revision 27632

doc tweaks

2004-06-04 17:58 ABX, revision 27631

-1->wxID_ANY, TRUE->true, FALSE->false & tabs->spaces replacements.

2004-06-04 17:56 SC, revision 27630

adaptions for m_peer

2004-06-04 16:07 KO, revision 27629

Making wxUSE_WEBKIT for optionally building wxWebKitCtrl.

2004-06-04 16:03 VS, revision 27628

changed wxColourData default palette to NULL colours instead of white

2004-06-04 16:02 VS, revision 27627

added native wxColourDialog for GTK2

2004-06-04 15:58 VS, revision 27626

1. changed wxColourData default palette to NULL colours instead of white 2. added native wxColourDialog for GTK2

2004-06-04 15:57 VS, revision 27625

remember custom palette changes done in wxColourDialog

2004-06-04 15:57 VS, revision 27624

GdkColor<->wxColour values conversion is not dependent on size of integer types, values range is specified

2004-06-04 15:33 JS, revision 27623

Corrected strange test for __WINDOWS__ or wxUSE_MFC

2004-06-04 13:54 ABX, revision 27622

Use correct help system.

2004-06-04 12:43 ABX, revision 27621

Use correct help system.

2004-06-04 11:40 VS, revision 27620

set transiency relation so that the WM can do better job of positioning the window

2004-06-04 11:39 VS, revision 27619

be good citizen, don't force window position; instead, set transiency relation so that the WM can do better job of positioning the window

2004-06-04 10:48 ABX, revision 27618
  • D /wxWidgets/trunk/samples/wxtest

Removed wxtest sample.

2004-06-04 10:28 VS, revision 27617

title needs to be translated, too

2004-06-04 10:21 JS, revision 27616

If we have multiple filters in a Save dialog, don't use kNavPreserveSaveFileExtension since it suppresses multiple filters.

2004-06-04 10:13 VS, revision 27615

cleared junk

2004-06-04 10:06 ABX, revision 27614

Removed wxtest sample.

2004-06-04 10:03 VS, revision 27613

use simple template instead of macro, it's easier to debug

2004-06-04 09:54 ABX, revision 27612

Removed wxtest sample.

2004-06-04 08:19 SC, revision 27611

introduction of m_peer

2004-06-04 07:28 SC, revision 27610

introduction of m_peer

2004-06-04 07:21 SC, revision 27609

introduction of m_peer

2004-06-04 05:18 RD, revision 27608

Docstrings for the sizers

2004-06-04 04:45 RD, revision 27607

namespace fixes

2004-06-03 21:13 VS, revision 27606

split wxRegion(wxBitmap) ctor into two ctors with clearer semantics

2004-06-03 20:08 VS, revision 27605

wxGetenv was incorrectly implemented, caching prevented it from reflecting environment changes -- now fixed

2004-06-03 19:48 VS, revision 27604

added tests for wx's CRT wrappers (so far only wxGetEnv,wxSetEnv)

2004-06-03 19:39 VS, revision 27603

fixed wxSetEnv to correctly set variable in Unicode build

2004-06-03 19:04 JS, revision 27602

If several doc templates use the same document and view classes, they should share their filters in Save As

2004-06-03 18:40 VS, revision 27601

fixed wrong tooltip colour -- don't mess with widget styles, use the defaults and let GTK+ do its job

2004-06-03 14:19 JS, revision 27600

Separated creation and initialisation of a document via its doc template.

2004-06-03 14:05 VS, revision 27599

use current mouse position as default position in wxWindow::PopupMenu (works better in wxGTK and is what you need in majority of cases)

2004-06-03 10:32 ABX, revision 27598

Cleaning.

2004-06-03 10:03 ABX, revision 27597

bool if enough for true/false results.

2004-06-03 09:42 JS, revision 27596

Fixed typo

2004-06-03 09:41 JS, revision 27595

Initialise hash table with string key

2004-06-02 22:38 RD, revision 27594

Fix compile errors when using gtk 1.2

2004-06-02 20:57 RD, revision 27593

Default arg for Id

2004-06-02 20:53 RD, revision 27592

Added more default args as needed to allow most window types to be constructed with only the parent window arg. In some cases other args may be required for normal operation, but they can usually be set after construction.

2004-06-02 20:49 RD, revision 27591

Added $Id keyword, a bit of cleanup and also some backwards compatibility aliases.

2004-06-02 20:47 RD, revision 27590

comment fix

2004-06-02 20:26 RD, revision 27589

On wxGTK2 the label woudl not be realigned if SetLabel was called with a new label. Changed it to use gtk_button_set_label so that the widget would care of doing it, and also to create with widget with gtk_button_new_with_mnemonic so the mnemonic behaviour would be preserved.

2004-06-02 19:39 RD, revision 27588

Don't force a smaller icon size

2004-06-02 18:11 DE, revision 27587

Do not check for Xinerama when building wxCocoa

2004-06-02 17:13 ABX, revision 27586

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-06-02 17:03 ABX, revision 27585

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-06-02 16:28 JS, revision 27584

Mention removal of wxHIDE_READONLY

2004-06-02 16:24 JS, revision 27583

Removed wxHIDE_READONLY flag

2004-06-02 14:26 JJ, revision 27582

Committing in . OPenVMS configure update Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2004-06-02 12:19 JS, revision 27581

GTK+ 2.0 can't compile egg tray code

2004-06-02 09:14 ABX, revision 27580

Removed tabs.

2004-06-02 04:02 RD, revision 27579

reSWIGged

2004-06-02 02:29 RD, revision 27578

set the modules' pacakge name to "wx" using a new SWIG feature

2004-06-02 02:27 RD, revision 27577

Add a package="name" option to the %module directive in my SWIG patch

2004-06-02 00:48 KO, revision 27576

Yet more fixes for wxNotebook compatibility...

2004-06-02 00:26 KO, revision 27575

wxWebKitCtrl now properly detects a wxNotebook anywhere in the hierarchy.

2004-06-01 22:11 RD, revision 27574

clarification

2004-06-01 22:08 RD, revision 27573

reSWIGged

2004-06-01 21:59 RD, revision 27572

Use new DrawPoint signature

2004-06-01 21:57 RD, revision 27571

reSWIGged

2004-06-01 21:56 VS, revision 27570

pop the menu up on mouse down, not up (this is more common behaviour in Windows and both GTK and Qt apps)

2004-06-01 21:51 RD, revision 27569

Change the text object to a message about the new OGL.

2004-06-01 21:50 RD, revision 27568

Make taskbar icon size dependent on platform. Other tweaks.

2004-06-01 21:45 RD, revision 27567

Don't use deprecated wx.MaskColour

2004-06-01 21:42 RD, revision 27566

Handle the (probably rare) case where the icon has no mask.

2004-06-01 21:38 RD, revision 27565

All the Window and GDI (pen, bitmap, etc.) classes and also many toplevel functions will now check that a wx.App object has already been created and will raise a wx.PyNoAppError exception if not.

2004-06-01 21:36 VS, revision 27564

remove email addresses

2004-06-01 21:29 RD, revision 27563

Fixed typo

2004-06-01 21:26 RD, revision 27562

remove EVT_STC_POSCHANGED as it's been deprecated in Scintilla for several releases now.

2004-06-01 18:27 ABX, revision 27561

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements

2004-06-01 16:33 ABX, revision 27560

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-06-01 16:24 ABX, revision 27559

-1->wxID_ANY, TRUE->true replacements.

2004-06-01 16:15 ABX, revision 27558

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-06-01 16:09 ABX, revision 27557

-1->wxID_ANY, wxDefaultSize, wxDefaultPosition, TRUE->true and FALSE->false replacements.

2004-06-01 15:42 ABX, revision 27556

Correct parent in wxFileSelector, -1->wxID_ANY, TRUE->true replacements.

2004-06-01 15:20 ABX, revision 27555

DMC warning fix, code cleaning

2004-06-01 14:39 DE, revision 27554

wx/notebook.h is not included from wx/wx.h

2004-06-01 12:55 VS, revision 27553

calling a variable 'stat' was exceptionally stupid idea...

2004-06-01 08:47 JS, revision 27552

Needs a foreground colour

2004-06-01 08:21 SC, revision 27551

we have to be able to tell whether a control can be focused by the os before a SetFocus is issued, otherwise native focus handling is not in synch...

2004-06-01 07:45 ABX, revision 27550

-1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE->false replacements.

2004-06-01 07:27 SC, revision 27549

uppercasing menu shortcuts for non-command keystrokes, allowing non-command accelerators

2004-06-01 07:02 SC, revision 27548

added native pane splitter rendering

2004-06-01 02:53 KO, revision 27547

Fixes for wxWebKitCtrl to work with wxNotebook.

2004-05-31 22:19 VS, revision 27546

security fix to wxSingleInstanceChecker: check if the lock file was really created by us

2004-05-31 22:17 VS, revision 27545

added wx-specific code and license info

2004-05-31 22:17 VS, revision 27544

implemented freedesktop.org spec support for GTK version of wxTaskBarIcon

2004-05-31 22:10 VS, revision 27543

allow classes derived from wxTopLevelWidnow to use other GTK widget than GtkWindow

2004-05-31 22:07 VS, revision 27542

security fix to wxSingleInstanceChecker: check if the lock file was really created by us

2004-05-31 22:07 VS, revision 27541

fixed crash on incorrect HTML input caused by uninitialized variable

2004-05-31 22:06 VS, revision 27540

added test for wxString::MakeLower,MakeUpper

2004-05-31 22:05 VS, revision 27539

don't call CopyBeforeWrite when returning non-const interator if the string is empty -- avoids assert and is not needed anyway since the iterator is never valid

2004-05-31 22:04 VS, revision 27538

show icon changing on all platforms

2004-05-31 21:50 VS, revision 27537

compilation fix for gcc-3.4

2004-05-31 18:47 DS, revision 27536

fixed typo

2004-05-31 15:54 SC, revision 27535

continued spinning committed

2004-05-31 14:49 SC, revision 27534

fixes for mouse handling on 10.2 systems

2004-05-31 14:05 SC, revision 27533

LocalToGlobal/GlobalToLocal Conversions with Carbon API, cleanup, hittesting corrected for 10.2

2004-05-31 14:05 SC, revision 27532

LocalToGlobal/GlobalToLocal Conversions with Carbon API

2004-05-31 13:06 DS, revision 27531

fixed some of the unfound projects

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

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

2004-05-31 10:49 JS, revision 27529

Uncommitted files

2004-05-31 10:43 ABX, revision 27528

-1->wxID_ANY and TRUE->true replacements.

2004-05-31 10:30 ABX, revision 27527

Correct parent for entering text dialog. -1->wxID_ANY/wxSizeDefault, TRUE->true, FALSE->false replacements.

2004-05-31 09:53 ABX, revision 27526

Watcom repair. TRUE->true, FALSE->false and -1->wxID_ANY replacements.

2004-05-31 09:45 ABX, revision 27525

Removed condition of old Watcom times. Open Watcom doesn't have problems with wxAutomationObject.

2004-05-31 07:25 JS, revision 27524

Script updates

2004-05-31 07:04 JS, revision 27523

Script update

2004-05-30 21:53 DS, revision 27522

added src/mac/carbon/display.cpp to project

2004-05-30 19:21 JS, revision 27521

Script updates

2004-05-30 19:02 JS, revision 27520

wxWindows -> wxWidgets

2004-05-30 17:23 JS, revision 27519

Greek translation update from Stavros Tsolakos

2004-05-30 16:54 JS, revision 27518

Script tweaks

2004-05-30 16:34 JS, revision 27517

Include filefn.h always (or problems on at least Mac)

2004-05-30 16:09 VS, revision 27516

somebody forgot to keep tex2rtf.ini and tex2rtf_css.in in sync

2004-05-30 16:02 DS, revision 27515

removed tabs

2004-05-30 15:59 DS, revision 27514

allow compilation with wxUSE_CHOICEDLG set to 0

2004-05-30 15:14 DS, revision 27513

partially applied patch #895170: "Building with minimal setup.h - continuation"

2004-05-30 12:51 VS, revision 27512

don't use cryptic buttons, it's bad UI

2004-05-30 12:50 VS, revision 27511

don't use global variables if GTK provides mechanism to pass arguments to callback function

2004-05-30 12:04 JS, revision 27510

Script fix

2004-05-30 11:00 JS, revision 27509

Adjusted readme

2004-05-30 07:23 DE, revision 27508

Added missing include/wx/cocoa/log.h

2004-05-29 20:23 DS, revision 27507

blind compilation fix for first warning and error reported by "i686-pc-linux-gnu+RH" tinderbox compilation

2004-05-29 19:43 SC, revision 27506

make sure we are getting the gui mutex before shutting down

2004-05-29 17:01 VS, revision 27505

use shaped window for taskbar icon, so that background shows correctly behind icons with mask

2004-05-29 16:24 DS, revision 27504

applied patch 961026: "Boundbox problem with rotated text"

2004-05-29 15:45 DS, revision 27503

applied valid part of patch #940683: "wxMessageBox autocompletion"

2004-05-29 14:56 SC, revision 27502

reopen app according to HIG

2004-05-29 14:52 SC, revision 27501

moving constructors to .cpp

2004-05-29 14:51 SC, revision 27500

control data support

2004-05-29 14:45 SC, revision 27499

preparing for internal changes

2004-05-29 14:00 JS, revision 27498

MacReopenApp implementation for restoring top-level window

2004-05-29 13:57 VS, revision 27497

fixed --disable-rpath handling (patch 956695)

2004-05-29 12:48 VS, revision 27496

fixed --disable-rpath handling (patch 956695)

2004-05-29 12:03 JS, revision 27495

Removed incorrect file copy

2004-05-29 00:46 RD, revision 27494

Take character size into account when calculating buffer size for wxFileDataObject. (Fixes aborts from NTDLL.)

2004-05-28 20:40 RD, revision 27493

comments and cleanup

2004-05-28 20:38 RD, revision 27492

Add GetHDC back

2004-05-28 20:01 RD, revision 27491

Use an inline function to fetch the API pointer, importing it first if needed.

2004-05-28 19:59 RD, revision 27490

Some error recovery and other tweaks

2004-05-28 19:21 RD, revision 27489

missing OnBeginSize call

2004-05-28 19:20 RD, revision 27488

reSWIGged

2004-05-28 19:15 RD, revision 27487

GetClientAreaOrigin should be public

2004-05-28 19:14 RD, revision 27486

docstring tweak

2004-05-28 19:13 RD, revision 27485

Add cx_Freeze and Installer examples

2004-05-28 19:06 RD, revision 27484

No longer need to fallback to importing "_core_" as py2exe, Installer and others now handle importing extensions via package names correctly.

2004-05-28 18:45 JS, revision 27483

Reset m_inSetFocus for other exit point in this function: could explain why the focus protection code was broken

2004-05-28 18:43 JS, revision 27482

Make the focus recursion test only for Mac since it breaks MSW.

2004-05-28 11:08 ABX, revision 27481

Simplified pen style conversion.

2004-05-28 10:45 ABX, revision 27480

Missed header, -1->wxID_ANY replacements.

2004-05-28 10:43 ABX, revision 27479

-1->wxID_ANY, TRUE->true, FALSE->false replacements

2004-05-28 05:03 RD, revision 27478

Commented out some test code

2004-05-28 04:51 RD, revision 27477

Updates for new/old DC method signatures, also updated setup.py for new py2exe

2004-05-28 04:22 RD, revision 27476

Don't scroll too far if the child getting the focus is large.

2004-05-28 04:10 RD, revision 27475

Put the locale files in teh right place

2004-05-27 18:17 ABX, revision 27474

-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements

2004-05-27 18:07 ABX, revision 27473

-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements

2004-05-27 17:50 ABX, revision 27472

-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements

2004-05-27 17:38 ABX, revision 27471

-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition replacements

2004-05-27 17:29 ABX, revision 27470

Inital fill in background, removed tabs, -1->wxID_ANY, TRUE->true, FALSE->false

2004-05-27 17:26 VS, revision 27469

fixed indentation in case there's only one cell on line

2004-05-27 17:11 VS, revision 27468

compilation fix

2004-05-27 16:57 ABX, revision 27467

Removed condition of old Watcom times. Open Watcom doesn't have problems with wininet.h.

2004-05-27 16:25 VS, revision 27466

fixed iteration over cells

2004-05-27 15:09 SC, revision 27465

scrolling code committed

2004-05-27 15:07 SC, revision 27464

menu events handling more closely to the menu instance itself, removing menubar wherever possible

2004-05-27 14:50 SC, revision 27463

debug method added for flashing invalid areas

2004-05-27 14:49 SC, revision 27462

menu associations

2004-05-27 14:47 SC, revision 27461

having the refcon of a menu item to bear the pointer to the wxMenuItem, and have an map of menuref->wxMenu*

2004-05-27 11:31 JS, revision 27460

WinCE Standard SDK improvements including adding close button

2004-05-27 11:26 JS, revision 27459

Position change - still can't use default size for Wince/desktop

2004-05-27 09:09 JS, revision 27458

Fixes for Standard WinCE SDK

2004-05-27 09:02 JS, revision 27457

Use status bar even for WinCE; use standard frame style to adapt to WinCE version

2004-05-26 14:55 RD, revision 27456

fixed a typo

2004-05-26 11:49 VS, revision 27455

workaround for BCC bug - use #defines instead of enums

2004-05-26 10:49 JS, revision 27454

Reverted config/resource name change