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

2006-07-03 17:22 RD, revision 39953

The richtext DLL needs to also link with the html and xml DLLs.

2006-07-03 17:11 MR, revision 39952

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. Second pass (the conflicting file).

2006-07-03 16:45 MR, revision 39951

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. First pass (only non-conflicting files).

2006-07-03 15:12 ABX, revision 39950

Rich text lib separation.

2006-07-03 12:48 ABX, revision 39949

[ 1515217 ] wxComboCtrl textctrl event propagation bug.

2006-07-03 12:41 VZ, revision 39948

removed wxHyperlinkCtrl from this sample, it's not in the widgets one

2006-07-03 12:39 VZ, revision 39947

make the frame big enough to show all controls initially

2006-07-03 12:23 ABX, revision 39946

[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partially visible item.

2006-07-02 22:07 SN, revision 39945

Updated information on concurrent installs. Made tab usage consistent in description of configure options.

2006-07-02 21:57 SN, revision 39944

Removed some outdated stuff.

2006-07-02 21:40 SN, revision 39943

Fixed typos in comments (patch #1515724)

2006-07-02 21:11 SN, revision 39942

Fixes to sizing and others, according to patch #1507207.

2006-07-02 13:43 JS, revision 39941

Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine Setting the default style now combines the default with the new style, instead of just overriding it, so it is possible to select e.g. bold and italic simultaneously in the sample

2006-07-02 12:56 VZ, revision 39940

corrected preview scale calculation (patch from Daniel Walter)

2006-07-02 12:49 VZ, revision 39939

use PROOF_QUALITY in LOGFONT by default

2006-07-02 12:47 VZ, revision 39938

take pixel sizes into account as well when comparing fonts, not just point sizes which could be the same for fonts with slightly different height in pixels or, worse, the fonts with the same height but compeltely different widths

2006-07-02 07:41 JS, revision 39937

Added wxTextCtrlBase to type info, useful if different text control implementations are available

2006-07-02 07:17 JS, revision 39936

Typo correction

2006-07-02 06:58 JS, revision 39935

Seems to work fine without switching off anti-aliasing now

2006-07-02 01:35 VZ, revision 39934

fix appearance problems when the cell is scrolled (patch 1515458)

2006-07-02 01:31 VZ, revision 39933

use gtk_file_chooser_set_current_folder() instead of gtk_file_chooser_set_filename() in GTK+ native SetPath() branch (patch 1513554)

2006-07-02 01:30 VZ, revision 39932

added indirect base classes too (patch 1513451)

2006-07-02 01:28 VZ, revision 39931

Index() is const (patch 1513451)

2006-07-02 01:27 VZ, revision 39930

fixed GetPrevious() and comparison operators in wxUSE_STL build (patch 1354568)

2006-07-02 01:22 VZ, revision 39929

added ExpandAllChildrne() (patch 1498343)

2006-07-02 01:08 VZ, revision 39928

don't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off

2006-07-02 00:29 VZ, revision 39927

reset m_selectingKeyboard in ClearSelection() too

2006-07-02 00:17 VZ, revision 39926

don't refresh the menu if it's frozen

2006-07-01 20:32 JS, revision 39925

Corrected GIF

2006-07-01 20:30 JS, revision 39924

First cut at wxRichTextCtrl documentation Put wxTextAttr into separate file to allow correct ordering

2006-07-01 20:21 JS, revision 39923

Removed duplicate wxDCClipper documentation

2006-07-01 19:51 JS, revision 39922

Swapped parameters

2006-07-01 16:43 JS, revision 39921

Need to convert from physical to logical units inside HitTest

2006-07-01 14:21 VZ, revision 39920

don't set the size to the full screen for the windows which are maximized before being shown, just set the pending size to make sure that layout calculations work correctly but without breaking restoring the window

2006-07-01 14:19 VZ, revision 39919

use WM_NCCALCSIZE in DoGetClientSize() if the window has deferred size, even if it's toplevel

2006-07-01 00:11 RD, revision 39918

More Python 2.5 fixes

2006-06-30 23:27 VZ, revision 39917

don't ignore dialog code when processing Ctrl-keys; otherwise text controls and listboxes never get Ctrl-PageUp/Dn

2006-06-30 23:25 VZ, revision 39916

avoid asserts by not using GetSelection() with multi selection listbox

2006-06-30 23:16 VZ, revision 39915

added wxHyperLink and context help testing code (not sure if either of them should actually be here...)

2006-06-30 23:08 VZ, revision 39914

support Ctrl-PageUp/Dn for changing the notebook pages in addition to [Shift-]Ctrl-Tab (this is also a standard key combination)

2006-06-30 23:00 VZ, revision 39913

we don't need to override MSWTranslateMessage(), it was a wrong workaround for the bug fixed in rev 1.41 of src/msw/evtloop.cpp

2006-06-30 22:59 VZ, revision 39912

call MSWProcessMessage() for the window itself, although a comment said that this was done it, in fact, wasn't (since rev 1.11 when this was changed, apparently accidentally)

2006-06-30 22:04 VZ, revision 39911

moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it's not used on other platforms

2006-06-30 21:57 RD, revision 39910

reSWIGged

2006-06-30 21:48 RD, revision 39909

Py_ssize_t is needed for PyString_AsStringAndSize in Python 2.5, plus typedef for earlier versions

2006-06-30 21:46 RD, revision 39908

Some build tweaks to work around distutils screwing up when there are multipl sets of linker flags for universal binaries

2006-06-30 17:32 AVV, revision 39907

Old socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from HEAD docs

2006-06-30 15:50 AVV, revision 39906

wxDatagramSocket docs added, now on the proper branch

2006-06-30 14:24 SC, revision 39905

making sure mac filenames are always decomposed D Unicode UTF8 and the internal wxStrings are using composed D Unicode

2006-06-30 12:37 , revision 39904
  • A /wxWidgets/branches/SOC2006_SOCKETS
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/demos/dbbrowse/makefile.gtk
  • A /wxWidgets/branches/SOC2006_SOCKETS/docs/latex/wx/dgramsocket.tex
  • R /wxWidgets/branches/SOC2006_SOCKETS/lib/dummy
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2006_SOCKETS/samples/resource
  • R /wxWidgets/branches/SOC2006_SOCKETS/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2006_SOCKETS/samples/tab
  • D /wxWidgets/branches/SOC2006_SOCKETS/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/configure
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/configure.in
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/html/search.cpp
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/CHANGES
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/configure
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/example.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/INSTALL
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/LICENSE
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/libpng.3
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/makefile.dos
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/makefile.sc
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/png.5
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/png.c
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/png.dsp
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/png.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngget.c
  • A /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngread.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngset.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/projects/beos
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/png/projects/borland
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/README
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/TODO
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2006_SOCKETS/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/README
  • R /wxWidgets/branches/SOC2006_SOCKETS/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2006_SOCKETS/utils/wxprop

This commit was manufactured by cvs2svn to create branch 'SOC2006_SOCKETS'.

2006-06-30 12:37 AVV, revision 39903

wxDatagramSocket docs added

2006-06-30 12:01 AVV, revision 39902

Fixes tex2rtf to search for files on current folder too. This is basically to test my write access (tho also fixes tex2rtf for some people, including me)

2006-06-30 10:51 VS, revision 39901

fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling and hiding of the control

2006-06-30 09:16 SC, revision 39900

missing retval

2006-06-30 08:45 SC, revision 39899

fixing PPI bugs in printer dcs and print preview

2006-06-30 08:44 SC, revision 39898

fixing PPI bugs in printer dcs

2006-06-30 07:28 BIW, revision 39897

added/expanded various comments

2006-06-29 22:24 RD, revision 39896

Removed __future__ import that has been in the "past" for several years now.

2006-06-29 17:29 KO, revision 39895

wxPython Universal binary build system.

2006-06-29 17:25 SC, revision 39894

switching all text rendering/measuring to ATSUI

2006-06-29 17:23 SC, revision 39893

moving UniChar code to one place

2006-06-29 16:52 KO, revision 39892

Mac binary build system.

2006-06-29 13:47 VZ, revision 39891

call wxApp::OnInit() from MyApp::OnInit() so that standard options (like wxUniv --theme) work with the sample

2006-06-29 12:42 VZ, revision 39890

flush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn't hurt and could be useful if stderr is redirected

2006-06-29 12:06 JS, revision 39889

Moved wrongly placed constants

2006-06-29 12:04 JS, revision 39888

Moved wrongly placed hit test constants

2006-06-29 08:19 JS, revision 39887

Changed order of libs to fix linking

2006-06-29 08:16 SC, revision 39886

fix for potential crash when conversion fails

2006-06-29 08:07 SC, revision 39885

fix for potention crash when conversion fails

2006-06-29 07:55 JS, revision 39884

Respun configure for richtext library

2006-06-29 07:50 JS, revision 39883

Typo correction

2006-06-29 07:16 JS, revision 39882

Moved wxRichTextCtrl to its own library

2006-06-29 02:34 RD, revision 39881

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-29 00:18 RD, revision 39880

reSWIGged

2006-06-29 00:09 RD, revision 39879

reSWIGged

2006-06-28 23:19 RD, revision 39878

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-28 23:10 RD, revision 39877

Allow for building with Python 2.5

2006-06-28 22:41 RD, revision 39876

It doesn't look for .mo file in a LC_MESSAGES subdir on Windows, so don't put them there.

2006-06-28 19:32 RD, revision 39875

Applied patch from Armel Asselin that reduces memory required when pasting text and when sending events. Comment out some unneeded asserts.

2006-06-28 17:45 JS, revision 39874

Typo correction

2006-06-28 14:01 VZ, revision 39873

added missing wx/sizer.h header

2006-06-28 12:56 JS, revision 39872

Fixed zoom problem (Robert J.Lang)

2006-06-28 10:57 JS, revision 39871

Added support for tabs in wxRichTextCtrl (Ashish More)

2006-06-27 23:05 RD, revision 39870

reSWIGged

2006-06-27 22:46 RD, revision 39869

new wxTreeEvent ctor

2006-06-27 22:39 RD, revision 39868

Don't use custom bg style except on wxGTK

2006-06-27 22:37 RD, revision 39867

Picker control updates

2006-06-27 22:36 RD, revision 39866

Changed call order of the PreCreate method, and pass the pre instance to it.

2006-06-27 22:35 RD, revision 39865

little tweaks

2006-06-27 22:33 RD, revision 39864

New SetModified method

2006-06-27 22:31 RD, revision 39863

New wxNB_HITTEST_ONPAGE flag

2006-06-27 22:30 RD, revision 39862

Added missing platform constants

2006-06-27 22:30 RD, revision 39861

Remove use of wxHIDE_READONLY

2006-06-27 22:29 RD, revision 39860

Put wxHIDE_READONLY back for compatibility.

2006-06-27 22:02 RD, revision 39859

wxMSW doesn't look in a LC_MESSAGES dir for the message catalogs

2006-06-27 21:47 VZ, revision 39858

don't use COMPRESSION_LZW for saving TIFF files -- it's not implemented by libtiff (backport from HEAD)

2006-06-27 21:21 RD, revision 39857

Put back the old wxTreeEvent ctor for compatibility

2006-06-27 20:53 KO, revision 39856

Fixed incorrect get page source check around SetPageSource.

2006-06-27 19:19 RD, revision 39855

wxPickerBase derives from wxControl, not wxWindow

2006-06-27 19:16 RD, revision 39854

fixed typo

2006-06-27 18:49 VZ, revision 39853

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:58 VZ, revision 39852

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:33 VZ, revision 39851

look in the environment for the options values

2006-06-27 14:24 VZ, revision 39850

added wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf (2nd part of patch 1462778)

2006-06-27 14:21 VZ, revision 39849

fix handling of % in our printf implementation (part of patch 1462778)

2006-06-27 14:15 VZ, revision 39848

create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)

2006-06-27 14:12 VZ, revision 39847

fix VC compilation warnings about implicit int->bool conversion after last check in

2006-06-27 14:07 VZ, revision 39846

use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)

2006-06-27 14:04 VZ, revision 39845

remove duplicate m_popupInterface (patch 1509424)

2006-06-27 08:01 JS, revision 39844

Added wxPROPSHEET_TREEBOOK option

2006-06-27 07:55 JS, revision 39843

Remove use of GetVolumeInformation since it causes long delays on network drives.

2006-06-26 14:39 VZ, revision 39842

allow empty filename in ctor taking the extents

2006-06-26 14:37 VZ, revision 39841

include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1

2006-06-26 12:32 VZ, revision 39840

backported fix for incorrect selection being returned from GetSelection() called from EVT_COMBOBOX handler (1.137 in HEAD)

2006-06-26 12:20 VZ, revision 39839

force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do

2006-06-26 01:04 VZ, revision 39838

picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)

2006-06-26 00:47 VZ, revision 39837

add SetSelection(-1) test (part of patch 1506943)

2006-06-26 00:46 VZ, revision 39836

deselect all items when SetSelection(-1) is called (patch 1506943)

2006-06-26 00:39 VZ, revision 39835

added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch 1504449)

2006-06-26 00:11 VZ, revision 39834

remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable

2006-06-26 00:03 VZ, revision 39833

define WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch 1502015)

2006-06-26 00:01 VZ, revision 39832

explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701)

2006-06-25 23:53 VZ, revision 39831

avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch 1501682)

2006-06-25 23:47 VZ, revision 39830

fix gcc warnings about in printf format (partly modified patch 1500717)

2006-06-25 23:43 VZ, revision 39829

added an extra pixel to the margin in CalcSizeFromPage() (patch 1498847)

2006-06-25 23:42 VZ, revision 39828

added an extra pixel to CalcSizeFromPage() (patch 1498847)

2006-06-25 18:54 KO, revision 39827

Setting up unix dobuilds script to run gtk2 builds.

2006-06-25 18:48 KO, revision 39826

Removing all occurrences of the distrib scripts in the manifests.

2006-06-25 18:43 VZ, revision 39825

added a possibility to test how a custom bitmap appears in the toolbar

2006-06-24 11:18 MW, revision 39824

Make IsOfClass out-of-line to defend against gcc 3.4.[56] bug: http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:msp:75436:ofgfinakfempiciaejof

2006-06-24 09:10 VZ, revision 39823

added back 2 extra pixels for the best size under XP

2006-06-22 18:33 VZ, revision 39822

added VK_SNAPSHOT <-> WXK_SNAPSHOT mapping

2006-06-22 18:31 VZ, revision 39821

recognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW(): it's better to map them to VK_XXX then to some random junk

2006-06-22 18:27 VZ, revision 39820

reorganized VK to WXK translation code to use a table instead of huge switch statement in which it was too easy to get lost

2006-06-22 17:22 VZ, revision 39819

more tweaks to bitmap button borders: - we don't seem to need the extra +2 after Jamie's fix for the min size - we shouldn't use margins at all for buttons without border, this looks bad - refactored the code slightly to avoid some duplication

2006-06-22 14:20 JS, revision 39818

Added missing makefile

2006-06-22 01:12 VZ, revision 39817

strip HTML tags when searching for keywords

2006-06-22 00:20 VZ, revision 39816

corrected redundant link to wxLogTextCtrl itself in its see also section

2006-06-21 21:46 VZ, revision 39815

removed unexplainable deletion of .bkl files in debian-dist target which broke make install

2006-06-21 18:06 VZ, revision 39814

added WX_UNICODE and WX_OPENGL options which can be used to build packages without Unicode/OpenGL; as a side benefit all configure arguments are now centralized in one place instead of being repeated many times

2006-06-21 14:38 ABX, revision 39813

Fix for dir dialog in dir picker appearing without title and border under universal builds.

2006-06-21 14:22 ABX, revision 39812

Include wx/gdiobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-21 10:46 ABX, revision 39811

[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.

2006-06-21 07:36 ABX, revision 39810

Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-20 17:02 ABX, revision 39809

Removed outdated initialization.

2006-06-20 16:36 RD, revision 39808

Patch for [ 1489711 ] analogclock hour hand sticks on 12:00 noon

2006-06-20 14:46 ABX, revision 39807

Rebuild after new files.

2006-06-20 14:45 ABX, revision 39806

Fix for wxMGL built with common part of setup0.h.

2006-06-20 12:59 ABX, revision 39805

Rebuild after new files.

2006-06-20 12:57 ABX, revision 39804

Fix for wxOS2 built with common prt of setup0.h.

2006-06-20 12:26 ABX, revision 39803

[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.

2006-06-20 10:24 ABX, revision 39802

Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-20 00:36 KO, revision 39801

Updating manifests and attempting to use manifests to generate all ports.

2006-06-19 23:57 JG, revision 39800

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 23:50 JG, revision 39799

Add required padding to DoGetBestSize() for small bitmaps when using themes

2006-06-19 21:14 ABX, revision 39798

[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.

2006-06-19 20:18 ABX, revision 39797

Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-19 18:30 PC, revision 39796

remove redundant GdkBitmap representation from wxBitmap

2006-06-19 16:37 RD, revision 39795

Oops, fix my language confusion. ;-)

2006-06-19 16:31 RD, revision 39794

Compile fix

2006-06-19 16:14 PC, revision 39793

remove obsolete color cube and image to bitmap code

2006-06-19 09:20 ABX, revision 39792

[ 1507795 ] Small doc patch.

2006-06-19 09:03 ABX, revision 39791

Warning fix.

2006-06-19 09:02 ABX, revision 39790

[ 1507736 ] wxOwnerDrawnComboBox improved list item width checking.

2006-06-19 08:24 VZ, revision 39789

more tweaks to the margins: don't need them to be so big in vertical direction

2006-06-19 07:16 VZ, revision 39788

compilation fix after last commit

2006-06-19 07:12 ABX, revision 39787

Include wx/menuitem.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-19 06:37 ABX, revision 39786

Reverted wxString::Trim() backport.

2006-06-19 04:04 RD, revision 39785

minor distrib updates

2006-06-19 03:58 RD, revision 39784

backport changes from HEAD

2006-06-19 03:19 PC, revision 39783

initialize GdkColor so code which incorrectly accesses it will work as well as it did before

2006-06-18 21:40 VZ, revision 39782

fixed incorrect reference to wxhelpeventorigin

2006-06-18 21:38 VZ, revision 39781

allow claling Unassociate() on previously not initialized wxMimeTypesManager (backport from HEAD)

2006-06-18 21:33 VZ, revision 39780

allow claling Unassociate() on previously not initialized wxMimeTypesManager

2006-06-18 19:43 SN, revision 39779

Backported fixed from version 1.39 (patch #1507207).

2006-06-18 19:36 SN, revision 39778

Added GetCurrentSelection().

2006-06-18 19:31 SN, revision 39777

Fixed sizer height and queried text length according to patch #1507207

2006-06-18 19:25 SN, revision 39776

Partly reverted changes to Get(Current)Selection.

2006-06-18 11:52 SN, revision 39775

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:45 SN, revision 39774

Avoid problems with events that might be sent during creation of controls.

2006-06-18 11:16 JS, revision 39773

Wouldn't compile on Intel/universal binary with those tests, and do we really need several lines of ifdefing just to include a header maybe for microsecond gains?

2006-06-18 11:07 JS, revision 39772

Give app a default wxWidgets icon other than random one e.g. CD-ROM

2006-06-18 06:54 PC, revision 39771

revert unintended changes in previous commit

2006-06-18 06:42 PC, revision 39770

build fix for older gtk2

2006-06-18 03:37 PC, revision 39769

build fix for older gtk2, second attempt

2006-06-17 21:09 PC, revision 39768

build fix for older gtk2

2006-06-17 20:50 RD, revision 39767

Make the picker headers accessible to all

2006-06-17 19:09 PC, revision 39766

use AllocExclusive in wxImage

2006-06-16 12:48 VZ, revision 39765

don't loop needlessly in OnHelp() if the event comes from the bookctrl itself

2006-06-16 10:42 ABX, revision 39764

Final fix from '[ 1473731 ] wxColourBase and wxString <-> wxColour implementation'.

2006-06-16 09:31 ABX, revision 39763

Header correction.

2006-06-16 09:11 ABX, revision 39762

[ 1504474 ] Small hyperlink doc fix.

2006-06-16 07:20 JJ, revision 39761

Committing in . Update OpenVMS makefiles to support wxAUI Modified Files: wxWidgets/descrip.mms Added Files: wxWidgets/samples/aui/descrip.mms wxWidgets/src/aui/descrip.mms ----------------------------------------------------------------------

2006-06-16 07:14 ABX, revision 39760

Include wx/region.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-15 23:30 ABX, revision 39759

wxString::Trim() backported from CVS Head - fix for Bug #1472688.

2006-06-15 23:21 ABX, revision 39758

Final fix for Bug #1472688 'wxString::Trim() is broken'

2006-06-15 23:06 KO, revision 39757

Fix typos in picker control header names in files.bkl.

2006-06-15 22:18 MW, revision 39756

Bourne compatible wx-config changelog

2006-06-15 21:58 MW, revision 39755

Implement wxGetMouseState() for motif, x11 and mgl

2006-06-15 21:42 MW, revision 39754

Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists on DJGPP where S_IFREG is defined as 0.

2006-06-15 21:32 MW, revision 39753

Missing header

2006-06-15 21:30 MW, revision 39752

Take account of the numlock when mapping mgl virtual keycodes to wx ones.

2006-06-15 21:10 ABX, revision 39751

[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.

2006-06-15 20:33 MW, revision 39750

Make wxMouseState's alt and meta match those in events

2006-06-15 19:35 PC, revision 39749

more accurate conversion from 8-bit wx color to 16-bit GDK color

2006-06-15 19:29 PC, revision 39748

1. more accurate conversion from 8-bit wx color to 16-bit GDK color 2. eliminate possiblity of wxColour RGB values changing depending on colormap 3. don't allow non-const pointer access to internal GdkColor

2006-06-15 18:51 MW, revision 39747

Implement wxGetMouseState

2006-06-15 18:14 ABX, revision 39746

Build fix.

2006-06-15 17:58 ABX, revision 39745

Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-15 16:01 VZ, revision 39744

bitmap button size was too small when uxtheme functions were used to get the margins

2006-06-15 14:16 MW, revision 39743

Use bitfields to make wxMouseState smaller

2006-06-15 14:06 DS, revision 39742

forwardported a 2.6 branch fix for misplaced define

2006-06-15 13:57 MW, revision 39741

Implement wxGetMouseState

2006-06-15 12:40 DS, revision 39740

added alternative definitions for wxASSERT_MSG and wxCHECK2_MSG to fix CodeWarrior warnings

2006-06-15 11:10 MW, revision 39739

Missing header

2006-06-15 10:41 MW, revision 39738

Fix lib link order in combo sample

2006-06-15 10:20 MW, revision 39737

Compile fix after wxFileDialog::SetStyle removal

2006-06-15 09:13 MW, revision 39736

Missing exports

2006-06-15 08:39 MW, revision 39735

Cygwin compile fix

2006-06-14 19:51 ABX, revision 39734

Include wx/font.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 19:32 ABX, revision 39733

[ 1495131 ] wxODComboBox const methods to work prior to SetPopupControl.

2006-06-14 19:16 RD, revision 39732

Prevent exception if there is an attribute named just '_'

2006-06-14 19:15 ABX, revision 39731

[ 1495657 ] Documentation for wxComboCtrl and wxOwnerDrawnComboBox.

2006-06-14 18:38 ABX, revision 39730

[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.

2006-06-14 18:37 VZ, revision 39729

more fixes to OnHelp() to avoid infinite recursion when handling help events

2006-06-14 18:36 RD, revision 39728

Revert last change, it causes problems with not being able to use AutoCompletion in situations like "test=foo."

2006-06-14 18:32 VZ, revision 39727

context help for notebook pages tests added

2006-06-14 18:27 VZ, revision 39726

let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need

2006-06-14 17:46 VZ, revision 39725

show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController

2006-06-14 17:09 ABX, revision 39724

Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 16:42 ABX, revision 39723

Code symetry for both directions of trimming towards fixing bug #1472688.

2006-06-14 16:32 ABX, revision 39722

wxString::Trim() test.

2006-06-14 16:31 JS, revision 39721

Compile fix

2006-06-14 15:55 VZ, revision 39720

fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083)

2006-06-14 15:54 VZ, revision 39719

fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit

2006-06-14 15:03 ABX, revision 39718

Unneeded semicolon.

2006-06-14 13:11 JS, revision 39717

Fix for wrong combobox/height being reported if set size is pending

2006-06-14 12:00 VZ, revision 39716

made wxTree/ListCtrl::HitTest() const

2006-06-14 11:42 JS, revision 39715

wxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW

2006-06-14 10:33 VZ, revision 39714

fix for the last printf format warning fix

2006-06-14 10:19 ABX, revision 39713

Source cleaning.

2006-06-14 10:14 ABX, revision 39712

Whitespaces lined up.

2006-06-14 10:10 ABX, revision 39711

Don't create uneeded variables.

2006-06-14 10:02 ABX, revision 39710

Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 06:38 RD, revision 39709

fixed line endings

2006-06-14 04:08 RD, revision 39708

Revert last change, it was unintended

2006-06-14 04:05 RD, revision 39707

fixed line endings

2006-06-13 23:37 KO, revision 39706

Updating MSW file list.

2006-06-13 22:33 RD, revision 39705

reSWIGged

2006-06-13 22:27 RD, revision 39704

GetItemFromPoint is protected on wxMSW

2006-06-13 22:25 RD, revision 39703

Correctly handle the release of ownership of the wx.FSFile returned from wx.FileSystemHandler.OpenFile.

2006-06-13 22:05 VZ, revision 39702

document wxHelpEvent::Set/GetOrigin()

2006-06-13 20:44 ABX, revision 39701

Include wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-13 20:12 RD, revision 39700

Add support for generating classes for menus

2006-06-13 19:09 RD, revision 39699

Allow AutoCompletion for items in collections too

2006-06-13 19:08 RD, revision 39698

Help text for regions

2006-06-13 18:55 RD, revision 39697

Change header label

2006-06-13 18:52 RD, revision 39696

Ctrl-letter --> ascii(1..26) for EVT_CHAR events now also works when CAPS-LOCK is on.

2006-06-13 11:34 ABX, revision 39695

wxWinCE build fix.

2006-06-13 11:30 ABX, revision 39694

Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-13 11:05 ABX, revision 39693
  • D /wxWidgets/trunk/src/gtk/treegtk.cpp
  • D /wxWidgets/trunk/src/gtk1/treegtk.cpp

Removed unused files.

2006-06-13 10:41 ABX, revision 39692

Fixed broken reference.

2006-06-13 10:38 ABX, revision 39691

Allow some paths to be relative to current dir.

2006-06-13 10:34 ABX, revision 39690

Fixed accidental removal in one of past editings.

2006-06-13 00:07 KO, revision 39689

Consolidate the logic for generating file lists, as well as creating zip archives, into one place and remove some old code no longer needed.

2006-06-12 23:59 VZ, revision 39688

we don't need to manually propagate wxHelpEvents upwards, they're already wxCommandEvents and so propagate by default

2006-06-12 23:57 VZ, revision 39687

documented recently added Set/GetItemHelpText() and GetItemFromPoint()

2006-06-12 23:55 VZ, revision 39686

fix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when mouse was clicked inside it

2006-06-12 17:58 RD, revision 39685

always make a buffer bitmap

2006-06-12 13:32 VZ, revision 39684

redirect to the page only the help events coming from this control itself to avoid infinite recursion when we get a help event originally sent to the page

2006-06-12 09:00 JJ, revision 39683

Update openVMS compilesupport Modified Files: setup.h_vms ----------------------------------------------------------------------

2006-06-12 00:20 KO, revision 39682

Make sure to create parent dirs in the tree.

2006-06-11 23:08 KO, revision 39681

An attempt at reducing redundancy and improving readability for manifest-based releases.

2006-06-11 22:46 VZ, revision 39680

we can avoid 2-step construction now that setting wxDIALOG_EX_CONTEXTHELP after window creation works too

2006-06-11 22:44 VZ, revision 39679

update the real window flags when extended flags change and not only the normal ones

2006-06-11 22:40 VZ, revision 39678

show setting help text for individual radio box items

2006-06-11 22:19 VZ, revision 39677

added possibility to specify modules dependencies

2006-06-11 21:13 VZ, revision 39676

make it possible to associate context help text with individual radiobox items

2006-06-11 21:10 VZ, revision 39675

made it possible to associate context help to a region of a window

2006-06-11 21:08 VZ, revision 39674

don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place

2006-06-11 19:20 KO, revision 39673

No longer using a zip file for VC project files, adding them directly into MSW file list.

2006-06-11 18:54 KH, revision 39672

Fix socket crash in wxURL by safely Destroying the socket rather than deleting it [ patch 1502964 ]

2006-06-11 15:37 SN, revision 39671

Don't use TreeBook for OS/2 PM port (at least not yet).

2006-06-11 06:32 SC, revision 39670

functions may return a CFStringRef that is null, so we make this conversion always return an empty string (crashes otherwise)

2006-06-11 01:47 RD, revision 39669

reSWIGged

2006-06-11 01:31 RD, revision 39668

reSWIGged

2006-06-11 00:13 RD, revision 39667

some docstring fixes

2006-06-10 23:46 RD, revision 39666

Some docstring fixes

2006-06-10 22:13 RD, revision 39665

MaskedEdit patch from Will Sadkin: - Added handling for WXK_DELETE and WXK_INSERT, such that shift-delete cuts, shift-insert pastes, and ctrl-insert copies. - Fixed masked.numctrl to allow space for a group char, as this format is apparently used in several world locales.

2006-06-10 19:52 PC, revision 39664

allow setting scrollbar position to work from thumb release event

2006-06-10 17:37 JS, revision 39663

Add default style if necessary

2006-06-10 14:31 SC, revision 39662

numpad keys didn't trigger an update (reason for bug ID1503745)

2006-06-10 08:59 JS, revision 39661

Added log for Mac process termination fix.

2006-06-10 08:58 JS, revision 39660

Added logs for Mac process termination and scrolled window size fix

2006-06-10 03:31 RD, revision 39659

Switch to overriding OnAssertFailure instead of OnAssert

2006-06-09 23:28 RD, revision 39658

Prevent assert and crash if an attempt is made to make a bitmap with dimensions < 1

2006-06-09 22:06 VZ, revision 39657

gcc printf format warning fixed

2006-06-09 21:21 ABX, revision 39656

Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 19:59 RD, revision 39655

Using buffered drawing won't let the themed background show through, so use an ordinary wx.PaintDC instead.

2006-06-09 19:55 RD, revision 39654

Give wxMac its own set of face names

2006-06-09 18:11 KO, revision 39653

Initial wxaddons support.

2006-06-09 18:05 RD, revision 39652

Don't use an accelerator for the About box. Ctl(Cmd)-H is reserved on the Mac anyway.

2006-06-09 17:50 ABX, revision 39651

Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 17:29 ABX, revision 39650

Header listed twice removed.

2006-06-09 15:37 ABX, revision 39649

USE_AUI build fix.

2006-06-09 14:05 JS, revision 39648

Don't do client to overall size conversion if we've already used the overall size, or we'll end up adding a spurious increment over successive layout iterations.

2006-06-09 11:22 VZ, revision 39647

added the cast to wxFontMapperBase erroneously removed by the last change

2006-06-09 09:51 ABX, revision 39646

Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 08:50 MW, revision 39645

Fix missing semicolon from last commit

2006-06-08 20:19 ABX, revision 39644

Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 19:58 JS, revision 39643

Added missing wx_aui.dsp file

2006-06-08 19:12 RD, revision 39642

fix scope of setting self.files

2006-06-08 19:11 RD, revision 39641

docstring fix

2006-06-08 19:11 RD, revision 39640

Add KeyEvent method for setting the m_uniChar member

2006-06-08 19:10 RD, revision 39639

Applied Patch #1502804: wx*PickerCtrl documentation fixes

2006-06-08 18:53 SC, revision 39638

missing else

2006-06-08 18:27 RD, revision 39637

Applied Patch #1502801: Missing Clone() functions from some events

2006-06-08 18:15 RD, revision 39636

Add 1 to the width returned by DoGetBestSize in order to work around a GTK issue where it sometimes wrapps the text needlessly

2006-06-08 13:12 ABX, revision 39635

Use bottom flat notebook on PocketPC by default.

2006-06-08 12:51 ABX, revision 39634

Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 11:25 ABX, revision 39633

Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.

2006-06-08 10:17 RR, revision 39632

Compilo

2006-06-08 10:05 RR, revision 39631

Correct compilation for GTK < 2.4. Remove double testing for __WXMGL__ and __WXX11__ after testing for __UNIVERSAL__

2006-06-08 09:09 JS, revision 39630

Backported polling process termination detection for Intel Mac

2006-06-08 08:44 JS, revision 39629

Removed incorrect code

2006-06-08 08:09 JS, revision 39628

Missing dereference caused wrong wxString ctor to be used, leading to memory errors

2006-06-08 06:57 ABX, revision 39627

Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 05:16 PC, revision 39626

use "event-after" signal to send thumb release event

2006-06-07 22:01 ABX, revision 39625

Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:49 VZ, revision 39624

1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics) 2. added wxFontMapper::Reset() to only do the cast needed when deleting the font mapper object once 3. reset the dummy font mapper created during the app initialization in wxFontMapperModule and not in init.cpp

2006-06-07 17:46 ABX, revision 39623

Include wx/toolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:12 ABX, revision 39622

[ 1502010 ] Cast to wrong type.

2006-06-07 17:02 ABX, revision 39621

[ 1502016 ] wxImage::ConvertToGreyscale should retain alpha channel.

2006-06-07 16:59 ABX, revision 39620

Show grey version of image with alpha channel.

2006-06-07 15:06 ABX, revision 39619

Missing plural.

2006-06-07 15:02 ABX, revision 39618

Widgets sample mentioned.

2006-06-07 14:54 ABX, revision 39617

Use common book flags (and other minor corrections).

2006-06-07 13:57 ABX, revision 39616

Minor source cleaning.

2006-06-07 13:26 ABX, revision 39615

wxBLACK usage.

2006-06-07 13:07 JS, revision 39614

Alternative implementation for process termination detection on Intel, since task_for_pid doesn't work on Intel Macs.

2006-06-07 11:44 ABX, revision 39613

Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 08:49 JS, revision 39612

Removed comma

2006-06-07 04:16 KO, revision 39611

Putting files back in the wxWidgets-$VERSION dir.

2006-06-07 02:26 RD, revision 39610

Added wrappers for the Picker controls.

2006-06-07 02:23 RD, revision 39609

Added an implementation for wxPickerBase::SetInternalMargin

2006-06-07 02:23 RD, revision 39608

Added wx/pickerbase.h so it will get installed.

2006-06-06 22:02 ABX, revision 39607

Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 21:44 ABX, revision 39606

AUI under wxMGL build fixes.

2006-06-06 21:07 ABX, revision 39605

AUI under wxOS2 build fixes.

2006-06-06 19:21 RD, revision 39604

reSWIGged

2006-06-06 18:24 RD, revision 39603

Compilation fix for Mac

2006-06-06 17:50 RD, revision 39602

More compilation fixes. Move dummy wxPowerEvent to where it can be seen by other modules.

2006-06-06 17:49 RD, revision 39601

Set MONOLITHIC for posix platforms based on the output of wx-config, use this to add the media lib if needed.

2006-06-06 16:28 ABX, revision 39600

Include wx/slider.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 15:50 ABX, revision 39599

Source cleaning, wxW headers, whitespaces and improved PCH support.

2006-06-06 15:39 ABX, revision 39598

Source cleaning, wxW headers, whitespaces and improved PCH support.

2006-06-06 15:20 JS, revision 39597

Fix for wxX11

2006-06-06 14:43 JS, revision 39596

Script updates

2006-06-06 14:35 JS, revision 39595

Updated make dist script for wxAUI

2006-06-06 14:31 JS, revision 39594

Fixes for Mac

2006-06-06 14:10 ABX, revision 39593

On-demand creation of the pages for speedup of sample launch.

2006-06-06 14:06 JS, revision 39592

Updated configure for wxAUI

2006-06-06 14:05 JS, revision 39591

Compile corrections

2006-06-06 13:34 JS, revision 39590

Further wxAUI commits

2006-06-06 13:12 JS, revision 39589

Initial commit of wxAUI

2006-06-06 12:53 JS, revision 39588

Reverted last wxBookCtrl change and added alignment check to notebook

2006-06-06 11:05 JS, revision 39587

Each book control should say what its default orientation. Use this info if no alignment style, otherwise assertion will happen in GetPageRect.

2006-06-06 11:03 JS, revision 39586

Suppress assertion when the array is sorted

2006-06-06 11:02 JS, revision 39585

If a base font mapper object was created prematurely before the traints object was created, delete it.

2006-06-06 11:01 JS, revision 39584

If a font mapper object was created prematurely before the traits object was created, delete it.

2006-06-06 07:23 ABX, revision 39583

Include wx/textctrl.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 07:22 MW, revision 39582

Move the generic picker files to the GUI common section.

2006-06-06 01:33 VZ, revision 39581

replaced WXTYPE with wxEventType

2006-06-06 01:28 VZ, revision 39580

replaced WXTYPE with wxEventType

2006-06-05 23:00 RD, revision 39579

Fixed compile error

2006-06-05 20:37 ABX, revision 39578

Peaceful solution to wxCheckListBox inheritance in WinCE and wxListBox::Clear() ambiguity in wxUniv.

2006-06-05 19:35 SN, revision 39577

Removed some focus handling that was to general and did break e.g. combobox.

2006-06-05 19:07 MW, revision 39576

Fix alignment issue.

2006-06-05 18:47 SN, revision 39575

Fixed brush realization as suggested by Franz Bakan.

2006-06-05 18:15 SN, revision 39574

Improved error handling.

2006-06-05 18:08 SN, revision 39573

Improved error handling.

2006-06-05 18:08 RD, revision 39572

Typos fixed

2006-06-05 17:57 MR, revision 39571

Do not set the wmclass for toplevels. This MUST be unique across the application, and GTK takes care of it for us - don't screw it over. Change it to set_role instead, but #if 0 out for now until some discussion about potential affect of this to existing applications. Toplevels that have a role set can be handled by the window manager, and store the positiong and size for them, and restore it on later occasion. If apps do stupid things like don't have unique motif names set for different toplevels, then this can cause problems with backwards compatibility. I am in favor of doing set_role, but it needs a little discussion and testing. Setting WM_CLASS is definately wrong, so just get rid of that till then.

2006-06-05 17:48 ROL, revision 39570

fix for empty value

2006-06-05 17:12 MW, revision 39569

Build fix for motif.

2006-06-05 17:01 VZ, revision 39568

fixed memory leak introduced by dynamic wxMimeTypesManagerImpl creation (rev. 1.44 of mimecmn.cpp) changes; also renamed wxMimeTypesManagerFactory::Get/SetFactory() to just Get/Set()

2006-06-05 16:46 ABX, revision 39567

Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-05 16:04 ROL, revision 39566

fix for non-utf-8 character support in 'content'

2006-06-05 16:01 ROL, revision 39565

hopefully this will fix some encoding problems

2006-06-05 16:00 ROL, revision 39564

debug is not defined here

2006-06-05 16:00 RD, revision 39563

Make it possible to override VER_FLAGS from the command-line

2006-06-05 15:58 RD, revision 39562

Added wxWINDOW_STYLE_MASK

2006-06-05 15:58 SN, revision 39561

Made additional error codes available.

2006-06-05 15:57 RD, revision 39560

New methods for dragging coloumns

2006-06-05 15:52 RD, revision 39559

No need to use 2-phase create of the text ctrl

2006-06-05 14:16 MW, revision 39558

Add missing picker files for gtk1

2006-06-05 11:55 VZ, revision 39557

Reparent() is available under Mac as well (bug 1500782)

2006-06-05 10:31 CE, revision 39556

replace hard coded path with relative path

2006-06-05 10:29 CE, revision 39555

changed hardware at York

2006-06-04 22:31 VZ, revision 39554

changed menu accels to not clash with menubar ones

2006-06-04 21:18 PC, revision 39553

avoid gtk assert on negative window size

2006-06-04 17:00 PC, revision 39552

update scroll position variables from Scroll method, broken in previous change

2006-06-04 15:51 VZ, revision 39551

use wxImage to load icons in non-native formats

2006-06-04 15:14 VZ, revision 39550

s/wxHyperLinkCtrl/wxHyperlinkCtrl/

2006-06-04 15:11 VZ, revision 39549

added hyperlink.tex

2006-06-04 15:09 VZ, revision 39548

added missing brace after wxTB_NO_TOOLTIPS

2006-06-04 15:04 VZ, revision 39547

fixed typo in HitTest() docs

2006-06-04 14:55 VZ, revision 39546

silence gcc warnings about values not handled in switch

2006-06-04 14:51 VZ, revision 39545

printf format spec warning fix

2006-06-04 14:27 VZ, revision 39544

on some systems PBT_APMRESUMESUSPEND is not sent on resume but PBT_APMRESUMEAUTOMATIC is

2006-06-04 12:39 MW, revision 39543

Make Bourne compatible.

2006-06-04 06:19 PC, revision 39542

build fix

2006-06-03 22:32 VZ, revision 39541

wxArrayString::Sort() wasn't MT-safe even though it tried to

2006-06-03 20:34 VZ, revision 39540

just some spelling fixes

2006-06-03 19:51 RD, revision 39539

Fix line-endings

2006-06-03 19:20 PC, revision 39538

correct access for virtuals, unneeded includes

2006-06-03 18:36 PC, revision 39537

don't generate a scroll event when setting scroll position from scroll event handler

2006-06-03 18:35 PC, revision 39536

don't generate a scroll event when setting scroll position from scroll event handler fix setting scroll position from thumb release event handler

2006-06-03 14:56 VZ, revision 39535

take const wxWindow * in wxUxThemeHandle ctor

2006-06-03 14:49 VZ, revision 39534

clarify global wxConfig object life-management

2006-06-03 10:21 MW, revision 39533

Add picker files for mac.

2006-06-02 15:27 SC, revision 39532

Fixes and XCode 2.3 update

2006-06-02 14:34 SC, revision 39531

Fixes and XCode 2.3 update

2006-06-02 14:05 MW, revision 39530

Compile fix for no precompiled headers

2006-06-02 12:12 MW, revision 39529

Add wx-lib xml as adv depends on it for the richtext control

2006-06-02 12:00 MW, revision 39528

Commit pickers-fixes.patch added to 1472329 (Francesco Montorsi)

2006-06-02 10:20 MW, revision 39527

Revert previous commit.

2006-06-02 08:17 MW, revision 39526

Lazy creation of the picker dialogs (Francesco).

2006-06-02 06:39 JJ, revision 39525

Updated OpenVMS compile support

2006-06-02 03:44 RD, revision 39524

colSortFlag shoudl be an int, not a Boolean

2006-06-02 03:43 RD, revision 39523

Switch to bzip2 for compression

2006-06-01 23:56 ABX, revision 39522

uxtheme.h provides symbols regardless wxUSE_UXTHEME flag.

2006-06-01 22:23 RD, revision 39521

Some explainations and directions for building the Debian wx packages

2006-06-01 22:22 RD, revision 39520

Updated debian-dist and debian package scripts from 2.6 branch

2006-06-01 22:17 ABX, revision 39519

OW/MGL build fix.

2006-06-01 22:15 ABX, revision 39518

Typo fix.

2006-06-01 20:52 ABX, revision 39517

Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-01 17:32 RD, revision 39516

DLL compilation fix

2006-06-01 15:19 ABX, revision 39515

Build fix after PCH changes.

2006-06-01 15:16 ABX, revision 39514

Add new components to wxOS2 builds.

2006-06-01 13:18 ABX, revision 39513

Universal build fix.

2006-06-01 12:31 MW, revision 39512

Compile fixes for GTK 2.4

2006-06-01 11:01 ABX, revision 39511

Minor corrections to pickers presentation.

2006-06-01 10:58 ABX, revision 39510

Warning fix.

2006-06-01 10:57 ABX, revision 39509

Build fix for OW regarding & operator needing full class specs.

2006-06-01 09:44 MW, revision 39508

Build fix for systems linux where va_list is an array type.

2006-06-01 09:16 ABX, revision 39507

Minor source cleaning.

2006-06-01 08:52 ABX, revision 39506

Build fix based on wxOS2 night build log.

2006-06-01 08:23 ABX, revision 39505

Include wx/listbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-01 00:52 RD, revision 39504

reSWIGged

2006-06-01 00:40 RD, revision 39503

reSWIGged

2006-06-01 00:33 RD, revision 39502

IsStandard needs to check m_type, not m_format

2006-06-01 00:23 RD, revision 39501

regenerated ReST docs with new docutils

2006-06-01 00:21 RD, revision 39500

Fix some ReST formatting errors

2006-06-01 00:17 VZ, revision 39499

regenerated after wxColour/File/Dir/FontPickerCtrl changes

2006-06-01 00:13 VZ, revision 39498

added possibility to reorder columns by dragging them (patch 1409677)

2006-06-01 00:04 RD, revision 39497

Add missing files needed by the build. Add icon and *.desktop files for the wxPython tools

2006-06-01 00:00 RD, revision 39496

Add enough to the tarball that the debian packages can be built from it too. Switch to using bzip2 for compression.

2006-05-31 23:57 VZ, revision 39495

added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)

2006-05-31 23:41 RD, revision 39494

Reset the event object and id in case FindWindowForMouseEvent returns a different window.

2006-05-31 23:37 VZ, revision 39493

don't assert if neither wxFD_OPEN nor wxFD_SAVE is given; wxFD_OPEN is the default

2006-05-31 22:48 VZ, revision 39492

use gtk_window_set_modal(TRUE/FALSE) instead of gtk_grab_add/remove() (part of patch 1472329)

2006-05-31 22:35 RD, revision 39491

The colSortFlag needs to be an integer, not a Boolean

2006-05-31 22:34 RD, revision 39490

Ensure there is an app object before using a wx.RendererNative

2006-05-31 21:35 VZ, revision 39489

corrected header for wxWakeUpIdle()

2006-05-31 21:26 RD, revision 39488

Forward port of changes for using themed drawing of owner-drawn buttons.

2006-05-31 18:27 ABX, revision 39487

Include wx/statbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-31 18:15 ABX, revision 39486

[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.

2006-05-31 17:22 PC, revision 39485

threads fix

2006-05-31 12:18 ABX, revision 39484

PCH support for !MSW/!autoconf platforms.

2006-05-31 12:10 ABX, revision 39483

PCH support for !MSW/!autoconf platforms.

2006-05-31 11:48 ABX, revision 39482

Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.

2006-05-31 09:34 ABX, revision 39481

Include wx/statbmp.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-31 05:38 SC, revision 39480

changing scrollbars (hiding/showing) triggers a size event.

2006-05-30 17:39 ABX, revision 39479

Include wx/stattext.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 17:22 VZ, revision 39478

fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)

2006-05-30 17:14 VZ, revision 39477

fixes for wxVsnprintf() in Unicode build (2nd part of patch 1462778)

2006-05-30 13:43 ABX, revision 39476

Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 13:10 VZ, revision 39475

mentioned that the handlers should be allocated on the heap also in ClearHandlers() docs (and not only in AddHandle() section)

2006-05-30 12:41 ABX, revision 39474

Missing items for default DMC distribution.

2006-05-30 11:55 ABX, revision 39473

wxHyperlink page for widgets presentation.

2006-05-30 09:17 ABX, revision 39472

[ 1494561 ] wxComboCtrl vertical size fix.

2006-05-30 07:43 ABX, revision 39471

Include commctrl.h properly.

2006-05-30 07:34 ABX, revision 39470

Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-30 07:25 ABX, revision 39469

wxFD_* constants without 2.6 compatibility (heavily extended and modified patch #1497305).

2006-05-29 23:49 ABX, revision 39468

Smartphone build fix.

2006-05-29 23:24 ABX, revision 39467

wxWinCE power build fixes.

2006-05-29 22:45 RD, revision 39466

wx.HIDE_READONLY is gone

2006-05-29 22:43 RD, revision 39465

Avoid an assert if no alignment style is specified

2006-05-29 21:45 ABX, revision 39464

Build fix.

2006-05-29 21:26 ABX, revision 39463

Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-29 21:18 RD, revision 39462

reSWIGged

2006-05-29 21:12 ABX, revision 39461

Source markup fixes.

2006-05-29 20:57 RD, revision 39460

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 20:54 RD, revision 39459

wxWakeUpIdle seems unnecessary here

2006-05-29 20:41 RD, revision 39458

Take out AdjustPagebreak for now...

2006-05-29 20:37 MW, revision 39457

Map between int page ids and page pointers using hashes so that it works when pointers are 64-bits.

2006-05-29 20:31 RD, revision 39456

Compile fix

2006-05-29 20:29 RD, revision 39455

wxFileDialog SetStyle and GetStyle are gone

2006-05-29 20:27 RD, revision 39454

Provide a wxDirSelectorPromptStr