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

2003-07-07 18:56 DE, revision 21748

Use NSColor from wxColour and wxBrush #if 0 the bounding box drawn around all text (which was for testing)

2003-07-07 18:53 DE, revision 21747

First hack at wxBrush for wxCocoa

2003-07-07 16:21 JS, revision 21746

Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATES in platform.h Experimental wxUpdateUIEvent::SetUpdateInterval() function to limit UI update frequency

2003-07-07 14:21 RR, revision 21745

Added code for better mouse click detection in various native controls. wxChoice and wxSpinCtrl look better, wxListBox doesn't.

2003-07-07 14:20 RR, revision 21744

Added IsOwnGtkWindow() to wxChoice for mouse click interception.

2003-07-07 11:59 VZ, revision 21743

document the functions sending page changing events

2003-07-07 11:58 VZ, revision 21742

compilation fix (extra semicolon)

2003-07-07 11:48 VZ, revision 21741

warning (in Unicode only) fix

2003-07-07 11:48 VZ, revision 21740

added wxEntry(char **) declaration

2003-07-07 11:14 VZ, revision 21739

mention that OnInit/Exit() should be used instead of wxApp/~wxApp

2003-07-07 08:56 VS, revision 21738

Unicode compilation fixes

2003-07-07 08:52 VS, revision 21737

caret.cpp was missing

2003-07-07 08:33 VS, revision 21736

compilation fix for #ifdef __WXDEBUG__

2003-07-07 08:28 VS, revision 21735

applied modified UTF-8 locales patch (766893)

2003-07-07 08:05 VS, revision 21734

configure didn't define __WXDEBUG__, fixed

2003-07-06 23:29 VZ, revision 21733

backported patch 762500 (don't eas 100% of CPU when showing popup menu)

2003-07-06 23:26 VZ, revision 21732

don't east 100% of CPU when showing popup menu (patch 762500)

2003-07-06 23:08 VS, revision 21731

updated

2003-07-06 23:01 VS, revision 21730

regen XRC makefiles

2003-07-06 22:53 VS, revision 21729

updated main makefiles

2003-07-06 22:53 VS, revision 21728

don't link wxBase against GUI libraries

2003-07-06 22:47 VS, revision 21727

added ability to build contrib samples

2003-07-06 22:19 VS, revision 21726

added xrcdemo bakefile

2003-07-06 22:00 VZ, revision 21725

check for wrong wxID_OK usage (patch 758388)

2003-07-06 21:54 VZ, revision 21724

documented Fit() brokenness if sizers are not used

2003-07-06 21:53 VS, revision 21723

don't link wxBase against GUI libraries

2003-07-06 21:51 VS, revision 21722

don't delete samples datafiles, it may be dangerous

2003-07-06 21:43 VZ, revision 21721

forward ported patch to IsEditable()

2003-07-06 21:40 VZ, revision 21720

send more page change events (patch 750521); document this behaviour

2003-07-06 21:35 VZ, revision 21719

implemented GetDefaultBorder() in wxControl, override it in some controls which don't want to have sunken style by default

2003-07-06 21:33 VZ, revision 21718

compilation fix (extra semicolon)

2003-07-06 21:17 VZ, revision 21717

added GetBorder(flags)

2003-07-06 21:13 VZ, revision 21716

wxNotebook::HitTest() for wxMSW added (patch 748469)

2003-07-06 21:02 VZ, revision 21715

wxNotebook::HitTest() for wxMSW added (patch 748469)

2003-07-06 19:43 VZ, revision 21714

applied a patch to prevent another IsDialogMessage() hang

2003-07-06 19:14 VZ, revision 21713

use HWND in tracing messages

2003-07-06 18:55 VS, revision 21712

don't link wxBase against GUI libraries

2003-07-06 17:52 JS, revision 21711

Added wxHtmlPrintout::AddFilter so the same filters used for viewing HTML can be used for printing it.

2003-07-06 17:24 VS, revision 21710

wxConvGdk is not used anymore

2003-07-06 17:23 VS, revision 21709

don't link wxBase against GUI libs

2003-07-06 16:55 DE, revision 21708

Fixed some fields in the file header

2003-07-06 16:54 DE, revision 21707

Remove finishLaunching method which called wxTheApp->OnInit()

2003-07-06 16:54 VS, revision 21706

compilation fix

2003-07-06 16:46 VS, revision 21705

reverted

2003-07-06 16:38 VS, revision 21704

where did this file disappear? added

2003-07-06 15:56 VS, revision 21703

fixed USER_EXPORTED_ARRAY macros

2003-07-06 12:38 RR, revision 21702

Mini error reported by Valgrind.

2003-07-06 12:05 VS, revision 21701

include EXTRACFLAGS only once

2003-07-06 11:51 RR, revision 21700

Clarified the list item end label edit semantics in the docs.

2003-07-06 11:49 RR, revision 21699

OK, wxMSW doesn't seem to send the end label edit event for wxListCtrls if the label editing was cancelled.

2003-07-06 11:41 RR, revision 21698

Update to ending a label edit action in both tree control and list controls. This includes the patch for tree control to correct the focus behavour when cancelling a label change action. It also adds an end_label_edit event to wxListCtrl when cancelling (this was not done before).

2003-07-06 10:38 RR, revision 21697

Applied patch to wxTextCtrl::IsEditable()

2003-07-06 00:02 VZ, revision 21696

fix for VC++ warnings about missing macro arguments

2003-07-05 23:56 VZ, revision 21695

added wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx/debug.h

2003-07-05 23:56 VZ, revision 21694

added wxScopeGuard; test it in the sample

2003-07-05 23:14 VS, revision 21693
  • D /wxWidgets/trunk/samples/autoconf_inc.m4

removed obsolete file

2003-07-05 22:43 VS, revision 21692

added wxHTML bakefiles

2003-07-05 22:39 VS, revision 21691

regenerated

2003-07-05 22:30 VS, revision 21690

regenerated

2003-07-05 22:26 VZ, revision 21689

some float -> int conversion warnings suppressed (but I wonder if this is really the right thing to do?)

2003-07-05 22:18 VS, revision 21688

added wxHTML

2003-07-05 21:15 VS, revision 21687

link against wxHtml

2003-07-05 21:08 VS, revision 21686

call wxBase built as part of wxMac wxbase_carbon

2003-07-05 20:58 VS, revision 21685

removed some obsolete parts

2003-07-05 20:50 VS, revision 21684

adde wxSTC bakefile

2003-07-05 20:45 VS, revision 21683

regenerated

2003-07-05 20:39 VS, revision 21682

added wxLC_VIRTUAL

2003-07-05 20:38 VS, revision 21681

added wxSTC bakefile

2003-07-05 19:48 SC, revision 21680

changed Remove to RemoveAt

2003-07-05 19:47 SC, revision 21679

moved c-runtime functions for CW here, only add strdup for MSL versions prior to PRO 8

2003-07-05 19:46 SC, revision 21678

moved c-runtime functions for CW to wxchar

2003-07-05 19:21 VS, revision 21677

fixed bug in previous commit: WXTOPDIR not set

2003-07-05 18:46 VS, revision 21676

regenerated

2003-07-05 18:39 VS, revision 21675

regenerated

2003-07-05 18:33 VS, revision 21674

added watcom makefiles; smaller build/bakefiles/Makefile

2003-07-05 17:54 VS, revision 21673

regenerated

2003-07-05 17:11 VS, revision 21672

removed WXUSINGDLL_FOO, one WXUSINGDLL is enough

2003-07-05 17:03 VS, revision 21671

modules don't have to be exported

2003-07-05 16:58 VS, revision 21670

DLL compilation fixes

2003-07-05 16:49 VS, revision 21669

DLL compilation fixes

2003-07-05 15:35 VS, revision 21668

workaround a Watcom build

2003-07-05 15:01 VS, revision 21667

define wxCHECK_W32API_VERSION for OpenWatcom and DigitalMars compilers because both of them use w32api

2003-07-05 14:50 VS, revision 21666

define wxCHECK_W32API_VERSION for OpenWatcom and DigitalMars compilers because both of them use w32api

2003-07-05 14:25 VS, revision 21665

...and so must 3rd party libs

2003-07-05 14:24 VS, revision 21664

fixed installation of wxHTML headers

2003-07-05 14:19 VS, revision 21663

samples must use same settings as the libraries

2003-07-05 14:05 VS, revision 21662

removed redundant app-type tag

2003-07-04 23:49 VZ, revision 21661

bring base class AddFile()s in scope manually, without using 'using'

2003-07-04 23:15 VZ, revision 21660

regenerated after Mattia's changes

2003-07-04 23:12 VZ, revision 21659

test multiple extensions in wxDocTemplate

2003-07-04 22:50 VS, revision 21658

fix monodll build

2003-07-04 21:23 MBN, revision 21657

Blind bakefile fixes.

2003-07-04 21:22 MBN, revision 21656

Applied first part of Roger Gammans' wxHashMap patch: reduce number of value_type() constructor calls.

2003-07-04 20:08 VZ, revision 21655

fixed crash in wxExecute() introduced during base/GUI split

2003-07-04 20:06 VZ, revision 21654

quick fix for Unix build (upper cased builtin, this should be done in bakefiles, of course...)

2003-07-04 19:59 SC, revision 21653

trying to avoid unneccessary redraws by not invalidating areas for windows that are not shown

2003-07-04 19:57 SC, revision 21652

flag removed

2003-07-04 19:57 SC, revision 21651

app traits support and CW Debug output fix

2003-07-04 19:55 SC, revision 21650

new files added

2003-07-04 19:54 SC, revision 21649

pid removed from temp file name