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-20 21:32 VZ, revision 2837

better wxGetUserId/Name

1999-06-20 21:32 VZ, revision 2836

splitter doesn't change position when the window containing it is minimized and restored

1999-06-20 06:06 OK, revision 2835

...fixing up a previous Unicode fix.

1999-06-20 06:03 OK, revision 2834

OK, maybe not done yet, have to fix Unicode compilation one more place...

1999-06-19 19:48 OK, revision 2833

Unicode fixes. Appears that this may be the last before wxMSW will link in Unicode mode.

1999-06-19 09:23 OK, revision 2832

Unicode fix, it seems

1999-06-19 08:44 OK, revision 2831

Because someone was inconsistent about using LPSTR and char*, I missed the other Unicode problem the first time around...

1999-06-19 08:29 RR, revision 2830

Remaining Makefile.ins, Changed cp flags for "apply", Added linestyle test char -> wxChar in wxStringTokenizer

1999-06-19 08:12 OK, revision 2829

Unicode fix.

1999-06-19 04:32 OK, revision 2828

wxStrncmp implementation.

1999-06-19 00:08 VZ, revision 2827

text controls respect wxTE_PROCESS_ENTER/TAB styles again, WM_GETDLGCODE handling is generally better

1999-06-18 18:04 VZ, revision 2826

1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow 2. wxTreeCtrl sends more notification messages

1999-06-18 17:56 VZ, revision 2825

standard icons for msg boxes

1999-06-18 17:38 KB, revision 2824

replaced a wrong assert with an if

1999-06-18 14:18 RR, revision 2823

Made things compile again (two pizzas). Made timer reentry safe, I think. Added CVS build info.

1999-06-18 12:55 VZ, revision 2822

--foreign switch to automake added

1999-06-17 21:40 VZ, revision 2821

fixes to work in M

1999-06-17 21:21 VZ, revision 2820

1. wxDialogs are now destroyed when they go out of scope 2. [GS]etDefaultItem() are now in wxPanel, not wxWindow 3. better checking for g_isPainting - hopefully no more false asserts 4. wxListCtrl not recreated any more when view changes, this corrects the bug with selection not working after view mode change 5. wxListCtrl now generates wxEVT_ITEM_ACTIVATED event 6. you can now press/toggle a button with a space 7. couple of other minor fixes

1999-06-17 19:46 RR, revision 2819

Made the RTTI thing an option. Added submenus to controls sample. Failed at producing tear-off menus.

1999-06-17 17:01 KB, revision 2818

Fixed the ugly cursor. global cursor no longer initialised, broken code in window.cpp fixed.

1999-06-17 16:29 KB, revision 2817

"wx/xxx.h" --> <wx/xxx.h>

1999-06-17 16:16 KB, revision 2816

Changed default cursor to be an arrow rather than the ugly X.

1999-06-17 14:58 KB, revision 2815

Fixed fatal typo.

1999-06-17 14:49 KB, revision 2814

Modified to always prefix CPPFLAGS with local include/wx path, so that user environment settings can no longer interfere with build.

1999-06-17 14:14 KB, revision 2813

Uses new wxMenu(long style) constructor.

1999-06-17 14:08 KB, revision 2812

Implemented tearoff menus, please see my posting to wxwin-developers.

1999-06-17 12:07 JS, revision 2811

Added some #defines

1999-06-17 11:12 RR, revision 2810

Tried a test for the RTTI options of GCC.

1999-06-17 10:03 KB, revision 2809

file should end with newline

1999-06-17 07:00 OK, revision 2808

Attempt to implement a bunch of wx string.h equivalents.

1999-06-16 19:13 RR, revision 2807

put -fno-rtti into wx-config

1999-06-16 16:34 RR, revision 2806

wxWINE things.

1999-06-16 15:29 KB, revision 2805

wxCHOICE defaults to yes now, even in debug mode

1999-06-16 08:18 RR, revision 2804

Forgot this one.

1999-06-16 08:14 RR, revision 2803

make fixes.

1999-06-16 06:50 OK, revision 2802

Had missed one LPSTR.

1999-06-16 06:03 OK, revision 2801

Someone probably meant "wx/defs.h" instead of "defs.h"

1999-06-16 05:13 OK, revision 2800

Suppose I should trust the headers in BC++5.02 more than BC++4.52 (since the headers on BC++4.52 appears incorrect/outdated, compilation will now fail on 4.52 in Unicode mode... but if you want Unicode, you use the newest software anyway, right?)

1999-06-15 22:30 VZ, revision 2799

wxString::IsSameAs(char) added and documented as well as operator==(char)

1999-06-15 21:46 RR, revision 2798

Automake fix. Docs.

1999-06-15 21:06 VZ, revision 2797

compilation fixes for wxMSW

1999-06-15 20:42 VZ, revision 2796

2 typos corrected

1999-06-15 20:21 RR, revision 2795

Added a few #if wxUSE_XXX Regrouped image format handlers Updated the rest accordingly Added changes.txt for wxGTK

1999-06-14 23:04 RR, revision 2794

Added zillions of #if wxUSE_XXX Removed cmndlgs usage of wxSizer and constraints Changed occurences of wxConv_xxx to wxConvXxxx and changed some wxConvLibc to wxConvCurrent Added Unicode tests to typetests (not finished) Compile fix for wxString in Unicode mode - we have to use the "experimental" printf then, I guess.

1999-06-14 21:51 OK, revision 2793

Explicit casting/instantiation to resolve ambiguous overload.

1999-06-14 20:02 KB, revision 2792

Fixed the keyboard selection handling (Please remember to maintain m_Selecting when Starting/Ending/Discarding selection!!!). Fixed a LineBreak() related bug.

1999-06-14 17:54 OK, revision 2791

Unicode fix.

1999-06-14 17:14 HH, revision 2790

ignore .lo and .la

1999-06-14 17:13 HH, revision 2789

cvs now ignores libtool's .lo and .la files

1999-06-14 15:47 KB, revision 2788

Should work for wxMSW, now. Cannot test this myself, though.

1999-06-14 15:47 KB, revision 2787

Modified so that it should work for __WXMSW__, too. I cannot check this myself, though. :-(

1999-06-14 14:51 OK, revision 2786

The Unicode handling fixes my app seemed to need.

1999-06-14 14:51 KB, revision 2785

improved selection-autodeletion, but backspace handling not perfect yet, untested

1999-06-14 14:39 OK, revision 2784

A few weeks of Unicode fixes (my old win95 laptop compiles sloowly, especially when through the nullmodem cable).

1999-06-14 14:31 OK, revision 2783

Some more Unicode changes.

1999-06-14 14:29 OK, revision 2782

Could of Unicode fixes.

1999-06-14 14:26 OK, revision 2781

Unicode needs the 'experimental' printf, so define it if wxUSE_UNICODE for now...

1999-06-14 14:23 OK, revision 2780

operator for wxString == wx[W]CharBuffer.

1999-06-14 14:20 OK, revision 2779

Couple more Unicode fixes.

1999-06-14 14:19 OK, revision 2778

Unicode changes.

1999-06-14 09:43 PA, revision 2777

Correct some minor compile pbs with VC++1.52c & VC++4.1

1999-06-14 07:12 PA, revision 2776

*** empty log message ***

1999-06-14 00:00 VZ, revision 2775

wxGetFullHostName() implemented - it doesn't work though (and won't even compile under Win16 I think - TODO)

1999-06-13 23:59 VZ, revision 2774

WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough

1999-06-13 22:54 VZ, revision 2773

1. some more of "#if wxUSE_XXX" here and there 2. Makefile fixes for Cygwin compilation

1999-06-13 22:27 VZ, revision 2772

1. libtool 1.2d => 1.3 (should speed up configure checks for it because it caches the results) 2. aclocal.m4 is automatically generated by aclocal from acinclude.m4 3. fixes to configure for Cygnus compilation (Win32)

1999-06-13 22:10 VZ, revision 2771

wxWindow::Fit() infinite loop bug fixed

1999-06-13 17:48 KB, revision 2770

Added missing initialisation of m_AutoDeleteSelection.

1999-06-13 17:44 KB, revision 2769

Fixed two minor bugs. Still more than enough left. Quite some new ones.:-(

1999-06-13 16:04 KB, revision 2768

Added missing wxGetFullHostName() and wxNO_DEFAULT for generic msgdialog

1999-06-13 15:24 RR, revision 2767

Added OS/2 patches to wxGTK. Updated docs. Added wxMask code. Added Sylvain's newest tree ctrl code and sample. Corrected wxDC background colour (now as wrong as wxMSW).

1999-06-12 21:07 VZ, revision 2766

1. crash when deleting multi line selection fixed 2. BreakLine() does just discard the first line (wreaking total havoc) any more 3. ScrollToCursor() actually scrolls to cursor 4. style change affects the first line too - and since the first time, style doesn't change mysteriously any more after second Clear() 5. word cursor movement even better (did I get it right this time?)

1999-06-12 21:03 VZ, revision 2765

IRIX compilation fixes

1999-06-12 20:56 VZ, revision 2764

{Get/Set}{Width/Height} documented

1999-06-11 17:27 RR, revision 2763

Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE Fixed typo in configure Added docs for wxINTXX_SWAP_XX macros

1999-06-11 12:10 VZ, revision 2762

1. wxLayoutList::GetNumLines() and MoveCursorToEnd() added (and work) 2. FindObjectScreen() applies the line style - corrects "mouse click mis positions the cursor" bug

1999-06-11 11:15 VZ, revision 2761

wxSize::[GS]et{Width|Height} added

1999-06-11 11:14 VZ, revision 2760

minor changes (fixing crash on mouse click)

1999-06-11 10:47 VZ, revision 2759

IRIX compile fixes

1999-06-11 09:21 KB, revision 2758

Fixed a few bugs.

1999-06-11 00:53 VZ, revision 2757

more DLL compilation changes

1999-06-10 23:00 , revision 2756
  • A /wxWidgets/tags/WXDLLEXPORTLOCAL
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/.cvsignore
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/acconfig.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/aclocal.m4
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/config.guess
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/config.sub
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/configure.in
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/distrib
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/docs
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/.cvsignore
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/Makefile.am
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/.cvsignore
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/accel.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/app.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/bitmap.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/brush.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/buffer.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/button.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/caret.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/checkbox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/checklst.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/choicdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/choice.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/clipbrd.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/cmndata.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/colordlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/colour.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/combobox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/confbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/config.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/control.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/cursor.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dataobj.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/date.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/datstrm.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/db.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dbtable.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dc.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dcclient.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dcmemory.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dcprint.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dcps.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dcscreen.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dde.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/debug.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/defs.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dialog.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dirdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dnd.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/docmdi.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/docview.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dragimag.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/dynlib.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/event.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/expr.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/file.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/fileconf.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/filedlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/filefn.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/font.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/fontdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/frame.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/gauge.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/gdicmn.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/gdiobj.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/generic
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/grid.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/gtk
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/gtk1
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/hash.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/help.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/helpbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/helphtml.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/helpwin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/helpxlp.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/icon.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/image.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/imaggif.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/imaglist.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/intl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/ioswrap.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/ipcbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/joystick.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/layout.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/laywin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/list.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/listbox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/listctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/listimpl.cpp
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/log.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/longlong.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/Makefile.am
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/mac
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/matrix.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/mdi.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/memory.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/menu.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/menuitem.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/metafile.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/mimetype.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/minifram.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/module.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/motif
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msgdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/mstream.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/.cvsignore
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/accel.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/app.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/bitmap.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/blank.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/bmpbuttn.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/brush.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/bullseye.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/button.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/caret.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/checkbox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/checklst.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/child.ico
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/choice.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/clipbrd.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/clock.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/colordlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/colour.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/combobox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/control.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/ctl3d
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/curico.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/curicop.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/cursor.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dc.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dcmemory.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dcprint.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dcscreen.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dde.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dialog.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dib.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dibutils.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dirdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/disable.bmp
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/dragimag.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/filedlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/font.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/fontdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/frame.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/gauge.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/gauge95.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/gaugemsw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/gdiobj.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/hand.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/heart.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/helpwin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/icon.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/imaglist.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/iniconf.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/joystick.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/listctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/Makefile.am
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/magnif1.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/mdi.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/mdi.ico
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/menu.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/menuitem.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/metafile.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/minifram.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/msgdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/msvcrt.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/noentry.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/ole
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/palette.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pbrush.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pen.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pencil.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pnghand.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pngread.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pntleft.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/pntright.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/printdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/printwin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/private.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/query.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/radiobox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/radiobut.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/regconf.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/region.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/registry.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/roller.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/scrolbar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/settings.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/setup0.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/size.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/slider.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/slider95.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/slidrmsw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/spinbutt.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/statbmp.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/statbox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/statbr95.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/stattext.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/std.ico
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/tabctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/taskbar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/tbar95.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/tbarmsw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/textctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/timer.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/tooltip.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/treectrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/watch1.cur
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/wave.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/window.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/winundef.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/wx.rc
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/msw/xpmhand.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/notebook.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/object.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/objstrm.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/odbc.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/ownerdrw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/palette.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/panel.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/paper.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/pen.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/pnghand.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/print.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/printdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/prntbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/process.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/progdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/prop.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/propform.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/proplist.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/protocol
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/qt
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/radiobox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/radiobut.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/region.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/resource.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/sashwin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/sckaddr.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/sckint.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/sckipc.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/sckstrm.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/scrolbar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/scrolwin.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/serbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/settings.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/setup.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/slider.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/socket.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/spinbutt.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/splitter.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/statbmp.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/statbox.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/statline.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/stattext.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/statusbr.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/stream.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/string.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/stubs
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tab.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tabctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/taskbar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tbar95.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tbarbase.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tbarmsw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/textctrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/textdlg.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/textfile.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/thread.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/time.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/timer.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tokenzr.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/toolbar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/tooltip.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/treectrl.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/types.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/unix
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/url.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/utils.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/valgen.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/validate.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/valtext.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/variant.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/version.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wave.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wfstream.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/window.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wx.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wxchar.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wxexpr.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wxprec.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wx_cw.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/xpmhand.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx/zstream.h
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx_cw.pch
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx_cw.pch++
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx_cw_d.pch
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/include/wx_cw_d.pch++
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/install-sh
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/lib
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/locale
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/ltconfig
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/ltmain.sh
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/Makefile.am
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/misc
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/missing
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/mkinstalldirs
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/samples
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/src
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/tests
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/user
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/utils
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/wx-config.in
  • D /wxWidgets/tags/WXDLLEXPORTLOCAL/wxGTK.spec

This commit was manufactured by cvs2svn to create tag 'WXDLLEXPORTLOCAL'.

1999-06-10 23:00 RD, revision 2755

Fixed compile errors.

1999-06-10 22:44 RD, revision 2754

Added wxWindowBase::CentreOnParent to allow top level windows to be centered over their parent (if they have one) instead of the entire screen.

1999-06-10 22:29 RR, revision 2753

Corrected byte swapping macros. Added test for them to typetest. Removed debug code from wxClipboard. Added empty compat. call to wxMSW's clipboard. Added for primary selection to sample/text.

1999-06-10 21:16 VZ, revision 2752

WXDLLEXPORT added to wxStringTokenizer (and also several "const"s here and there...)

1999-06-10 21:16 VZ, revision 2751

compialtion fixes

1999-06-10 20:48 VZ, revision 2750

wxNotebook compilation fix

1999-06-10 18:13 OK, revision 2749

Unicode fix.

1999-06-10 18:12 OK, revision 2748

A few Unicode fixes.

1999-06-10 18:10 OK, revision 2747

Use wxStricmp instead of Stricmp in CmpNoCase.

1999-06-10 18:08 OK, revision 2746

I see no reason to have a copy of Stricmp from string.h in here when the same thing was accomplished with macros about 10 lines below it.

1999-06-10 17:59 OK, revision 2745

Unicode fix.

1999-06-10 17:50 RD, revision 2744

Added makefile and such for VC so I cna see what richedit is like.

1999-06-10 17:22 KB, revision 2743

Popup menu and cursor corrected. Some bugs fixed.

1999-06-10 17:13 KB, revision 2742

Attempt to add primary selection support.

1999-06-10 17:13 KB, revision 2741

Attempt to add primary selection support, but doesn't work.

1999-06-10 16:21 RR, revision 2740

Docs. Fix DialogEd XOR's. Colour does proper RGB value comparison.

1999-06-10 15:08 KB, revision 2739

The cursor is back! (Someone corrected wxGTK's idea of XOR. :-)

1999-06-10 14:27 KB, revision 2738

layout better