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