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

1999-06-10 10:21 RR, revision 2737

wxWINE fixes. Removed wxTextCtrl tests from controls.

1999-06-10 09:55 KB, revision 2736

documented the wxNO_DEFAULT that I added to make No button in dialog the default.

1999-06-09 22:19 VZ, revision 2735

1. fatal typo in colour copying in wxStyleInfo ctor fixed 2. yet slightly better selection handling 3. scrollbars now appear when the window is resized and disappear too (it's somewhat strange still...)

1999-06-09 18:16 JS, revision 2734

Getting various compilers to work with wxWin again

1999-06-09 18:09 RR, revision 2733

The last drops of WINE.

1999-06-09 16:47 KB, revision 2732

Fixed.

1999-06-09 16:24 VZ, revision 2731

makefile for wxLayout sample

1999-06-09 16:22 VZ, revision 2730

wxLayoutStyleInfo ctor reverted back to the original, selection works better

1999-06-09 15:47 KB, revision 2729

added WAVE

1999-06-09 14:49 KB, revision 2728

Added --with-wave/--without-wave for conditional wxWave support.

1999-06-09 13:40 KB, revision 2727

Fixed handling of --enable-optimise (had to remove American spelling, sorry).

1999-06-09 13:21 VZ, revision 2726

wxLayoutStyleInfo ctor doesn't set all fields to -1

1999-06-09 11:36 VZ, revision 2725

menu changed, many uninitialized variables are now initialized - thanks Purify

1999-06-09 11:32 VZ, revision 2724

1. wxPaintDC reuse now seems to actually work instead of leading to mysterious bugs (but I still don't know why should we have it at all) 2. wxMenuItem initializes m_bChecked variable - thanks Purify 3. don't try to delete the brush which couldn't be created in app.cpp

1999-06-09 10:22 KB, revision 2723

compilation fixes

1999-06-09 10:02 KB, revision 2722

Now works with older versions of the test command, too.

1999-06-09 07:03 RD, revision 2721

Added command for building MS HTML Help file.

1999-06-09 07:02 RD, revision 2720

Added config values (commented out) for generating the MS HTML Help project, contents, and index files.

1999-06-09 00:32 RR, revision 2719

WINE is so fine.

1999-06-08 22:01 VZ, revision 2718

compile and cursor positioning fixes

1999-06-08 20:56 RR, revision 2717

Chianti, Pinot noir, WINE..

1999-06-08 19:10 VZ, revision 2716

more Motif fixes (still doesn't compile, but *really* close :-)

1999-06-08 18:03 VZ, revision 2715

1. fixes for non-Posix sh in configure 2. better caching of wxUSE_<toolkit> argument 3. new wxString::PrintfV() is configured by configure

1999-06-08 15:56 JS, revision 2714

Removed floor() references

1999-06-08 15:54 JS, revision 2713

Removed floor references

1999-06-08 15:42 VZ, revision 2712

explained (?) difference between LeftDown and LeftIsDown

1999-06-08 15:08 VZ, revision 2711

the default value for the constraints is wxUnconstrained, not wxAsIs

1999-06-08 14:30 RR, revision 2710

Compile fixes.

1999-06-08 12:20 KB, revision 2709

another fix

1999-06-08 12:17 karsten, revision 2708

Fixed compilation, sorry for that.

1999-06-08 10:08 RR, revision 2707

A few more WINE fixes.

1999-06-08 07:01 RD, revision 2706

Added wxFrame::MakeModal for MSW, (it's already there for GTK)

1999-06-08 06:58 RD, revision 2705

Changed GetSize to DoGetSize so virtual GetSize works right.

1999-06-07 22:12 RR, revision 2704

compile fixes.

1999-06-07 21:29 RD, revision 2703

Added GetMessage to those that are undef'ed and reimplemented as inlines for wxMSW.

1999-06-07 21:28 RD, revision 2702

Since wxPrivateDataObject doesn't derive from wxObject it can't participate in wxWindows RTTI system using wxClassInfo. Removed DECLARE_DYNAMIC_CLASS( wxPrivateDataObject )

1999-06-07 21:17 RR, revision 2701

Added some WINE things.

1999-06-07 20:49 KB, revision 2700

Coupled some core functionality out, to allow its use outside the wxLibrary framework. Fixed a Unix bug (I believe). Untested, sorry for that, will test ASAP.

1999-06-07 20:48 KB, revision 2699

now accepts automake 1.3, too

1999-06-07 20:47 KB, revision 2698

Added a function to get screen coordinates relating to cursor coords.

1999-06-07 19:44 RR, revision 2697

Ignore.

1999-06-07 19:41 RR, revision 2696

Just ignore CVS. It's better for you.

1999-06-07 19:12 RR, revision 2695

I'm able to make a wxGTK.tgz again.

1999-06-07 18:27 VZ, revision 2694

1. configure caches the command line options 2. Motif makefile added

1999-06-07 18:26 VZ, revision 2693

1. wxWindow::IsTopLevel() added and documented 2. wxDynamicClass() added and documented 3. first Motif fixes (doesn't compile yet)

1999-06-07 16:22 RR, revision 2692

CVS cleanups.

1999-06-07 15:53 RR, revision 2691

Distribution things.

1999-06-07 14:51 RR, revision 2690

Updated distribtion and docs.

1999-06-07 13:54 RR, revision 2689

Fixed wrong include paths for zlib/png/jpeg.

1999-06-07 11:27 RR, revision 2688

Install AFMs as well.

1999-06-07 09:58 KB, revision 2687
  • D /wxWidgets/trunk/user/wxLayout

Moved to ../samples/rtfedit.

1999-06-07 09:57 KB, revision 2686

Formerly known as wxLayout.

1999-06-07 09:47 VZ, revision 2685

compilation fix for newer wxGTK

1999-06-07 09:46 VZ, revision 2684

fix for older versions of automake

1999-06-07 09:00 RR, revision 2683

Corrected cursors for during capture mouse. Added wxSP_LIVE_UPADTE to splitter.

1999-06-06 22:12 VZ, revision 2682

bug in menu accelerators code corrected (don't create empty accel table, this exposes a bug in Win32 API :-)

1999-06-06 22:10 VZ, revision 2681

some small fixes to make it work a bit again under MSW: 1. bg bitmap reenabled 2. wxCaret positioning reenabled

1999-06-06 17:11 KB, revision 2680

My heavy modification and some back-changes to allow it to work with ancient wxGTK.

1999-06-06 16:07 RR, revision 2679

Corrected hotkeys for MDI menus.

1999-06-05 22:38 VZ, revision 2678

background bitmap test added, other minor fixes

1999-06-05 21:29 VZ, revision 2677

repositioning the cursor with mouse clicks works

1999-06-05 20:42 RR, revision 2676

Changed to libtool's interface vs. release versioning make install works

1999-06-05 10:25 RR, revision 2675

Compile fixes.

1999-06-05 05:00 BM, revision 2674

Attempt at getting mingw32 working again... still doesn't work I wonder when the last time it did work

1999-06-05 01:03 VZ, revision 2673

latest changes: added word-wise movement (buggy, esp. backwards), more minor fixes, big problems (scrolling/selection) still remain under MSW

1999-06-05 00:59 VZ, revision 2672

1. added missing wxUSE_TEXTDLG to setup0.h 2. added new style wxWANTS_CHARS and WM_GETDLGCODE handling for windows with this style

1999-06-04 23:18 RR, revision 2671

Added missing file.

1999-06-04 22:53 RR, revision 2670

Added semicolon to macro in list.h - I just read that Vadim doesn't want it there - oh well. Added check for XKBext.h Made BMP loader BIGENDIAN safe.

1999-06-04 22:25 VZ, revision 2669

1. warnings suppressed in wave.cpp 2. various fixes to configure/Makefiles - building in another dir works again 3. AC_C_BIGENDIAN replaced with WX_C_BIGENDIAN (much better :-)

1999-06-04 22:12 VZ, revision 2668
  • D /wxWidgets/trunk/src/gtk.inc
  • D /wxWidgets/trunk/src/motif.inc
  • D /wxWidgets/trunk/src/qt.inc
  • D /wxWidgets/trunk/src/stubs.inc

these files are not used any more

1999-06-04 10:25 RR, revision 2667

Added wxInt32 etc (FIXME for 64bit) Added byte swapping for BIG vs LITTLE endian

1999-06-04 07:27 RR, revision 2666

Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)

1999-06-04 06:50 RR, revision 2665

More makefiles correction. Minimal runs now.

1999-06-03 23:17 VZ, revision 2664

1. more (minor) wxCaret bug fixes 2. try to enforce wxPaintDC usage only inside EVT_PAINT handler (only in debug mode) 3. warnings removed from pnghand.cpp and dibuitls.cpp

1999-06-03 22:46 VZ, revision 2663

wxString::begin and end added

1999-06-03 22:36 VZ, revision 2662

MSW fixes for wxLayout, part II: now breaking and merging line works too. Scrolling still doesn't :-(

1999-06-03 22:14 RR, revision 2661

Small makefile corrections. Added test for endianness.

1999-06-03 17:13 RR, revision 2660

Reactivtaed the new wxRect code Changed ordering of includes in configure

1999-06-03 16:19 JS, revision 2659

Corrected spelling of 'unrecognized'

1999-06-03 16:17 JS, revision 2658

Removed GetSize from wxToolBar95

1999-06-03 15:59 RR, revision 2657

Another typo in ocnfigure.in

1999-06-03 15:42 RR, revision 2656

Another typo concerning wxUSE_SASH

1999-06-03 14:56 RR, revision 2655

The new wxRect doesn't compile so I #if 0ed it Fixed typo in configure.in

1999-06-03 14:14 RR, revision 2654

Moved main Makefile.am for wxGTK to /src/gtk Removed LTLIBOBJECT code from configure with excpetion of PNG, JPEG, ZLIB and iODBC Added missing #ifdef for the Xkbdetectauto thing

1999-06-03 08:45 JS, revision 2653

min/max -> wxMin/wxMax

1999-06-02 21:26 VZ, revision 2652

First part of fixes to make this work under MSW. 1. letters actually appear on the screen 2. Clear() works 3. Backspace/Delete in one line works too 4. breaking lines works 5. cursor is now a wxCaret 6. tons of other fixes

1999-06-02 15:46 BM, revision 2651

Readd mingw32 support Clean-up

1999-06-02 14:52 VZ, revision 2650

1. library should build 2. first Motif fixes 3. --enable-debug option in configure 4. default toolkit detection actually works - and --with-gtk/motif too

1999-06-02 14:08 JS, revision 2649

Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree consistent (const omission)

1999-06-02 12:29 VZ, revision 2648

--with-toolkit should work now

1999-06-02 12:03 VZ, revision 2647

1. make install/uninstall seems to work 2. setup.h will be automatically updated/recreated when needed (due to automake stupidness I have to create the real setup.h in the top level build directory now) 3. wx-config --cflags gives -I@prefix@/include only once, not twice

1999-06-02 11:49 VZ, revision 2646

(inexisting) datetime.h removed

1999-06-02 11:23 VZ, revision 2645
  • D /wxWidgets/trunk/configure

another autogenerated file removed

1999-06-02 10:34 JS, revision 2644

day_of_week fix to wxDate, wxRect additions

1999-06-02 10:01 VZ, revision 2643

latest changes (no need for link to Makefile.am any more)

1999-06-02 10:00 VZ, revision 2642
  • D /wxWidgets/trunk/include/Makefile.in
  • D /wxWidgets/trunk/include/wx/generic/Makefile.in
  • D /wxWidgets/trunk/include/wx/gtk/Makefile.in
  • D /wxWidgets/trunk/include/wx/gtk1/Makefile.in
  • D /wxWidgets/trunk/include/wx/Makefile.in
  • D /wxWidgets/trunk/include/wx/motif/Makefile.in
  • D /wxWidgets/trunk/include/wx/msw/Makefile.in
  • D /wxWidgets/trunk/include/wx/protocol/Makefile.in
  • D /wxWidgets/trunk/include/wx/unix/Makefile.in
  • D /wxWidgets/trunk/include/wx/unix/setup.h.in
  • D /wxWidgets/trunk/Makefile.in
  • D /wxWidgets/trunk/samples/bombs/Makefile.in
  • D /wxWidgets/trunk/samples/caret/Makefile.in
  • D /wxWidgets/trunk/samples/checklst/Makefile.in
  • D /wxWidgets/trunk/samples/config/Makefile.in
  • D /wxWidgets/trunk/samples/controls/Makefile.in
  • D /wxWidgets/trunk/samples/db/Makefile.in
  • D /wxWidgets/trunk/samples/dialogs/Makefile.in
  • D /wxWidgets/trunk/samples/dnd/Makefile.in
  • D /wxWidgets/trunk/samples/docview/Makefile.in
  • D /wxWidgets/trunk/samples/docvwmdi/Makefile.in
  • D /wxWidgets/trunk/samples/drawing/Makefile.in
  • D /wxWidgets/trunk/samples/dynamic/Makefile.in
  • D /wxWidgets/trunk/samples/forty/Makefile.in
  • D /wxWidgets/trunk/samples/fractal/Makefile.in
  • D /wxWidgets/trunk/samples/grid/Makefile.in
  • D /wxWidgets/trunk/samples/help/Makefile.in
  • D /wxWidgets/trunk/samples/image/Makefile.in
  • D /wxWidgets/trunk/samples/internat/Makefile.in
  • D /wxWidgets/trunk/samples/joytest/Makefile.in
  • D /wxWidgets/trunk/samples/layout/Makefile.in
  • D /wxWidgets/trunk/samples/listctrl/Makefile.in
  • D /wxWidgets/trunk/samples/Makefile.in
  • D /wxWidgets/trunk/samples/mdi/Makefile.in
  • D /wxWidgets/trunk/samples/memcheck/Makefile.in
  • D /wxWidgets/trunk/samples/mfc/Makefile.in
  • D /wxWidgets/trunk/samples/minifram/Makefile.in
  • D /wxWidgets/trunk/samples/minimal/Makefile.in
  • D /wxWidgets/trunk/samples/nativdlg/Makefile.in
  • D /wxWidgets/trunk/samples/notebook/Makefile.in
  • D /wxWidgets/trunk/samples/oleauto/Makefile.in
  • D /wxWidgets/trunk/samples/ownerdrw/Makefile.in
  • D /wxWidgets/trunk/samples/png/Makefile.in
  • D /wxWidgets/trunk/samples/printing/Makefile.in
  • D /wxWidgets/trunk/samples/proplist/Makefile.in
  • D /wxWidgets/trunk/samples/regtest/Makefile.in
  • D /wxWidgets/trunk/samples/resource/Makefile.in
  • D /wxWidgets/trunk/samples/sashtest/Makefile.in
  • D /wxWidgets/trunk/samples/scroll/Makefile.in
  • D /wxWidgets/trunk/samples/splitter/Makefile.in
  • D /wxWidgets/trunk/samples/tab/Makefile.in
  • D /wxWidgets/trunk/samples/taskbar/Makefile.in
  • D /wxWidgets/trunk/samples/thread/Makefile.in
  • D /wxWidgets/trunk/samples/toolbar/Makefile.in
  • D /wxWidgets/trunk/samples/treectrl/Makefile.in
  • D /wxWidgets/trunk/samples/typetest/Makefile.in
  • D /wxWidgets/trunk/samples/validate/Makefile.in
  • D /wxWidgets/trunk/samples/wxpoem/Makefile.in
  • D /wxWidgets/trunk/samples/wxsocket/Makefile.in
  • D /wxWidgets/trunk/src/Makefile.in

removing (finally) autogenerated files

1999-06-02 09:54 VZ, revision 2641

file used to generate setup.h.in

1999-06-02 09:19 VZ, revision 2640

slightly updated makefiles

1999-06-02 09:15 VZ, revision 2639

ok, putting it back... not everybody has autoheader

1999-06-02 09:12 VZ, revision 2638
  • D /wxWidgets/trunk/include/wx/unix/setup.h.in

in fact, this one is auto generated too