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-02-08 18:48 JS, revision 25653

Misc documentation fixes

2004-02-08 18:09 JS, revision 25652

Added makefile for making documentation

2004-02-08 17:30 JS, revision 25651

Added Release Unicode DLL and Debug Unicode DLL (identical to non-DLL configurations) in order to get appropriate regex configuration compiled when wxWindows is compiled via wxWindows.dsw. Closes bug 877037.

2004-02-08 16:27 SN, revision 25650

Applied and extended patch 886524 (wxGridCellFloatEditor doesn't accept '.' and '-').

2004-02-08 16:20 VZ, revision 25649

don't use char hook to handle Esc in the dialogs, it is too blunt and prevents us from using it for the other purposes such as closing popup menus (bug 884713)

2004-02-08 16:13 JS, revision 25648

Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERTY_FLAGS section for RTTI

2004-02-08 15:52 VZ, revision 25647

estimate size of multiline text controls more accurately (bug 873277)

2004-02-08 15:51 JS, revision 25646

Closed doc bug [ 412032 ] wxGrid SetCellAlignment

2004-02-08 15:40 JS, revision 25645

Document deletion of all items in SetWindowStyleFlag for wxListCtrl

2004-02-08 15:39 JS, revision 25644

Fixed [ 855507 ] typo in wxFrame

2004-02-08 15:38 VZ, revision 25643

fixed wxEVT_CONTEXT_MENU generation (it works differently under w2k/XP than under NT4 apparently...) (partly fixes bug 861510)

2004-02-08 15:34 JS, revision 25642

Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructor misses fg and bg in doc Jay Berkenbilt

2004-02-08 15:29 VZ, revision 25641

as after recent change wxID_SEPARATOR is now -2, it is better for idMenuTitle to be different from -2 as otherwise we have separators instead of menu titles

2004-02-08 15:16 VZ, revision 25640

don't try O(N) actions in virtual view, this gives impression that the sample hangs (as in bug 857038)

2004-02-08 15:15 JS, revision 25639

Fixed bug [ 875952 ] Win32 wxListControl::FindItem documentation wrong Fixed bug [ 890430 ] 'message' parameter documented twice

2004-02-08 15:13 JS, revision 25638

Fixed [ 875952 ] Win32 wxListControl::FindItem documentation wrong

2004-02-08 15:06 VZ, revision 25637

ugly attempt to fix compilation for BCB 6 (bug 819700)

2004-02-08 15:03 JS, revision 25636

Fixed bug [ 865999 ] wxRETAINED windows appear blank on MSW. wxRETAINED defined to 0 on non-Motif platforms to avoid clash with wxPOPUP_WINDOW

2004-02-08 15:02 VZ, revision 25635

fixed and documented GetItemText/BackgroundColour() (closes bug 812907)

2004-02-08 14:45 VZ, revision 25634

don't call SelectObject() twice in SetBrush() nor SetFont() neither

2004-02-08 14:38 VZ, revision 25633

renamed wxEventFixModule to wxWakeUpIdleModule; added error checking; slight code cleanup

2004-02-08 14:27 VZ, revision 25632

added GetHbrush() and GetHbrushOf()

2004-02-08 14:22 VZ, revision 25631

don't call SelectObject() twice in SetPen() (slow!); don't do anything if setting the same pen and handle errors betters (should fix bug 811415)

2004-02-08 14:20 VZ, revision 25630

fixed operator=(), ==() and !=() for wxPen

2004-02-08 14:07 VZ, revision 25629

fixed small bug in operator=() (comparing equal but not identical objects were not assigned though they should be)

2004-02-08 13:54 VZ, revision 25628

added GetHpen() and GetHpenOf()

2004-02-08 13:40 VZ, revision 25627

define WXMICROWIN_CHECK_HDC macro once instead of having #ifdefs for microwin everywhere

2004-02-08 13:30 VZ, revision 25626

use wxBusyCursor class instead of wxBeginBusyCursor and several (mismatched and thus provoking assert failures) wxEndCursors

2004-02-08 13:24 SC, revision 25625

proper UTF32 / 16 conversions added

2004-02-08 13:23 SC, revision 25624

wchar_t 4 bytes support added

2004-02-08 13:22 SC, revision 25623

redraw forced for size changes (layout for measuring is simpler than word-wrapping drawing code)

2004-02-08 13:20 VZ, revision 25622

use hard coded default size for top level windows instead of CW_USEDEFAULT: this results in more decent default frame size and fixes initial wxMiniFrame size which used to be tiny 8*8 (and so fixes bug 817832)

2004-02-08 13:02 JS, revision 25621

Added wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr Otto Wyss

2004-02-08 12:45 JS, revision 25620

Misc doc fixes

2004-02-08 12:43 JS, revision 25619

Applied patch [ 892608 ] wxLogDialog + wxLogFrame: minor improvement for file saving Christian Sturmlechner

2004-02-08 12:38 JS, revision 25618

Applied patch [ 892543 ] wxUniversal: Bitmaps in disabled menu items Christian Sturmlechner

2004-02-08 12:38 SC, revision 25617

corrected Sleep implementation (as clock() under Mach does only return our own passed time)

2004-02-08 12:22 JS, revision 25616

Added CE project files

2004-02-08 12:01 JS, revision 25615

Applied patch [ 875666 ] Warning free configtool util ABX

2004-02-08 11:59 JS, revision 25614

Applied patch [ 879998 ] Warning free animate contrib ABX

2004-02-08 11:57 JS, revision 25613

Fixed RTTI

2004-02-08 11:56 JS, revision 25612

Applied patch [ 875663 ] Warning free mmedia contrib ABX

2004-02-08 11:53 JS, revision 25611

Applied [ 880011 ] Several fixes to DbBrowse demo ABX

2004-02-08 11:49 JS, revision 25610

Applied patch [ 892511 ] wxUniversal: fix of segfault in toolbar.cpp Christian Sturmlechner

2004-02-08 11:07 SC, revision 25609

scroll of subwindow confined to rect param

2004-02-08 11:06 SC, revision 25608

tabs fixed

2004-02-08 10:56 SC, revision 25607

corrected line counts and implemented ShowPosition

2004-02-08 09:53 SC, revision 25606

corrections for buffers

2004-02-08 09:52 SC, revision 25605

unicode savvy conversions

2004-02-08 08:27 MBN, revision 25604

Documented new constructor and overloaded Create methods.

2004-02-08 08:24 MBN, revision 25603

Update toback24.

2004-02-08 08:07 MBN, revision 25602

Reverses part of my changes of Mon Apr 14 17:27:28 2003. This fixes wxMotif windows not getting most mouse move events (testcase: could not drag cards in Forty). This is a quick fix for 2.5.1.

2004-02-08 07:58 MBN, revision 25601

Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE == 1.

2004-02-08 07:54 MBN, revision 25600

Applied patches #892580 and #892582 from Christian Sturmlechner. Fix of variable declaration in wxApp::Yield().

2004-02-08 07:07 DE, revision 25599

Use wxLogTrace instead of wxLogDebug for trace messages

2004-02-08 07:04 DE, revision 25598

Add wxCocoa-specific trace masks

2004-02-08 06:33 SC, revision 25597

font encodings and refresh upon show (after a hide all no update event is sent at least on Panther)

2004-02-08 06:27 SC, revision 25596

font encodings

2004-02-08 06:27 SC, revision 25595

font encodings and a first copy implementation wchar_t 32 <-> 16 bit

2004-02-08 06:23 SC, revision 25594

font encoding support

2004-02-08 06:21 SC, revision 25593

conversion warning gcc 3.3 mac

2004-02-08 06:19 SC, revision 25592

font-encodings additions

2004-02-08 06:18 SC, revision 25591

unicode targets cleanup for cw and xcode

2004-02-08 06:13 SC, revision 25590

getting rid of old pragma for CW Pro 9

2004-02-08 05:42 SC, revision 25589

don't let MacIsReallyShown climb over toplevel windows, otherwise tlws with invisible parents are not showing their controls either

2004-02-08 00:59 VZ, revision 25588

background colour of a combobox may now be set (bug 805442)

2004-02-07 23:48 VZ, revision 25587

reset m_frameTool/StatusBar pointers before deleting them (bug 773474)

2004-02-07 23:18 VZ, revision 25586

don't show the accels on the controls if the system is configured to hide them initially (bug 718368)

2004-02-07 23:15 VZ, revision 25585

added WM_UPDATEUISTATE and related stuff

2004-02-07 21:50 VZ, revision 25584

trying to fix breakage in wxBufferedPaintDC after the last commit

2004-02-07 21:15 VZ, revision 25583

one line fix for a bug with focus switching to the one after next control instead of the next one after a multiline text control and a 15-line comment explaining it (this incidentally fixes bug 658026 and maybe others)

2004-02-07 21:07 VZ, revision 25582

no changes (just removed some long unused junk)

2004-02-07 20:48 VZ, revision 25581

fixes for page positioning for notebooks with wxNB_MULTILINE style (closes bugs 709099 and 645323)

2004-02-07 20:20 VZ, revision 25580

added checkbox for testing wxNB_MULTILINE

2004-02-07 19:51 VZ, revision 25579

don't change the control width when adjusting the height of the drop down list

2004-02-07 19:26 VZ, revision 25578

use new style creation (MSWCreateControl() and MSWGetStyle()); adjust the drop down list height after appending/inserting/deleting items

2004-02-07 19:25 VZ, revision 25577

don't give error messages if ws2_32.dll is not available in wxGetHostName()

2004-02-07 19:24 VZ, revision 25576

compilation fix for wxUSE_VALIDATORS == 0

2004-02-07 19:21 VZ, revision 25575

added wxDC::DrawPolyPolygon() (patch 882189)

2004-02-07 18:42 VZ, revision 25574

multiple fixes to wxChoice/wxCombobox height getting/setting (replaces patches 888171, 834099; fixes bug 880590)

2004-02-07 18:38 DS, revision 25573

Live resizing is OS X only.

2004-02-07 17:04 SN, revision 25572

Handle separators in menus correctly.

2004-02-07 16:54 VZ, revision 25571

added wxDC::DrawPolyPolygon() (patch 882189)

2004-02-07 16:39 VZ, revision 25570

wxBufferedDC changes

2004-02-07 16:39 VZ, revision 25569

documented wxBuffered[Paint]DC

2004-02-07 16:37 VZ, revision 25568

files for LaTeX 2e compilation

2004-02-07 16:16 VZ, revision 25567

made it possible to preserve background when using wxBufferedDC (replaces patch 876263); some refactoring

2004-02-07 15:44 VZ, revision 25566

made wxFFile a bit more safe: don't crash when Tell() and Length() are called on closed file (patch 811425)

2004-02-07 15:43 VZ, revision 25565

documeneted Error()

2004-02-07 15:37 VZ, revision 25564

trying to speed up wxExecute(SYNC) -- by adding sleep to it (!) (patch 814478)

2004-02-07 15:34 VZ, revision 25563

minor cleanup (patch 876248)

2004-02-07 15:28 VZ, revision 25562

wxURL implementation using WinInet functions under Win32 (patch 839305)

2004-02-07 15:07 VZ, revision 25561

Digital Mars compilation warnings and Unicode fixes (patch 884587)

2004-02-07 15:02 VZ, revision 25560

respect xsrc, ysrc parameters in DoBlit() (patch 733961)

2004-02-07 14:53 VZ, revision 25559

better leak error reporting using VC CRT (patch 828250)

2004-02-07 14:47 VZ, revision 25558

removed inclusion of malloc.h (part of patch 828250 but makes sense independently of it)

2004-02-07 14:31 VZ, revision 25557

show first item added with InsertItem() correctly (part of patch 833247)

2004-02-07 14:26 VZ, revision 25556

fixes for compiling with more stuff disabled in setup.h (patch 889211)

2004-02-07 14:19 VZ, revision 25555

added wsock32.lib (patch 880683)

2004-02-07 13:57 VZ, revision 25554

added numdlg.h and generic/numdlgg.h