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