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

2001-07-10 12:50 VZ, revision 10939

argh, another for GetVisibleLinesRange

2001-07-10 12:47 VZ, revision 10938

fix for incorrect assert in GetVisibleLinesRange

2001-07-10 12:45 VZ, revision 10937

fix for visible lines calculation

2001-07-10 12:27 VZ, revision 10936

added untested implementation of wxEvtLoop for GTK+

2001-07-10 12:25 VZ, revision 10935

wxUniv compilation fixes

2001-07-10 11:55 VZ, revision 10934

added missing menu.cpp

2001-07-10 11:32 VZ, revision 10933

fixes for crashes after DeleteItem and DeleteAllItems

2001-07-10 00:50 VZ, revision 10932

compilation fix

2001-07-10 00:48 VZ, revision 10931

fixed scrollbar refresh

2001-07-10 00:47 VZ, revision 10930

wxFrameNative is now defined in wx/frame.h itself

2001-07-09 23:35 VZ, revision 10929

detabified some more

2001-07-09 23:31 VZ, revision 10928

detabified

2001-07-09 23:26 VZ, revision 10927

wxListCtrl in report/virtual modes seems to work

2001-07-09 22:54 VZ, revision 10926

more scrolling tests

2001-07-09 22:47 VZ, revision 10925

fix for backwards selection in text ctrl (patch 439730)

2001-07-09 22:44 VZ, revision 10924

fixes to my previous errors in stack/vector (patch 439378)

2001-07-09 22:03 VZ, revision 10923

set m_itemIndex in the list events for key down event too

2001-07-09 21:45 VZ, revision 10922

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 21:41 VZ, revision 10921

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 18:37 VZ, revision 10920

more wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK

2001-07-09 18:37 VZ, revision 10919

added wxDCClipper

2001-07-09 18:31 VZ, revision 10918

documented wxDCClipper

2001-07-09 18:28 RD, revision 10917

fixed off by one error in GetText

2001-07-09 18:24 VS, revision 10916

added all data files

2001-07-09 18:24 VS, revision 10915

added wxUSE_POPUPWIN

2001-07-09 15:58 VZ, revision 10914

more wxListCtrl fixes: inserting/deleting items now works again (tested in the sample) but I somehow broke the scrolling

2001-07-09 13:26 VZ, revision 10913

Mattia's temp fix for cross-compiling

2001-07-09 13:14 JS, revision 10912

Various wxMotif fixes

2001-07-09 12:25 JS, revision 10911

Removed helpxlp.cpp. I really don't think we need that any more.

2001-07-09 12:23 VZ, revision 10910

scrolling with kbd generates scroll events too

2001-07-09 12:23 VZ, revision 10909

one more check: for wxUSE_HTML

2001-07-09 12:21 VZ, revision 10908

compilation fixes

2001-07-09 12:20 RR, revision 10907

Removed wxPopupWindow from normal (non-wxUniv) build as it expects a non-native combobox (which is a bug, of course). Minor compile thing for wxUniv branch. The library currently does not build due to problems in wxListCtrl.

2001-07-09 11:07 JS, revision 10906

Various fixes for wxMotif

2001-07-08 22:54 VS, revision 10905

Trying to hide evidence of my negative programming skills... (Why the hell did I write wxHTML in so strange way -- it used recursion a la Lisp instead of normal loop when it needed to iterate over cells...)

2001-07-08 22:54 VS, revision 10904

wxHTML fixes

2001-07-08 22:54 VS, revision 10903

added wxUSE_OLE

2001-07-08 22:52 VS, revision 10902

1. configure now checks first for timezone, then _timezone and then __timezone, so that we don't use glibc's internal variable whenever possible 2. added wxUSE_OLE so that MSW compiles with Mingw32

2001-07-08 19:03 GD, revision 10901

added missing includes after wxUniv merge

2001-07-08 18:58 GD, revision 10900

configure without popup windows under Mac OS X

2001-07-08 15:36 GD, revision 10899

added missing destructor for Mac OS X compilation

2001-07-08 13:47 GD, revision 10898

use RemoveAt instead of Remove

2001-07-08 13:23 GD, revision 10897

copied wxMac and wxMotif faq from wxWebSite

2001-07-07 23:29 VZ, revision 10896

applied patch 428750 (abs paths in vc makefile)

2001-07-07 23:22 VZ, revision 10895

oops, I didn't mean to commit this testing code

2001-07-07 23:20 VZ, revision 10894

use wxTextFile::Eol() in wxEndL

2001-07-07 23:16 VZ, revision 10893

added vector and stack classes (UNTESTED)

2001-07-07 23:02 VZ, revision 10892

applied patch 439186 (mingw and VC5 fixes)

2001-07-07 22:55 VZ, revision 10891

applied some minor patches from chuckm to wxListCtrl

2001-07-07 22:46 VZ, revision 10890

applied patch 436908 (warning fix in serialization code)

2001-07-07 22:42 VZ, revision 10889

1. fixed typo ('&' instead of '|') in wxNotebook 2. changed wxTC_MULTILINE to be equal to wxNB_MULTILINE and != 0 3. much more efficient selection handling in virtual wxListCtrl, we can now select 1000000 items without problems 4. kbd/mouse selection (ctrl/shift handling) fixed in wxListCtrl 5. added wxSortedArray::IndexForInsert() and AddAt(), remove Remove(size_t), use RemoveAt() instead

2001-07-07 22:42 VS, revision 10888

safe macro expansion

2001-07-07 21:42 RR, revision 10887

Added wxPopupWindow to GTK port, wxComboBox had to be adapted a little but basically works not under GTK/Univ. I am pretty sure I forgot some file...

2001-07-07 16:52 VZ, revision 10886

made switching from/to multiple selection mode work better (doesn't require recreating the control any more)

2001-07-07 15:33 SC, revision 10885

mac filter routine for nav services

2001-07-07 14:48 SC, revision 10884

mac fixes

2001-07-07 14:43 SC, revision 10883

corrected log error after initialize when in release mode, window inheritance (generated incorrect classinfo trees)

2001-07-07 13:31 GD, revision 10882

corrections after wxUniv merge

2001-07-07 13:20 GD, revision 10881

corrected wxGauge to inherit from wxGaugeBase

2001-07-07 13:16 GD, revision 10880

corrected friend declaration for CodeWarrior compilation

2001-07-07 13:16 SC, revision 10879

added mac l&f for rules and headers

2001-07-07 11:23 GD, revision 10878

corrected WXWIN_COMPATIBILITY conditional tests

2001-07-07 11:04 GD, revision 10877

corrected file list for Mac OS X compilation

2001-07-07 00:39 VZ, revision 10876

check for LVS_OWNERDATA availability at compile and run-time

2001-07-06 21:47 DW, revision 10875

Fixes for OS/2 wxUniv merge.

2001-07-06 21:47 DW, revision 10874

Missing LINKAGEMODE on static declaration (for OS/2).

2001-07-06 21:45 DW, revision 10873

OS/2 update for wxUniv merge.

2001-07-06 21:18 VZ, revision 10872

virtual wxListCtrl support (UNTESTED)

2001-07-06 20:21 GD, revision 10871

added missing include

2001-07-06 20:15 , revision 10870
  • A /wxWidgets/tags/WX_2_3_1
  • D /wxWidgets/tags/WX_2_3_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_3_1/distrib
  • R /wxWidgets/tags/WX_2_3_1/include
  • R /wxWidgets/tags/WX_2_3_1/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_3_1/lib/dummy
  • R /wxWidgets/tags/WX_2_3_1/misc/afm
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_3_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/html
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/msw
  • R /wxWidgets/tags/WX_2_3_1/src/os2
  • R /wxWidgets/tags/WX_2_3_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_3_1/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_3_1/src/regex
  • D /wxWidgets/tags/WX_2_3_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/configure
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_3_1/utils/wxPython
  • D /wxWidgets/tags/WX_2_3_1/utils/wxprop
  • R /wxWidgets/tags/WX_2_3_1/wxPython

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

2001-07-06 20:15 RD, revision 10869

make sure all the files are removed when uninstalled

2001-07-06 20:02 RD, revision 10868

updated email address

2001-07-06 18:09 VZ, revision 10867

compilation fix for broken OS/2 compiler

2001-07-06 17:35 RD, revision 10866

some minor tweaks for the VTK demo

2001-07-06 17:31 RD, revision 10865

changed the base class to wxWindow

2001-07-06 17:25 RD, revision 10864

a bit of simplification

2001-07-06 16:25 JS, revision 10863

ReadMe updates

2001-07-06 16:23 VS, revision 10862

fixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig instance

2001-07-06 16:10 SC, revision 10861

first impl (needs extending)

2001-07-06 13:18 JS, revision 10860

Implemented input disabling for disabled windows since MicroWindows doesn't do it

2001-07-06 12:11 GT, revision 10859

Returned a line that had somehow been dropped in the checked in version. This line *is* already present in latest CVS head.

2001-07-06 11:18 JS, revision 10858

Added WS_POPUP for MicroWindows dialogs

2001-07-06 10:25 JS, revision 10857

Added missing file

2001-07-06 10:24 JS, revision 10856

Added animation classes to contrib hierarchy

2001-07-06 04:11 RD, revision 10855

Fixed img2py to work correctly with Python 2.1. Added enhanced wxVTKRenderWindow by Prabhu Ramachandran

2001-07-05 20:55 JS, revision 10854

Added a file

2001-07-05 20:55 JS, revision 10853

#ifdefed out some redundant base classes so DLL version compiles

2001-07-05 19:32 RD, revision 10852

Checked in temporarily munged copy before...

2001-07-05 18:54 RD, revision 10851

Some tweaks for building the RPMs for multiple different versions of Python all with a single command.

2001-07-05 18:48 VZ, revision 10850

removed/replaced include 'wx/wx.h'

2001-07-05 17:46 RD, revision 10849

added new files to be included in the installer

2001-07-05 17:27 RD, revision 10848

Fixing some demos to look and act better

2001-07-05 16:34 JS, revision 10847

Updated MicroWindows patch file

2001-07-05 15:49 JS, revision 10846

Released menubar capture before menu popup was captured. Process menu command AFTER menu is dismissed (or it stays there). Still some problems but menus and message box beginning to work in MicroWindows.

2001-07-05 13:40 VZ, revision 10845

more steps toward virtual listctrl

2001-07-05 13:35 JS, revision 10844

Misc fixes, now menus are almost working on MicroWindows

2001-07-05 13:14 VZ, revision 10843

use type safe list instead of wxList for m_columns

2001-07-05 13:08 VZ, revision 10842

added virtual list control functions (but not implemented them yet) to the native wxListCtrl

2001-07-05 10:57 JS, revision 10841

Corrected cleanwx target

2001-07-05 10:52 VZ, revision 10840

check that we don't try to compile in GUI mode

2001-07-05 03:15 RD, revision 10839

odds and ends

2001-07-05 02:16 RD, revision 10838

odds and ends...

2001-07-05 01:27 VZ, revision 10837

added virtual listctrl support

2001-07-05 01:27 VZ, revision 10836

fixed ifdef

2001-07-05 01:26 VZ, revision 10835

added wxUSE_COLOURDLG to the header too

2001-07-04 23:34 RD, revision 10834

updated version number fixed a sample

2001-07-04 23:34 VZ, revision 10833

added wxUSE_COLOURDLG setting

2001-07-04 20:11 SC, revision 10832

wxMac: wxUniversal integration steps

2001-07-04 18:28 VZ, revision 10831

removed obsolete comment

2001-07-04 18:28 VZ, revision 10830

added wxUSE_LOG_DIALOG

2001-07-04 18:27 VZ, revision 10829

fixed another pragma

2001-07-04 18:27 VZ, revision 10828

use fontdlgg.cpp under wxUniv/GTK

2001-07-04 18:21 VZ, revision 10827

make it possible to use wxToolBarSimple as wxToolBar with wxUniv

2001-07-04 18:07 VZ, revision 10826

reverted Julians changes to the pragmas

2001-07-04 18:02 VZ, revision 10825

reverted Julians changes to the pragmas

2001-07-04 17:25 VZ, revision 10824

fix to include correct files.lst for wxUniv

2001-07-04 17:12 JS, revision 10823

Changed the pragmas to allow debugging under Linux

2001-07-04 16:45 VZ, revision 10822

corrected progress dialog appearance

2001-07-04 16:17 VZ, revision 10821

testing tree ctrl with wxUniv

2001-07-04 16:07 VZ, revision 10820

made filelist.txt more readable

2001-07-04 13:37 JS, revision 10819

Corrected imaglist addition

2001-07-04 13:18 JS, revision 10818

Added UnivDebug, UnivRelease configurations to project file

2001-07-04 12:59 JS, revision 10817

Added correct imaglist.cpp

2001-07-04 12:51 VZ, revision 10816

marked MSW imaglist.cpp as low level so that it is used for wxUniv

2001-07-04 12:40 JS, revision 10815

Don't complain under MicroWindows if a wxDC's HDC is NULL - it happens during dragging. Small mod to makefile.

2001-07-04 12:23 JJ, revision 10814

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/caret.h wxWindows/include/wx/dynlib.h wxWindows/include/wx/hash.h wxWindows/include/wx/gtk/window.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/dialup.cpp -Removed some redundant ;'s from the .h files -Updated wxGTK for OpenVMS ----------------------------------------------------------------------

2001-07-04 11:59 JS, revision 10813

Getting wxMicroWindows compiled again

2001-07-04 11:01 GT, revision 10812

Added some #includes that were needed in not using precompiled headers

2001-07-04 10:08 JS, revision 10811

Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp

2001-07-04 06:37 JS, revision 10810

Fixed HRGN leak in DoSetClippingRegion

2001-07-03 22:22 RD, revision 10809

fix for bug #438363

2001-07-03 21:54 RD, revision 10808

fixed IMP_PYCALLBACK__BOOL2DBL2INT

2001-07-03 20:06 GD, revision 10807

corrected according to file name change for generic scrolled window

2001-07-03 19:44 VS, revision 10806

more intelligent behaviour of wxHtmlWindow history: does not remember same page several times anymore

2001-07-03 19:38 VZ, revision 10805

tons of fixes for wxGTK/Univ - seems to work, more or less, now

2001-07-03 19:18 JS, revision 10804

Updated project files

2001-07-03 18:59 GD, revision 10803

replaced obsolete Number() calls with GetCount() calls

2001-07-03 18:14 VZ, revision 10802

renamed scrolwin file - no other way to make wxGTK/Univ compile

2001-07-03 18:10 SC, revision 10801

added nbkbase

2001-07-03 14:02 JS, revision 10800

Added nbkbase.cpp

2001-07-03 10:03 JS, revision 10799

MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now widgets sample works

2001-07-02 20:52 SC, revision 10798

changed Refresh to take Rect as client coordinates not window coordinates

2001-07-02 19:58 GD, revision 10797

removed useless PM_USE_SESSION_APIS define (it must be defined in MacHeaders to be of any use)

2001-07-02 19:55 GD, revision 10796

added common notebookbase source file

2001-07-02 19:42 VZ, revision 10795

changed copyright to SciTech one

2001-07-02 19:37 VZ, revision 10794

fixed deleting pages from the notebook

2001-07-02 18:34 VZ, revision 10793

1. fixed wxGTK notebook which was completely broken by the merge 2. added a new file for commno notebook code (nbkbase.cpp) 3. removed 'include "wx/wx.h"' from html files as I got tired of recompiling them

2001-07-02 18:01 VZ, revision 10792

define WXGTK12 for GTK+ 1.2.7+ as well

2001-07-02 16:07 VZ, revision 10791

backported crash fix for wxFrame::Iconize() from 2.2

2001-07-02 15:42 VZ, revision 10790

incremented version to 2.3.2 in configure as well

2001-07-02 15:38 VZ, revision 10789

fix (?) for error in wxCSConv::LoadNow()

2001-07-02 15:26 VZ, revision 10788

regenerated with tmake

2001-07-02 15:26 VZ, revision 10787

set wxUSE_WIZARDDLG by default

2001-07-02 15:19 VZ, revision 10786

missing WXDLLEXPORT_DATA added

2001-07-02 14:20 JS, revision 10785

More wxMicroWindows fixes

2001-07-02 13:45 VZ, revision 10784

process WM_ACTIVATEAPP in wxMSW too, not only wxUniv

2001-07-02 13:44 VZ, revision 10783

added russian language to the list of choices

2001-07-02 13:28 GT, revision 10782

Changes required after wxUniv merge wxListBox::Number() changed to wxListBox::GetCount()

2001-07-02 13:22 JS, revision 10781

Various wxUniversal/wxMicroWindows fixes

2001-07-02 13:01 VS, revision 10780

oops, fixed fatal bug in new HTML parsing code (I wonder why it didn't crash when I played with it yesterday...)

2001-07-02 12:57 VZ, revision 10779

respect wxUSE_WIZARDDLG setting

2001-07-02 12:53 VZ, revision 10778

regenerated with tmake

2001-07-02 12:42 VZ, revision 10777

fixed bug in wxString::Matches() - backtrack now if \* mismatched

2001-07-02 12:10 JS, revision 10776

Added microwin doc directory, readme and patches

2001-07-02 12:06 JS, revision 10775

Updated MicroWindows makefile

2001-07-02 11:00 VZ, revision 10774

crash in wxAppBase::SetActive fixed

2001-07-02 10:49 VZ, revision 10773

create directory for russian files, too

2001-07-02 10:45 VZ, revision 10772

changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now

2001-07-02 10:44 VZ, revision 10771

updated makefile to include russian translations and not refer to obsolete wxstd.po files

2001-07-02 10:43 VZ, revision 10770

compilation fix

2001-07-02 10:41 VZ, revision 10769

added default values for SetSizeHints() arguments, as in wxMSW

2001-07-02 10:40 VZ, revision 10768

compilation fixes

2001-07-02 10:39 VZ, revision 10767

changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now

2001-07-02 10:35 VZ, revision 10766

define wxUSE_LOGGUI/WINDOW by default

2001-07-02 10:30 VZ, revision 10765

warning fix

2001-07-02 10:27 VZ, revision 10764

minor doc fixes (bug 433229)

2001-07-02 10:12 VZ, revision 10763

compilation fixes for wxUSE_WAVE=0

2001-07-02 10:08 GT, revision 10762

Fixed doc issue not showing correct header definition (const function)

2001-07-02 10:06 JS, revision 10761

Fix to minimal sample project file; changed protected -> public in wxGIFDecoder

2001-07-02 10:00 VZ, revision 10760

typo in GTK version caching code fixed

2001-07-02 09:53 VZ, revision 10759

fix for compilation without WXWIN_COMPATIBILITY_2_2

2001-07-02 09:51 VZ, revision 10758

fix for compilation with wxUSE_MENU_CALLBACK=0

2001-07-02 09:49 VZ, revision 10757

fix for GTK+ version check caching (now it actually works)

2001-07-02 09:38 VZ, revision 10756

minor WXWIN_COMPATIBILITY_2_2 fixes

2001-07-02 09:38 VZ, revision 10755

fixed --with-libjpeg=sys

2001-07-02 09:23 VZ, revision 10754

added WXWIN_COMPATIBILITY_2_2 option (disabled by default)

2001-07-02 09:10 VZ, revision 10753

1. added --enable-gtk2 option, check for GTK+ 2.0 disabled by default 2. added caching of gtk-config checks

2001-07-01 23:17 , revision 10752
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/search.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/makefile.nt
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/regex
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/utils/wxprop

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

2001-07-01 23:17 VS, revision 10751

added generic/accel.h to filelist.txt so that wxGTK installs it

2001-07-01 23:17 VS, revision 10750

(hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug

2001-07-01 20:57 SC, revision 10749

refresh during window delete (if root window deleted) removed

2001-07-01 20:56 SC, revision 10748

added generic color dialog to setup

2001-07-01 18:07 VS, revision 10747

added convenience accessors to wxHtmlTag and modified wxHTML code to use them; improved colours parsing

2001-07-01 18:06 VS, revision 10746

post-merge fix: added chkconf.h to filelist.txt so that make install will install it

2001-07-01 17:24 JS, revision 10745

Removed arbitrary window-shrinking code; corrected log message

2001-07-01 15:09 VS, revision 10744

new HTML tags parser and entities substitution code

2001-07-01 15:09 VS, revision 10743

fixed AC_MSG_RESULT output of toolkit name to work with both autoconf 2.50 and older

2001-07-01 15:08 VS, revision 10742

added #ifdef wxUSE_XPM around XPM handler initialization

2001-07-01 15:08 VS, revision 10741

fixed charset names in message catalogs to be in iso-8859-x form, not iso8859 (gettext 0.10.37+ complains about non-portable encodings)

2001-07-01 15:07 VS, revision 10740

fixed handling of HTML tables with empty row(s)

2001-07-01 15:07 VS, revision 10739

1) fixed handling of 48bit colors in XPMs 2) re-added #if wxUSE_IMAGE && wxUSE_XPM

2001-07-01 15:07 VS, revision 10738

docs updates and typos and lies fixes

2001-06-30 23:52 VZ, revision 10737

fixed xpm colour parsing bug due to case sensitive colour name comparison

2001-06-30 13:43 JS, revision 10736

More fixes for wxUniv

2001-06-30 11:07 GD, revision 10735

include xpm files for Mac OS after correction of wxICON macro

2001-06-30 10:14 GD, revision 10734

corrections for Mac OS X after wxUniv merge

2001-06-30 09:34 GD, revision 10733

added missing common cmdproc files

2001-06-29 20:42 GD, revision 10732

corrected virtual function prototype

2001-06-29 20:40 GD, revision 10731

implemented Carbon printing for wxMac

2001-06-29 20:37 GD, revision 10730

added include for Print Manager Session APIs

2001-06-29 19:18 JS, revision 10729

Further wxUniv fixes

2001-06-29 19:03 VS, revision 10728

fixed copyrights in MGL files (finally...)

2001-06-29 17:23 JS, revision 10727

Added project files for wxUniv under MSW

2001-06-29 17:21 JS, revision 10726

Added some more files

2001-06-29 17:18 VZ, revision 10725

2 more files added on wxUniv branch I had forgot to commit

2001-06-29 17:16 JS, revision 10724

Added popupwin.h to trunk

2001-06-29 17:07 JS, revision 10723

Some wxUniv compile fixes

2001-06-29 16:51 VZ, revision 10722

define wxWindowNative for wxUniv compilation

2001-06-29 16:30 JS, revision 10721

Corrections to config checking; tweaking wxUniv's setup.h; added fix to makeb32.env

2001-06-29 16:25 SC, revision 10720

post wxUniv fixes

2001-06-29 16:19 SC, revision 10719

post wxUniv merge fixes

2001-06-29 11:31 JS, revision 10718

Added extra MicroWindows functions

2001-06-29 10:58 JS, revision 10717

First pass at adding MicroWindows support

2001-06-29 09:13 VZ, revision 10716

fixed 2 year old bug in wxBaseArray::operator=() (who the hell is/was RO who introduced it?)

2001-06-28 22:55 VS, revision 10715

added Slovenian translations

2001-06-28 22:54 VS, revision 10714

fixed parsing of tag parameters w/o value

2001-06-28 21:25 GD, revision 10713

applied SourceForge patch #423536 removed obsolete xpm handling code corrections after wxUniv merge

2001-06-28 21:23 GD, revision 10712

corrections after wxUniv merge

2001-06-28 21:19 GD, revision 10711

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-28 16:49 JS, revision 10710

Fixed some compilos. Things that still need fixing incl. logg.cpp compilation and docvwmdi debugging

2001-06-28 06:33 GD, revision 10709

implemented printing dialogs in Carbon with Sessions APIs

2001-06-28 06:32 GD, revision 10708

corrected conditional compilation added missing show for error message dialogs

2001-06-28 06:31 GD, revision 10707

added missing return on error

2001-06-28 06:30 GD, revision 10706

corrected conditional compilation

2001-06-28 06:30 GD, revision 10705

renamed port to session for Carbon printing

2001-06-28 06:28 GD, revision 10704

corrected after wxUniv merge

2001-06-28 06:27 GD, revision 10703

added missing dynamic class declaration

2001-06-28 06:25 GD, revision 10702

corrected conditional include

2001-06-28 06:24 GD, revision 10701

corrected control inheritance

2001-06-28 06:23 GD, revision 10700

added wxMac conditional include

2001-06-28 06:22 GD, revision 10699

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-27 22:29 GD, revision 10698

added missing includes after wxUniv merge

2001-06-27 22:26 GD, revision 10697

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-27 22:24 GD, revision 10696

removed common duplicated definitions

2001-06-27 21:35 GD, revision 10695

added missing conditional compilation tests

2001-06-27 21:34 GD, revision 10694

removed common duplicated definition

2001-06-27 21:33 GD, revision 10693

removed common duplicated definitions

2001-06-27 21:31 GD, revision 10692

corrected include file path

2001-06-27 21:19 GD, revision 10691

derived new setup.h include from wxMSW after wxUniv merge

2001-06-27 20:36 JS, revision 10690

Updated version to 2.3.2 so apps can test for differences in new merged source