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

2002-08-20 22:33 VZ, revision 16640

test new wxProcess::IsInputAvailable/Opened functions

2002-08-20 22:33 VZ, revision 16639

added and documented wxProcess::Is{Input|Error}Available() and IsInputOpened

2002-08-20 22:32 VZ, revision 16638

fixes for wxExecute() with IO redirection: wxStreamTempInputBuffer is now used under MSW as well

2002-08-20 22:28 VS, revision 16637

1. minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context 2. fixed 'platform' property handling

2002-08-20 22:27 VS, revision 16636

yet another variation on the same theme: wxMAKE_ART_ID_FROM_STR

2002-08-20 22:27 VS, revision 16635

minor rewrite of XRC's stock_id/stock_client handling, now guesses client id from context

2002-08-20 19:12 VZ, revision 16634

removed a few already implemented entries, added 3-satte checkbox

2002-08-20 18:38 JS, revision 16633

OpenGL off by default on Mac, correct scripts to copy setup0.h

2002-08-20 18:37 SC, revision 16632
  • D /wxWidgets/trunk/samples/minimal/MinimalM6.mcp
  • D /wxWidgets/trunk/samples/minimal/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac6.mcp
  • D /wxWidgets/trunk/src/makemac7.mcp

not necessary anymore

2002-08-20 17:16 JS, revision 16631

Fixed compilo (default arg) in joystick constructor

2002-08-20 17:16 JS, revision 16630

Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW Proposed fixes for the wxWindows joystick code under MSW. Some of these would be valid for other platforms, too. Events for buttons are named wrong, docs say different. Docs say EVT_JOY_BUTTON_DOWN and EVT_JOY_BUTTON_UP, but the code says EVT_JOY_DOWN and EVT_JOY_UP. I suggest changing the code to match the docs. wxJoystick::GetNumberJoysticks() should be a static member function. Having to create a joystick object to see if there are joysticks is silly. Docs for GetNumberJoysticks() must be changed; it returns the number of potentially connected joysticks, not the number of actually connected. Alternatively, GetNumberJoysticks() and others must be rewritten to conform with documentation, including remapping of wxWindows sequential joystick ID's to match MSW non-sequential joystick ID's. dwSize is not set when joyGetPosEx() is called. SEVERE ERROR. Error return value from functions should not be a legal return, for instance, wxJoystick::GetPOVCTSPosition() returns 0 for error, but this is a legal return value. GetButtonState() supports only four (out of 32) buttons. Also, should return as bitmap (LSB = button 1). (Win32 does this, although not documented as such).

2002-08-20 16:57 JS, revision 16629

Applied patch 548046: wxDebugAlloc & wxDebugFree thread safe

2002-08-20 15:48 RR, revision 16628

Added scrolling of widgets to GTK 2.0. Removied obsolete ifdef from toolbar code. Updated readme.

2002-08-20 15:44 RR, revision 16627

Implemented Maximize() etc for GTK 2.0.

2002-08-20 15:09 VZ, revision 16626

rewrote wxString::To/FromAscii() to fix a few small problems

2002-08-20 15:07 VZ, revision 16625

added tests for wxString::To/FromAscii

2002-08-20 15:07 VZ, revision 16624

don't initialize m_str twice in wxCharBuffer ctor

2002-08-20 14:56 VZ, revision 16623

fixed Unicode wxBase config in VC6 project files, there was an extra quote which was completely confusing the compiler

2002-08-20 14:29 VZ, revision 16622

added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS flag to wxFileConfig (patch 591381)

2002-08-20 14:15 VZ, revision 16621

fixed error message when long options are disabled (patch 597771)

2002-08-20 14:11 JS, revision 16620

Added brief instructions for compiling wxMSW with configure

2002-08-20 13:47 VZ, revision 16619

fix compilation when !wxUSE_INTL (patch 547073)

2002-08-20 13:41 VZ, revision 16618

added mentions of internat sample

2002-08-20 13:28 VZ, revision 16617

fixed m_relative initialization in wxFileName default ctor and Clear() (patch 597736)

2002-08-20 13:25 VZ, revision 16616

updated mutex and semaphore docs to reflect the new API (patch 593994)

2002-08-20 13:21 VZ, revision 16615

removed extra semi colon which provoked CW warnings (replaces patch 596658)

2002-08-20 13:19 VZ, revision 16614

removed extra semi colon which provoked CW warnings (part of patch 596658)

2002-08-20 11:51 JS, revision 16613

Incremented version number

2002-08-20 10:01 JS, revision 16612

-enable-mdi for X11 now works

2002-08-20 09:27 JS, revision 16611

Added generic MDI files

2002-08-20 09:09 JS, revision 16610

Applied patch [ 597398 ] Generic MDI, wxNotebook based. By Hans Van Leemputten (hansvl) - This patch implements a generic notebook based mdi, due to that wxMDIChildFrame could not derive from wxFrame some things in the samples and in the docmdi classes needed to be adjusted... basically this comes down to not do (wxFrame *) but instead do (wxMDIChildFrame *), or store a pointer to the frame in a wxWindow* instead of a wxFrame variable... - The main reason wxMDIChildFrame cannot derive from wxFrame is that it would take to much platform specific functions to be overwritten (= lot of ifdef's). This then couldn't be called generic anymore, so that's why we need to derive from wxPanel... - Tested on/with: 1. wxMSW (I disabled the MSW MDI implementation to be able to test it), tested it with the MDI sample, docvwmdi sample and docview sample and also tested it with wxWorkshop. (test = compile and run) 2. wxX11, tested with the same set wxWin samples as the wxMSW test. I also compiled wxWorkshop with it, but could not run wxWorkshop due to some issue not related to the MDI implementation. - How to apply: * Apply the patch * move mdig.cpp into wxWindows/src/generic/ * move mdig.h into wxWindows/include/wx/generic/ - Some extra things that still need to be done: * File lists, project files should be updated to include mdig.cpp (the patch only change this on wxX11) * The configuration script should be updated. * Maybe wxUSE_GENERIC_MDI_ARCHITECTURE also should be added so it is only included when wanted...

2002-08-20 08:34 JS, revision 16609

Applied patch [ 597320 ] Return wxNotebook::SetSelection value By Hans Van Leemputten (hansvl) According to the documentation wxNotebook::SetSelection() should return the previous selection... (Like wxMSW does) but the wxUniv version returns the currently selected selection. Patch was tested with wxX11. Applied patch [ 597313 ] Popup menu still used after deletion By Hans Van Leemputten (hansvl) - This patch exists out of 2 parts; Part 1 is a patch to show the problem with the menu sample (this part is just to show the problem and should not be put into CVS!). Part 2 is the fix and should be put in CVS. (src/univ/menu.cpp) - Instructions to reproduce the problem with the menu sample: 1. Apply part 1 of the patch only. 2. Run the sample after recompiling it. 3. Press "Close Test" -> "Close", this will basically remove the current menu bar and recreate it again and re-use the menu item "Close test" from the old menu bar... 4. Again press "Close Test", doing this will already crash the sample. - The cause of the problem is that the m_popupMenu in wxMenu is deleted because it is a child of the old menu bar (Note: it does not get destroyed by the wxMenu destructor, but by DestroyChildren()) and m_popupMenu is not put back to NULL when this happens... - This patch was tested only with wxX11.

2002-08-20 08:13 JS, revision 16608

Reordered ClearCache calls as per Roger Chickering's suggestion.

2002-08-20 05:00 DW, revision 16607

FileDlg updates.

2002-08-19 23:09 VS, revision 16606

reverted Robert's preference for tables-driven EC_CharSet

2002-08-19 22:22 DW, revision 16605

Weekly updates and file dialog implementation

2002-08-19 19:40 SC, revision 16604

corrected button modifier state in carbon, cursor setup corrected

2002-08-19 19:36 SC, revision 16603

wxMac needs same cursor setup for cursor as GTK and MSW

2002-08-19 19:34 SC, revision 16602

const char correction for mac

2002-08-19 17:02 RR, revision 16601

Lots more Unicode fixes. wxClipboard fixes for GTK2 and UTF8. wxFileConfig now uses wxConvLocal to convert text and doesn't crash anymore..

2002-08-19 17:00 RR, revision 16600

Extra check for GTK2.

2002-08-19 16:59 RR, revision 16599

Make wxTELETYPE and wxMODERN map to monospaced fonts.

2002-08-19 16:09 JS, revision 16598

Added EVT_JOY_BUTTON_... macros as per the manual, retained the old names for compatibility. Changed 2.3.2 to 2.3.3 in a couple of files.

2002-08-19 10:03 JS, revision 16597

Removed an old email address

2002-08-19 09:59 JS, revision 16596

Set the selection under Motif in wxChoiceDialog

2002-08-19 02:28 DW, revision 16595

Weekly catchup as well as better font and fontdlg support

2002-08-19 02:24 DW, revision 16594

updates mostly for better font support and some weekly catch-up work

2002-08-19 02:23 DW, revision 16593

some OS/2 updates

2002-08-19 02:22 DW, revision 16592

need for VisualAge to include wchar.h

2002-08-18 22:50 VZ, revision 16591

fixed wxBase compilation (what was msgdlg.h doing in wxchar.cpp?)

2002-08-18 22:42 JS, revision 16590

Use wxGenericImageList for wxMSW/wxUniv now; this allows us to remove the MSW-specific code in wxUniv's wxNotebook (maybe elsewhere?)

2002-08-18 18:24 JS, revision 16589

Further installation fixes

2002-08-18 17:23 VS, revision 16588

don't crash if used in iconv-like fashion

2002-08-18 14:10 JS, revision 16587

Corrected HTML index, other distro-related tweaks

2002-08-18 08:09 JS, revision 16586

Don't compile socket table if wxUSE_SOCKET is 0.

2002-08-17 22:24 VS, revision 16585

make it possible to easily define artID from a string (for XRC)

2002-08-17 22:24 VS, revision 16584

simpler fix for locale catalogs lookup bug (better one will hopefully follow)

2002-08-17 22:19 JS, revision 16583

First cut at socket support in wxX11

2002-08-17 22:17 RR, revision 16582

Put various #ifdefs vsnprintf() back in, they were lost in today's changes..

2002-08-17 21:41 RR, revision 16581

Printing paper sizes, file printing, print metrics..

2002-08-17 21:00 VZ, revision 16580

some harmless warning fixes

2002-08-17 20:50 RR, revision 16579

Typos.

2002-08-17 19:36 RR, revision 16578

iconv() really never set the trailing 0.

2002-08-17 19:12 RD, revision 16577

Tweaked python image output slightly

2002-08-17 19:09 RD, revision 16576

Put the page in the event for all event types

2002-08-17 19:08 RD, revision 16575

Added wxWizard and the wizard page classes, as well as a wizard sample in the demo.

2002-08-17 19:07 RD, revision 16574

Fixed wxPython's wxArt constants

2002-08-17 18:20 RR, revision 16573

iconv() doesn't set the trailing zero

2002-08-17 17:35 RR, revision 16572

Another UNicode conversion fix.

2002-08-17 17:29 JS, revision 16571

Removed excess distribution archives

2002-08-17 17:04 RR, revision 16570

Printing things.

2002-08-17 17:03 RR, revision 16569

Compile fixes for ANSI mode.

2002-08-17 16:29 RR, revision 16568

Removed all deprecated printing code.

2002-08-17 12:11 JS, revision 16567

Script mods

2002-08-17 12:11 RR, revision 16566

%s to %ls conversion

2002-08-17 12:09 RR, revision 16565

Convert %s to %ls and %c to %lc in printf and scanf etc.

2002-08-17 11:31 JS, revision 16564

Remove mmedia makefile for wxMac

2002-08-17 07:44 JS, revision 16563

Removed all trace of richedit from scripts

2002-08-16 23:03 VZ, revision 16562

compilation fix for wxApp after exitOnFrameDelete changes

2002-08-16 22:57 VZ, revision 16561

a better fix for notebook page not being refreshed after Delete()

2002-08-16 22:29 JS, revision 16560

More script tweaks

2002-08-16 22:29 JS, revision 16559

Corrected SVG makefile

2002-08-16 21:07 JS, revision 16558

Corrected files for PDF RTF

2002-08-16 20:41 JS, revision 16557

Tweaks to distrib scripts

2002-08-16 19:54 RD, revision 16556

Bad copy/paste fix

2002-08-16 19:53 RD, revision 16555

SWIGged updates for wxMSW

2002-08-16 19:52 RD, revision 16554

Don't send EVT_KILL_FOCUS when the window is in the process of being deleted.

2002-08-16 19:45 RD, revision 16553

SWIGged update for wxGTK

2002-08-16 19:44 RD, revision 16552

Reorganized listctrl demo a bit so I can test a bug report

2002-08-16 18:52 RD, revision 16551

wxPython needs to deal with the new exitOnFrameDelete policy too.

2002-08-16 18:50 RD, revision 16550

Exit on frame delete is now initialized and handled in AppBase.

2002-08-16 17:39 RR, revision 16549

Compile fix.

2002-08-16 17:18 RR, revision 16548

Exchanged compile flags so that local include paths are used before others (such as PangoFT2'2).

2002-08-16 17:08 JS, revision 16547

Script tweaks

2002-08-16 16:18 JS, revision 16546

Applied patch [ 596061 ] Adds more navigation buttons to preview By Juergen Geltinger (jgelti)

2002-08-16 12:43 JS, revision 16545

Applied patch [ 566816 ] adds xBase type for Sequiter's SQL/ODBC

2002-08-16 12:22 JS, revision 16544

Fix for Unices with small command line space

2002-08-16 11:39 JS, revision 16543

Added wxMac distrib to tardist

2002-08-16 11:24 JS, revision 16542

Applied [ 594925 ] Implement wxArtProvider and XRC together By Robert O'Connor (robertoconnor) This patch is a draft which successfully allows a wxArtProvider to serve out icons to bitmaps for XRC files. The syntax to use a wxArtProvider bitmap is: <bitmap stock_id="wxART_INFORMATION" stock_client="wxART_TOOLBAR">somefallbackicon.png</bitmap> The bitmap is optional, and will only be used as a fallback image, if the wxArtProvider returned a wxNullBitmap for some reason. The client attribute, if not specified, currently will be wxART_OTHER. Perhaps there should be a guessing heuristic of it being in a menu node to call wxART_MENU. Usage of XRC resouces and wxArtProvider together can be seen in an updated /contrib/samples/xrc demo, which is a separate patch. Search the wx-dev mailing lists for "wxArtProvider" and "XRC" for the full discussions on this feature's API design. Applied patch [ 594932 ] Extended XRC XML resources sample By Robert O'Connor (robertoconnor) This is a more comprehensive introduction to how to get up and running using XRC in your new wxWindows project. It describes both the basics (for new users) and advanced features. It consists of a demo of dialogs and frames loaded from XRC. Each dialog has a textctrl at the top of the dialog, which walks the new user through that feature. There are 8 demos: The 4 basic ones: -A non-derived dialog, as typically used for an about dialog. -A derived dialog that loads its resources from an XRC (a frequently-asked question on the mailing lists), and responds to some simple events, including the disable-another-control-via-EVT_UPDATE_UI that is another FAQ, and powerful and simple-to-use feature. -A XRC reference "Controls" dialog, using a notebook. Each tab has a single control. All XRC handled widgets can be seen at a glance, and how to use them under XRC. -An uncentered dialog, to demonstrate the easy use of <centered>1</centered> to automatically place a Dialog centered on its parent.. The 4 advanced ones: -Embedding a custom class into an XRC dialog, by using the "unknown" class. -Using wxArtProvider to use stock icons from within your your XRC resources. -Using the platform attribute to selectively show a part of XRC based on the current OS. -Runtime variable expansion (demo only. Not implemented at this time). Also: -The main frame is now demonstrated as being loaded as an XRC. - The toolbar has longhelp tag demonstrated, and are hooked up to the same events as the menu to show how XRCID() works on the same tool and menuitem XRCID. -Some custom icons for the demonstration were created, and put into the toolbar and menubar. A custom icon also for the demonstration. -The example code has been put in 1 class per file (both .cpp and a matching .xrc), to make it much less confusing for a newcomer to figure out what class is what, expecially with all the wx macros for declaration and implementation.

2002-08-16 10:51 JS, revision 16541

Applied [ 594745 ] Fixes core dump under Forte 6U1 in imagbmp.cpp By John Skiff I was getting a core dump under Solaris 2.6 when storing images. My compiler is Forte 6 Update 1. The problem was in imagbmp.cpp: t@1 (l@1) signal BUS (invalid address alignment) in wxANIHandler::DoCanRead at line 1304 in file "imagbmp.cpp" 1304 if ( FCC1 != *riff32 ) (dbx) p FCC1 FCC1 = 31064321 (dbx) p *riff32 *riff32 = 1380533830 (dbx) I have tested the fix under Windows 2000, Solaris 2.6, and Irix 6.5.