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-12-12 21:44 RR, revision 43956

Add a few more controls to the toolbar.

2006-12-12 21:43 RR, revision 43955

Moved allocate size correction code from combobox to toolbar code since that is where the problem is and it affects other controls, too.

2006-12-12 16:08 RD, revision 43954

Add entry for 2.8.0.1

2006-12-12 11:50 VZ, revision 43953

replaced 25 in libraries names with 28

2006-12-12 10:40 RR, revision 43952

Add hack for correct height of wxComboBox in toolbar.

2006-12-12 07:25 RD, revision 43951

regenerated

2006-12-12 07:23 RD, revision 43950

Compile fixes for Panther

2006-12-12 02:09 RD, revision 43949

Typo fix

2006-12-12 01:52 RD, revision 43948

Bump subrelease number

2006-12-12 01:51 RD, revision 43947

Added a set of button classes to wx.lib.buttons from David Hughes that uses the native renderer to draw the button.

2006-12-12 01:00 RD, revision 43946

Mention wx.SearchCtrl

2006-12-12 00:53 RD, revision 43945

Also do LayoutControls from EVT_SIZE handler

2006-12-11 21:32 RD, revision 43944

Some more _BTN changes

2006-12-11 21:27 RD, revision 43943

Put a separator between the controls

2006-12-11 21:26 RD, revision 43942

comment out test code

2006-12-11 21:14 VS, revision 43941

fixed wxCSConv to work again for iso-8859-1

2006-12-11 21:12 RD, revision 43940

Fix compile error

2006-12-11 20:32 KO, revision 43939

Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs.

2006-12-11 20:13 RD, revision 43938

reSWIGged

2006-12-11 20:10 RD, revision 43937

Add docstrings and a dummy class to be used in builds that don't have wxSearchCtrl.

2006-12-11 20:07 RD, revision 43936

Remove AdjustedBestSize property since the function it calls is deprecated.

2006-12-11 18:34 PC, revision 43935

cleanup: wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first

2006-12-11 18:33 PC, revision 43934

cleanup: wrap everything in #if wxUSE_SEARCHCTRL, implementation include comes first, parenthesize macro replacement containing operators, unused variable, use of pointer after delete, bizarre boolean expression

2006-12-11 18:28 RD, revision 43933

reSWIGged

2006-12-11 18:26 RD, revision 43932

Docstring fixes

2006-12-11 16:36 RD, revision 43931

Add wxTextCtrl::CreatePeer for wxMac. Backport a couple other minor changes to this fix branch.

2006-12-11 16:34 KO, revision 43930

Updating with Vadim's API changes.

2006-12-11 14:18 VZ, revision 43929

removed unused variable

2006-12-11 14:17 VZ, revision 43928

more SetXXXVisible/ShowXXX() replacements

2006-12-11 14:14 VZ, revision 43927

added $Id$ to the header

2006-12-11 14:08 VZ, revision 43926

added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL

2006-12-11 13:48 VZ, revision 43925

mention wxSearchCtrl

2006-12-11 13:48 VZ, revision 43924

1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVisible() 2. Moved wxSearchCtrlBase to wx/srchctrl.h to avoid duplicating it 3. Removed gcc #pragmas

2006-12-11 13:34 VZ, revision 43923

wxSearchCtrl is an editable control (too)

2006-12-11 13:31 VZ, revision 43922

deTABified

2006-12-11 13:30 VZ, revision 43921

restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings

2006-12-11 13:11 VZ, revision 43920

fix LaTeX syntax (non-escaped underscore)

2006-12-11 12:58 VZ, revision 43919

compilation fix for USE_PCH==0

2006-12-11 12:57 VZ, revision 43918

use wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro name

2006-12-11 10:25 CE, revision 43917

2.8.0

2006-12-11 09:43 CE, revision 43916

fix watcom problem (thanks ABX)

2006-12-11 09:33 CE, revision 43915

sorry about bad commit

2006-12-11 09:30 CE, revision 43914

fix missing includessrc/generic/srchctlg.cpp

2006-12-11 08:04 ABX, revision 43913

Updated build files.

2006-12-11 07:48 RD, revision 43912

include bitmap.h

2006-12-11 07:35 KO, revision 43911

Improve default wxSearchCtrl GetBestSize() width and ensure that SetFocus focuses in the control's text area.

2006-12-11 07:33 RD, revision 43910

reSWIGged

2006-12-11 07:19 RD, revision 43909

Move #include of srchctrl.h to wxPython_int.h

2006-12-11 06:19 RD, revision 43908

Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)

2006-12-11 04:20 RD, revision 43907

size_t's --> int's

2006-12-11 02:58 , revision 43906
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/png/pngdemo.rc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/stc
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/samples/svg
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/expat.dsp
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/gtk1/verti.xbm
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.nt
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/makefile.vc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/stc
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_8_MICROFIX_BRANCH/src/zlib/trees.h

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

2006-12-11 02:58 KH, revision 43905

As per discussion in bug #1612106, change default socket flag from NONE to NOWAIT to prevent application hang

2006-12-10 23:37 PC, revision 43904

size_t passed to %d format specifier

2006-12-10 16:01 VS, revision 43903

added brief installation instructions for wxDFB port

2006-12-10 15:58 VS, revision 43902

1. removed code that already exist in ~wxTLWBase from ~wxTLW 2. reordered TLW destruction so that the TLW is fully usable until all children (that could possibly use it from their dtors) are destroyed

2006-12-10 15:53 VS, revision 43901

removed code that already exist in ~wxTLWBase from ~wxTLW

2006-12-10 15:37 VZ, revision 43900

set wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)

2006-12-10 15:35 VZ, revision 43899

GetLongPath() should just do nothing under CE as there are no short/long paths there (patch 1612271)

2006-12-10 14:18 VZ, revision 43898

replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)

2006-12-10 13:50 VZ, revision 43897

added collpane sample

2006-12-10 13:46 VZ, revision 43896

fixed off by one error in OnButtonSet()

2006-12-10 13:21 VZ, revision 43895

compilation fix for g++ < 3.4 after last commit

2006-12-10 13:19 SC, revision 43894

switching to autorelease

2006-12-10 13:08 SC, revision 43893

adding an autorelease capability (got weird crashes when deleting tools from a toolbar otherwise)

2006-12-10 10:49 ABX, revision 43892

Implemented Set button for date picker page.

2006-12-10 10:47 ABX, revision 43891

Warning fix.

2006-12-10 01:50 RD, revision 43890

test popup menus with checkable items

2006-12-10 01:48 RD, revision 43889

wxStaticLineNameStr

2006-12-09 23:43 MW, revision 43888

Fix so that AR/AROPTIONS can be overridden on the configure command line when using Sun CC.

2006-12-09 22:28 MW, revision 43887

Revert last commit.

2006-12-09 22:09 MW, revision 43886

Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were only being set when language being tested matched the current language, so C++ flags weren't being set since we changed the default language back to C.

2006-12-09 22:04 MW, revision 43885

Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were only being set when language being tested matched the current language, so C++ flags weren't being set since we changed the default language back to C.

2006-12-09 19:49 PC, revision 43884

indentation fixes

2006-12-09 19:49 PC, revision 43883

unused variable

2006-12-09 19:48 RR, revision 43882

Update Readme.txt

2006-12-09 19:48 PC, revision 43881

correct access for virtuals

2006-12-09 17:50 PC, revision 43880

SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

2006-12-09 17:46 PC, revision 43879

rename RemoveIdleSource to SuspendIdleCallback

2006-12-09 16:20 VZ, revision 43878

mention wxCSConv(utf-16/32) fix

2006-12-09 16:19 VZ, revision 43877

implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

2006-12-09 15:58 VZ, revision 43876

Unicode compilation fixes

2006-12-09 15:57 VZ, revision 43875

added test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)

2006-12-09 14:52 VZ, revision 43874

default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

2006-12-09 14:38 VZ, revision 43873

ignore warning 4535 for VC8 too as it still seems to be harmless

2006-12-09 13:42 RR, revision 43872

Mention that GetEditControl is only missing in Mac version.

2006-12-09 09:48 SC, revision 43871

fixing memory leaks (toolbartool not released) and a bug where native embedded controls were not beeing released correctly in situations where the native toolbar does not get really used

2006-12-09 06:21 PC, revision 43870

fix for SetPosition/SetInsertionPoint when called during Freeze

2006-12-08 23:47 RD, revision 43869

Clear error if wxPyConvertSwigPtr failed

2006-12-08 23:46 RD, revision 43868

Use correct flags Chinese

2006-12-08 23:28 RD, revision 43867

MustHaveApp(wxWindow_FromHWND);

2006-12-08 17:22 PC, revision 43866

re-enable blocking of wx idle events when assert dialog is showing

2006-12-08 15:06 SC, revision 43865

switching from native rtti to wxrtti

2006-12-08 02:46 RD, revision 43864

get rid of one of the extra slashes in the download URLs

2006-12-08 00:35 VZ, revision 43863

1. don't assert if we're passed an empty defaultDir and full path in defaultFileName (the other ports don't do it) 2. don't duplicate gtk_file_chooser_set_current_folder() calls for save and open dialogs unnecessarily 3. reformated a couple of comments to fit in 80 columns

2006-12-08 00:01 VZ, revision 43862

use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_OCTAL in wxMimeTextFile to avoid quoting backslashes (which occur naturally in MIME files) in Unicode builds

2006-12-07 21:38 RR, revision 43861

No longer break idle (and indeed all) event handling after using the assert dialog.

2006-12-07 21:03 RD, revision 43860

minor build tweaks

2006-12-07 21:02 RD, revision 43859

ignore a const overloaded method

2006-12-07 16:29 PC, revision 43858

bitwise vs. logical operator

2006-12-07 09:00 PC, revision 43857

static functions don't need an instance

2006-12-07 08:59 PC, revision 43856

correct access for virtual, declare variable only if used

2006-12-07 08:57 PC, revision 43855

class/struct mismatch

2006-12-07 08:56 PC, revision 43854

correct access for virtuals

2006-12-07 07:22 PC, revision 43853

correct access for virtuals

2006-12-07 07:20 PC, revision 43852

remove redundant test

2006-12-07 07:20 PC, revision 43851

use correct test

2006-12-07 07:18 PC, revision 43850

indentation fix

2006-12-07 07:18 PC, revision 43849

use computed justification

2006-12-07 07:16 PC, revision 43848

unused variable

2006-12-07 07:15 PC, revision 43847

fix wrong parenthesizing of boolean expressions

2006-12-07 05:50 PC, revision 43846

correct access for virtuals

2006-12-07 05:47 PC, revision 43845

minor cleanup

2006-12-07 05:47 PC, revision 43844

don't use %d to print pointer

2006-12-07 05:44 PC, revision 43843

correct access for virtuals

2006-12-07 03:27 RD, revision 43842

wxRect2DDouble --> wxRect2D

2006-12-07 03:07 RD, revision 43841

clip the bitmap to the size of the source DC in DoBlit if neccessary

2006-12-06 23:28 VZ, revision 43840

explicitly call OnExit() in the ports which don't use wxEventLoopManual

2006-12-06 23:14 KO, revision 43839

Implement SortItems for native OS X wxListCtrl to match behavior with other impls, and request an update when an item's data changes.

2006-12-06 21:47 RR, revision 43838

Correct Unicode support topic.

2006-12-06 21:40 RR, revision 43837

I blindly believe that WinCE doesn't delete a directory with CreateDirectory. [ 1610415 ] wxWinCE remove directory

2006-12-06 19:20 VZ, revision 43836

we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)

2006-12-06 18:48 VS, revision 43835

use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively for fonts

2006-12-06 17:19 VZ, revision 43834

don't leave dummy extension in of.lpstrDefExt (bug 1609614, backport from HEAD)

2006-12-06 17:17 VZ, revision 43833

don't leave dummy extension in of.lpstrDefExt (bug 1609614)

2006-12-06 17:13 VZ, revision 43832

ask for BPP for .bmp extension, not .bpp one

2006-12-06 04:37 KO, revision 43831

Fix eating of key events (cleaner impl will come after 2.8, right now I want to touch as little common code as possible) and add some extra checks to the Cocoa delegates as they are getting called when the Carbon control isn't in a valid state.

2006-12-05 23:42 RD, revision 43830

Add wxGraphicsMatrix::Get

2006-12-05 20:42 RD, revision 43829

Try using locale.getpreferredencoding

2006-12-05 20:40 RD, revision 43828

fix building/running of tex2rtf

2006-12-05 18:57 RD, revision 43827

wx.lib.masked: Patch from Will Sadkin. Includes Unicode fixes, plus more helpful exceptions and ability to designate fields in mask without intervening fixed characters.

2006-12-05 18:55 RD, revision 43826

distrib fixes

2006-12-05 18:11 RD, revision 43825

fix some warnings

2006-12-05 17:47 JS, revision 43824

Changed month

2006-12-05 17:04 VZ, revision 43823

use #define instead of static const to avoid warnings about unused TRACE_CLIPBRD in release builds with compilers which do support vararg macros

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

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

2006-12-05 15:23 VZ, revision 43821

updated for 2.8.0 rc3

2006-12-04 23:05 VZ, revision 43820

removed a couple of useless #if wxUSE_UNICODE tests

2006-12-04 22:59 VZ, revision 43819

uncommented code in wxgtk_list_store_get_value() and fixed its compilation (but no support for per-item encodings yet)

2006-12-04 22:41 VZ, revision 43818

--with-gnomeprint not needed any longer, it's the default now

2006-12-04 22:40 VZ, revision 43817

enable gnomeprint code by default

2006-12-04 22:37 VZ, revision 43816

removed extra comma in --enable-dataviewctrl helpstring

2006-12-04 20:40 RD, revision 43815

Add ToggleWindowStyle

2006-12-04 20:35 RD, revision 43814

Add Get/SetLogicalFunction

2006-12-04 20:34 RD, revision 43813

Add 2.5 dirs to PREFIXES

2006-12-04 20:26 KO, revision 43812

Do not uninstall wxaddons module or files.

2006-12-04 20:25 RD, revision 43811

Document new location of the patched swig

2006-12-04 20:24 RD, revision 43810

fix typo

2006-12-04 18:54 KO, revision 43809

Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.

2006-12-04 17:53 VZ, revision 43808

add test for wxLaunchDefaultBrowser, it makes sense to have it in this sample too

2006-12-04 17:41 VZ, revision 43807

unused parameter warning fix after last change

2006-12-04 17:11 VZ, revision 43806

quick fix for TRACE_DND being undefined for compilers without vararg macros support in release builds

2006-12-04 17:07 VZ, revision 43805

fix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)

2006-12-04 17:05 VZ, revision 43804

fix (harmless) assert in virtual list control under Vista

2006-12-04 16:53 VZ, revision 43803

use wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extends fix of rev 1.77; replaces the change of rev 1.81); fixes spurious errors when reading KDE MIME files in Unicode builds

2006-12-04 16:50 VZ, revision 43802

give the file name in the error message about failed Unicode conversion

2006-12-04 16:33 JS, revision 43801

Avoid generating two events on selection (when MSWCommand returns false, the default window procedure is called in window.cpp and this generates a further event)

2006-12-04 14:30 VZ, revision 43800

removed wxGTK-specific 2 pixel border around the window which is the sole child of a wxTLW

2006-12-04 12:39 VZ, revision 43799

allow dynamically changing most of text control styles in wxGTK

2006-12-04 11:39 VZ, revision 43798

removed empty and unused CalculateScrollbar() method

2006-12-04 11:19 VZ, revision 43797

added documentation of return value of ToggleWindowStyle()

2006-12-04 11:10 VZ, revision 43796

added a small helper ToggleWindowStyle() function

2006-12-04 11:05 VZ, revision 43795

ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange

2006-12-04 10:47 VZ, revision 43794

removed explicit initial size for BugsGridFrame, it's not needed as its size is set to fit to the grid

2006-12-04 10:44 VZ, revision 43793

removed unneeded SetMargins(0, 0) call (this is the default) in BugsGridFrame ctor

2006-12-04 10:43 VZ, revision 43792

added the missing parameter to SetScrollbars() call in AutoSize()

2006-12-04 10:32 VZ, revision 43791

replaced wxLogDebug with wxLogTrace in wxExecute() to suppress annoying messages each time it is called

2006-12-04 10:16 JS, revision 43790

Use font encoding

2006-12-04 10:07 JS, revision 43789

An attempt at fixing the Unicode conversion errors when loading configuration files - try ISO-8859-1 if Unicode fails.

2006-12-04 08:26 JS, revision 43788

Added SetEncoding

2006-12-04 07:58 JJ, revision 43787

Committing in . Update for (experimental) OpenVMS wxGTK2 compilation Modified Files: wxWidgets/src/common/descrip.mms

2006-12-04 02:09 VZ, revision 43786

create mask from alpha channel if the bitmap has no mask, this is better than using grey as transparent colour

2006-12-04 01:46 VZ, revision 43785

use Remove(-1) instead of looping over all images manually in RemoveAll()

2006-12-04 01:14 VZ, revision 43784

moved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to fix wxUniv/GTK build

2006-12-03 23:18 MW, revision 43783

Backport the fix for the boolean conflict with w32api 3.8.

2006-12-03 22:27 MW, revision 43782

Backport the fix for the boolean conflict with w32api 3.8.

2006-12-03 21:59 MW, revision 43781

Check the size of the boolean type used by an external jpeg lib on Windows.

2006-12-03 21:49 MW, revision 43780

Check for wxFS_READ in OpenFile.

2006-12-03 21:31 VZ, revision 43779

fix for assert which happened if the checkbox was cleared in a control with wxDP_ALLOWNONE style

2006-12-03 21:30 VZ, revision 43778

removed the workaround for our SetWindowStyleFlag() being called from base class Create(), not needed any more after change in rev 1.291 of src/common/wincmn.cpp

2006-12-03 21:27 VZ, revision 43777

don't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowStyle directly; this allows SetWindowStyleFlag() in the derived classes to change the styles of the control without worrying about whether it had been already created

2006-12-03 20:54 VZ, revision 43776

fixed long standing bug with Fit() still showing the scrollbars: the old code for rounding up the grid size to a multiple of scroll step was wrong as it did for the grid itself and not just the scrollable area (and also assorted off by 1 errors and a workaround for a bug in wxMSW SetClientSize() implementation whihc may sometimes leave space for unneeded scrollbar)

2006-12-03 20:50 RR, revision 43775

Missing bracket.

2006-12-03 20:26 RR, revision 43774

Move list of raw overviews under the categorized list (until we find a way to suppress the list).

2006-12-03 18:56 VZ, revision 43773

suppress warnings about double to short conversions (but maybe we should round the values instead of truncating them here?)

2006-12-03 18:54 VZ, revision 43772

don't call fputs() with NULL buffer, it crashes

2006-12-03 18:53 VZ, revision 43771

added default value for GetLocalizedResourcesDir() category parameter, as in the base class

2006-12-03 18:37 VZ, revision 43770

added a dummy return to GetItemState() to suppress gcc warning (but shouldn't we assert in all these functions if neither generic nor native implementation is used instead?)

2006-12-03 18:20 VZ, revision 43769

fixed gcc warning about size_t/src/common/dbgrid.cppi printf format spec mismatch

2006-12-03 16:29 VZ, revision 43768

don't show wxOnAssert() frame neither in the assert dialog, it's not interesting as it's always the same

2006-12-03 16:27 VZ, revision 43767

don't show line numbers as 0 when they're not available, show empty string instead

2006-12-03 16:15 VZ, revision 43766

replaced the button suppressing the assert dialog with a checkbox (a slightly modified patch from Francesco Montorsi)

2006-12-03 15:48 SC, revision 43765

we must turn off AA for XOR etc.

2006-12-03 15:30 SC, revision 43764

adding raster op hook to graphics context (10.4 only, partial XOR/INVERT support)

2006-12-03 15:28 SC, revision 43763

paper size, duplex support

2006-12-03 15:26 SC, revision 43762

missing reversed orientation assignments

2006-12-03 15:23 SC, revision 43761

adding raster op hook to graphics context

2006-12-03 15:15 SC, revision 43760

adding raster op hook

2006-12-03 14:19 VZ, revision 43759

stop the rename timer when the current item changes (Tim Kosse)

2006-12-03 13:59 VZ, revision 43758

no changes, just de TABified

2006-12-03 13:59 VZ, revision 43757

backported changes from gtk/window.cpp 1.679 and dnd.cpp 1.116 checking that the drag and drop is started from a mouse click handler

2006-12-03 13:52 VZ, revision 43756

remove pointer to the changelog in the docs which isn't up to date

2006-12-03 13:43 VZ, revision 43755

fix initial layout of the widgets pages: avoid calling Fit() on them

2006-12-03 13:41 VZ, revision 43754

added --disable-vararg_macros option to allow not using vararg macros even if they're supported (useful if the user code doesn't want to use C99 extensions)

2006-12-03 10:11 JS, revision 43753

Text style fix

2006-12-03 05:13 PC, revision 43752

better fix for keeping m_pos in sync

2006-12-03 04:09 PC, revision 43751

fix memory leak and performance problem in Freeze

2006-12-02 22:47 VZ, revision 43750

removed many redundant 'overview's; tried to make more clear what each overview covers

2006-12-02 18:35 VZ, revision 43749

removed 2 more extra '{'s

2006-12-02 18:33 VZ, revision 43748

escape underscores to fix the docs build

2006-12-02 18:17 VZ, revision 43747

remove extra '{' which broke docs compilation

2006-12-02 17:14 RR, revision 43746

Managed to trick LaTex into using the overviews and using the nicer formating of them

2006-12-02 14:11 VZ, revision 43745

added Get(MultiLine)TextEvent() overloads returning wxSize which are used by wxPackageManager (patch 1595123)

2006-12-02 12:51 VZ, revision 43744

more woodoo in DoGetBestSize() to get rid of tree borders for default-sizes controls

2006-12-02 12:50 VZ, revision 43743

reset the old disabled image list even if there is no new one (bug 1604374)

2006-12-02 12:50 VZ, revision 43742

SetFormat() exists in generic version only (bug 1605753)

2006-12-02 12:49 VZ, revision 43741

escape '<' in strings with Pango markup

2006-12-02 05:00 RD, revision 43740

reSWIGged

2006-12-02 04:53 RD, revision 43739

Typo and whitespace tweaks

2006-12-02 04:52 RD, revision 43738

Implemented wxLocale::IsAvailable for unix systems

2006-12-02 04:51 RD, revision 43737

Added some modules from Riaan Booysen: * wx.lib.flagart: contains icons of the flags of many countries. * wx.lib.art.img2pyartprov: makes images embedded in a python file with img2py available via the wx.ArtProvider. * wx.lib.langlistctrl: A wx.ListCtrl for selecting a language, which uses the country flag icons. * An I18N sample for the demo.

2006-12-01 23:52 RD, revision 43736

Fix compile error

2006-12-01 23:51 RD, revision 43735

Ensure that the listctrl takes the focus on left-click

2006-12-01 20:31 KO, revision 43734

Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].

2006-12-01 20:01 KO, revision 43733

Native control on Mac draws its own arrows, so don't draw them ourselves in that case.

2006-12-01 16:07 RD, revision 43732

Fix DrawHeaderButton

2006-12-01 14:38 JJ, revision 43731

Committing in . added some #ifdef __WXDEBUG__ in the proper places around wxLogTrace(TRACE_DND... statements Modified Files: wxWidgets/src/gtk/dnd.cpp

2006-12-01 13:52 JS, revision 43730

Fix for newline breakage Inserting text now retains style at current position

2006-12-01 13:02 VS, revision 43729

destroy IDirectFBWindow in wxTLW dtor

2006-12-01 12:39 JS, revision 43728

Fixed insertion point bug

2006-12-01 10:14 VS, revision 43727

implemented wxFontEnumerator for wxDFB

2006-11-30 23:44 RD, revision 43726

Return optimal label width from DrawHeaderButton

2006-11-30 14:52 JS, revision 43725

Correction to style code

2006-11-30 13:50 JS, revision 43724

Correction to accessors

2006-11-30 13:24 RR, revision 43723

[ 1604925 ] Fix loading MIME types for KDE

2006-11-30 11:55 JS, revision 43722

Removed redundant code

2006-11-29 21:42 MW, revision 43721

Add a hack to allow an external jpeg library to still be used on cygwin/mingw/wine now that their windows headers define a type boolean conflicting with the jpeg headers.

2006-11-29 21:34 RR, revision 43720

Blind fixes for FindItem() for the native OS X version of wxListCtrk.

2006-11-29 21:10 RR, revision 43719

Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString

2006-11-29 15:57 RD, revision 43718

use a more appropriate setter for the Selection property

2006-11-29 15:55 RD, revision 43717

Another package name fix

2006-11-29 04:10 MR, revision 43716

[GTK] Do not define *_DEPRECATED macros for the gtk+ stack in preparation of a stable wx release, as we can not know what functions become deprecated in future releases of gtk+ and co, while the stable wx release should last the test of time. We could do some preprocessor magic to automatically define the macros only for development releases (whose minor version number is odd, not even), but as the releases is close, don't do this at this point, as some compilers might not like the initial try. I will bring these macros back to HEAD, together with the automation, once 2.8 branches.

2006-11-29 00:29 VZ, revision 43715

fixed unused variable warning

2006-11-28 23:25 RD, revision 43714

A couple new simple tests

2006-11-28 23:24 RD, revision 43713

reSWIGged

2006-11-28 23:24 RD, revision 43712

Added scripts to build debian packages

2006-11-28 23:23 RD, revision 43711

regenned ReST docs

2006-11-28 23:12 RD, revision 43710

Avoid assert on Mac

2006-11-28 23:11 RD, revision 43709

Make room for the focus ring to be visible on Mac. wxMac fix for resetting the focus to the textctrl when the combo ctrl gets it.

2006-11-28 20:44 MW, revision 43708

Rename boolean to wxjpeg_boolean to avoid conflicts.

2006-11-28 17:33 KO, revision 43707

Fix one-off error in virtual wxListCtrl.

2006-11-28 16:35 BIW, revision 43706

added wxAuiNotebook::Split() documentation

2006-11-28 16:24 MW, revision 43705

Rename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean defined in the Windows headers.

2006-11-28 15:25 BIW, revision 43704

added wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it

2006-11-28 14:55 JS, revision 43703

Added wxAuiNotebook::GetPageText, GetPageBitmap

2006-11-28 14:47 MW, revision 43702

Put setting of CC and CXX for wine back before compiler checks.

2006-11-28 06:52 KO, revision 43701

Fix SetItemCount bug with adding items, a blind fix for generic control dnd issues, native control impls for GetTopItem and GetScrollPos, and improve the code paths of the drawing color code.

2006-11-28 04:52 KO, revision 43700

Propagate key up events to the wxGenericListCtrl parent, like we do with key down and char events.

2006-11-27 22:04 VZ, revision 43699

better fix for scope resolution operator and Borland (bug 1592939): don't use it for struct stat but do use it for functions

2006-11-27 21:48 VZ, revision 43698

don't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU (bug 1592939) and genereally speaking doesn't make any sense

2006-11-27 21:38 VZ, revision 43697

don't use scope resolution operator for Borland in wxPOSIX_IDENT() (part of the fix for bug 1592939)

2006-11-27 21:30 VZ, revision 43696

include stdio.h to get FILE declaration (bug 1592935)

2006-11-27 21:29 RR, revision 43695

[ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp (when compiling against GTK+ 2.10).

2006-11-27 21:20 RR, revision 43694

Compile fix of no backtrace() is present.

2006-11-27 20:18 RD, revision 43693

reSWIGged

2006-11-27 20:17 RD, revision 43692

Test for wx.TB_HORZ_LAYOUT too

2006-11-27 18:40 KO, revision 43691

Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortProperty to determined column clicked in virtual mode as we cannot sort virtual controls and it returns an invalid value.

2006-11-27 17:03 JS, revision 43690

Fixed some typos

2006-11-27 16:36 VZ, revision 43689

avoid assert in DoGetBestSize() for an empty tree

2006-11-27 16:35 VZ, revision 43688

cache the best size in overridden DoGetBestSize()

2006-11-27 15:03 VZ, revision 43687

don't link with GUI libraries when wxUSE_GUI==0

2006-11-27 15:03 VZ, revision 43686

added test for Get/UngetWriteBuf()

2006-11-27 15:03 VZ, revision 43685

NUL terminate the string in UngetWriteBuf(len) (bug 1594189)

2006-11-27 15:02 VZ, revision 43684

make Ok button in the dialog the default one as people expect it (see bug 1582051)

2006-11-27 15:02 VZ, revision 43683

fixed missing initialization of line variable in InitFrames() (coverity id 213)

2006-11-27 15:02 VZ, revision 43682

replaced assert in wxPrintfConvSpec::ReplaceAsteriskWith() with a wxCHECK to avoid crash in release builds (coverity id 212)

2006-11-27 15:01 VZ, revision 43681

ensure that image data is always freed by using wxON_BLOCK_EXIT in ReadTGA() (coverity id 202)

2006-11-27 15:01 VZ, revision 43680

need to tweak the standard header with BCC 5.6 to build wx currently

2006-11-27 14:12 CE, revision 43679

copy setup.h from setup0.h

2006-11-27 13:37 CE, revision 43678

up to 2.8.0rc

2006-11-27 13:36 CE, revision 43677

add setup.h to tarball

2006-11-27 13:25 CE, revision 43676

remove .# from makefile tarball

2006-11-27 13:16 CE, revision 43675

fix SF bug 1602033

2006-11-27 11:50 CE, revision 43674

first try at getting os watcom makefiles

2006-11-27 11:04 ABX, revision 43673

Warning fixes and source cleaning.

2006-11-27 10:56 ABX, revision 43672

Warning fix for eVC4 build.

2006-11-27 10:20 CE, revision 43671

create single htb and htm docs

2006-11-27 09:50 MW, revision 43670

Check for G_FILENAME_ENCODING=@locale case insensitively.

2006-11-27 09:21 ABX, revision 43669

Cast adjusted to expected integer range.

2006-11-27 04:13 KO, revision 43668

Implement SetItemState for native virtual listctrl.

2006-11-27 03:55 KO, revision 43667

Updates for AUI wrappers.

2006-11-26 23:50 KO, revision 43666

Moved wxpyaddons.wxcommunity.com to wxaddons.wxcommunity.com to be consistent about naming. Also, removed hardcoded url variable, added a note about grabbing the URL, and updated tests.

2006-11-26 22:12 JS, revision 43665

Don't apply bounding box adjustment when using generic tree control

2006-11-26 21:50 JS, revision 43664

Added DnD guard

2006-11-26 20:41 JS, revision 43663

Further wxRTC doc updates

2006-11-26 20:20 VZ, revision 43662

replaced some chars with wxChars (patch from Tim Kosse)

2006-11-26 20:18 VZ, revision 43661

compilation fix for BCC 5.5: use IsSameAs() instead of accessing m_refData directly which somehow fails with this compiler

2006-11-26 20:05 VS, revision 43660

destroy IDirectFBWindow in wxTLW dtor

2006-11-26 18:48 RR, revision 43659

[ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane

2006-11-26 18:46 RR, revision 43658

[ 1603286 ] make wxMessageDialog Gnome HIG conform for yes_no+cancel

2006-11-26 18:43 RR, revision 43657

[ 1602454 ] [docs] Fix wxANIM_ enum values

2006-11-26 18:41 RR, revision 43656

[ 1601396 ] Fix copy of empty wxXmlDocuments and minor doc update.

2006-11-26 18:38 BIW, revision 43655

selection bug fixed in wxAuiNotebook

2006-11-26 17:05 BIW, revision 43654

wxAuiNotebook minor tab art interface cleanups

2006-11-26 14:22 MBN, revision 43653

Use 1 as true and "" as false, not the opposite.

2006-11-26 12:47 JS, revision 43652

Styles now sorted alphabetically

2006-11-26 07:02 RD, revision 43651

reSWIGged

2006-11-26 07:00 RD, revision 43650

Compilation fixes

2006-11-26 06:59 RD, revision 43649

Add GetWindowBorderSize

2006-11-26 06:45 RD, revision 43648

More layout tweaks for wxComboCtrl on Mac

2006-11-26 06:45 RD, revision 43647

Added DrawComboBoxDropButton and DrawPushButton to wxRendererNative for Mac.

2006-11-25 22:48 RD, revision 43646

use sizes from the HIG for the best height of the ComboCtrl on wxMac

2006-11-25 21:12 JS, revision 43645

Fix tree size calculation by using logical item position

2006-11-25 18:34 CE, revision 43644

fix missing int return type

2006-11-25 17:37 VZ, revision 43643

update for 2.8.0; also switched to UTF-8 from ISO8859-2

2006-11-25 17:29 SN, revision 43642

Replaced "egrep" by "$EGREP" (predefined by configure anyway).

2006-11-25 16:20 VZ, revision 43641

force linux/joystick.h header compilation (and not just presence) check to fix the build under Linux 2.6.16 with its broken joystick.h

2006-11-25 14:54 VZ, revision 43640

corrected wxTreeCtrl::GetBestSize() for a control with borders

2006-11-25 14:52 VZ, revision 43639

added wxWindow::GetWindowBorderSize()

2006-11-25 14:24 VZ, revision 43638

IPC sample projects renamed from ipc_xxx to ipc_ipcxxx

2006-11-25 14:22 VZ, revision 43637

rename some projects to avoid project name clashes in samples.dsw

2006-11-25 14:08 VZ, revision 43636

move wxIsDragResultOk out of line to avoid problems with DLL-exported inline functions (mingw32 3.4.5 warns about it)

2006-11-25 13:52 MBN, revision 43635

Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

2006-11-25 11:47 JS, revision 43634

Don't allow zero size for clipping region, or wxX11 will crash

2006-11-25 10:49 JS, revision 43633

Added missing include for FILE

2006-11-24 21:27 BIW, revision 43632

another notebook event fix

2006-11-24 13:05 , revision 43631
  • A /wxWidgets/branches/unlabeled-1.71.4
  • D /wxWidgets/branches/unlabeled-1.71.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.71.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.71.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.71.4/art
  • D /wxWidgets/branches/unlabeled-1.71.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.71.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.71.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.71.4/build
  • D /wxWidgets/branches/unlabeled-1.71.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.71.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.71.4/configure
  • D /wxWidgets/branches/unlabeled-1.71.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.71.4/contrib
  • D /wxWidgets/branches/unlabeled-1.71.4/debian
  • D /wxWidgets/branches/unlabeled-1.71.4/demos
  • D /wxWidgets/branches/unlabeled-1.71.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.71.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.71.4/distrib
  • D /wxWidgets/branches/unlabeled-1.71.4/docs
  • D /wxWidgets/branches/unlabeled-1.71.4/include
  • D /wxWidgets/branches/unlabeled-1.71.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.71.4/lib
  • D /wxWidgets/branches/unlabeled-1.71.4/locale
  • D /wxWidgets/branches/unlabeled-1.71.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.71.4/misc
  • D /wxWidgets/branches/unlabeled-1.71.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.71.4/regen
  • D /wxWidgets/branches/unlabeled-1.71.4/samples
  • D /wxWidgets/branches/unlabeled-1.71.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.71.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.71.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.71.4/src/aui
  • D /wxWidgets/branches/unlabeled-1.71.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.71.4/src/common
  • D /wxWidgets/branches/unlabeled-1.71.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/dfb
  • D /wxWidgets/branches/unlabeled-1.71.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.71.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.71.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.71.4/src/html
  • D /wxWidgets/branches/unlabeled-1.71.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.71.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.71.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.71.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.71.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.71.4/src/msdos
  • D /wxWidgets/branches/unlabeled-1.71.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.71.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.71.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.71.4/src/palmos
  • D /wxWidgets/branches/unlabeled-1.71.4/src/png
  • D /wxWidgets/branches/unlabeled-1.71.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.71.4/src/richtext
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.71.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.71.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.71.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.71.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.71.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.71.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.71.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.71.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.71.4/tests
  • D /wxWidgets/branches/unlabeled-1.71.4/utils
  • D /wxWidgets/branches/unlabeled-1.71.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.71.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.71.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.71.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.71.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.71.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.71.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.71.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.71.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.71.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.71.4'.

2006-11-24 13:05 CE, revision 43630

fix for bakefile and autoconf changes

2006-11-24 11:33 RR, revision 43629

Link fix for GTK 1.2 debug.

2006-11-24 10:55 RR, revision 43628

Actually use new GTK+ native assert dialog.

2006-11-24 10:51 RR, revision 43627

Actually compile GTK+ native assert dialog.

2006-11-24 10:50 RR, revision 43626

Commit FM's GTK+ native assert dialog code.

2006-11-24 10:48 RR, revision 43625

Override SetLogicalOrigin and SetDeviceOrigin in GNOME print DC as this will probably be needed to fix the printing bug reported recently.

2006-11-24 10:45 RR, revision 43624

Correct include file for wxGetActiveWindow()

2006-11-24 10:30 MR, revision 43623

Fix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue buffer and glXChooseVisual manual agrees

2006-11-24 09:25 VZ, revision 43622

Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows

2006-11-24 09:20 VZ, revision 43621

test resizeable calendar control

2006-11-24 00:56 VZ, revision 43620

avoid warnings about missing macro parameters (only given by VC6 apparently) when building as static library and, hence, having passing expmode parameters to various array definition macros

2006-11-24 00:00 VZ, revision 43619

handle wxXmlResource::Load() errors

2006-11-23 18:24 BIW, revision 43618

prep flags, code indentation

2006-11-23 17:50 VZ, revision 43617

limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMaxSize(), this allows creating or manually resizing TLWs to be larger than the display while still avoiding making them too big by default

2006-11-23 14:50 VS, revision 43616

correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX

2006-11-23 13:51 VZ, revision 43615

moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char

2006-11-23 13:30 CE, revision 43614

fix daily builds

2006-11-23 12:03 VZ, revision 43613

typo: s/if/is/

2006-11-23 07:09 BIW, revision 43612

fixed notebook event bug

2006-11-23 06:36 KO, revision 43611

Remove debugging statement.

2006-11-23 05:54 KO, revision 43610

Allow import checks to be turned off via preference.

2006-11-23 02:30 RD, revision 43609

reSWIGged

2006-11-23 02:29 RD, revision 43608

Fixes for new AUI changes

2006-11-23 02:28 RD, revision 43607

Updates from Dan

2006-11-22 20:22 BIW, revision 43606

removed some members from wxAuiPaneInfo which should not be on the class interface

2006-11-22 19:54 KO, revision 43605

Avoid crash when trying to access m_window from wxScreenDC.

2006-11-22 19:52 KO, revision 43604

CoreGraphics only supports the wx.COPY logical function.

2006-11-22 17:11 JS, revision 43603

Added setters for print and page data

2006-11-22 16:10 CE, revision 43602

fix broken script with brackets

2006-11-22 15:15 JS, revision 43601

Crash bug fix (don't access NULL pointer)

2006-11-22 15:06 RD, revision 43600

Remove unneeded code in wxWindowDC::DoGetPartialTextExtents

2006-07-25 06:50 ABX, revision 43599

PCH build fix.

2006-07-25 06:48 ABX, revision 43598

Use same type in both results of A?B:C operator (Tinderbox build fix).

2006-07-25 06:43 ABX, revision 43597

Final steps to move to common icon.

2006-07-25 06:07 ABX, revision 43596

PCH build fix.

2006-07-25 01:31 VZ, revision 43595

move default button handling code from wxControlContainer to wxTLW (patch 1524441)

2006-07-25 01:28 VZ, revision 43594

include X11/Xutil.h for wxMotif compilation

2006-07-25 01:05 VZ, revision 43593

compilation fix for platforms where size_t is unsigned long, not int

2006-07-25 00:49 VZ, revision 43592

document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

2006-07-25 00:44 VZ, revision 43591

improvements to wxPickerBase default proportion values (patch 1525578)

2006-07-25 00:33 VZ, revision 43590

handlers added using AddHandler() last must have the highest priority (patch 1522807)

2006-07-25 00:26 VZ, revision 43589

update from suzumizaki (patch 1522506)

2006-07-25 00:23 VZ, revision 43588

update from suzumizaki (patch 1522241)

2006-07-25 00:19 VZ, revision 43587

make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

2006-07-25 00:16 VZ, revision 43586

wxPathList cleanup by Francesco (patch 1521481)

2006-07-25 00:12 VZ, revision 43585

generate middle click events (backport from HEAD of the patch 1521314)

2006-07-25 00:09 VZ, revision 43584

generate middle click events (patch 1521314)

2006-07-25 00:06 VZ, revision 43583

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

2006-07-25 00:04 VZ, revision 43582

optionally count repeating wxLog messages instead of logging all (patch 1520815)

2006-07-24 23:51 VZ, revision 43581

don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2006-07-24 23:48 VZ, revision 43580

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

2006-07-24 23:16 VZ, revision 43579

allow customization of individual grid lines appearance (patch 1496015)

2006-07-24 18:30 VZ, revision 43578

fixed typos in last check in

2006-07-24 18:26 VZ, revision 43577

protect gs_allThreads with a mutex (modified patch 1518719)

2006-07-24 18:20 VZ, revision 43576

documentation for wxAppTraits (patch 1518295 from Francesco)

2006-10-11 06:44 RD, revision 43575

distrib changes to enable graphics context and add gdiplus.dll

2006-10-11 04:44 RD, revision 43574

reSWIGged

2006-10-11 04:42 RD, revision 43573

helpers and typemaps for new GraphicsContext methods

2006-10-11 04:18 RD, revision 43572

better comments

2006-10-11 04:16 RD, revision 43571

reentrance methods

2006-10-11 04:10 RD, revision 43570

~wxPoint2D

2006-10-11 04:09 RD, revision 43569

Get/Set LayoutDirection

2006-10-11 04:07 RD, revision 43568

Add wxOverlay

2006-11-21 09:27 RR, revision 43567

Add more comments about ref counting and cow to brush, pen, font and region.

2006-11-21 09:04 BIW, revision 43566

removed duplicate pane bug in sample application

2006-11-21 09:02 BIW, revision 43565

readded window ptr check

2006-11-21 08:53 BIW, revision 43564

assert if user tries to add pane with same name

2006-11-21 07:46 BIW, revision 43563

current page bug fix in wxAuiNotebook

2006-11-21 07:16 KO, revision 43562

Turn off spell-checking in the demo log window.

2006-11-21 07:13 KO, revision 43561

Add missing platform guard.

2006-11-21 07:08 KO, revision 43560

Allow spell-checking to be turned off with the MLTE implementation of wxTextCtrl.

2006-11-21 04:05 RD, revision 43559

regenned docs

2006-11-21 04:03 RD, revision 43558

reSWIGged

2006-11-21 03:50 RD, revision 43557

Ensure the old tree item still exists before using it

2006-11-21 03:44 RD, revision 43556

no need to use a throw-away bitmap, just use th eone built-in to the buffered DC instead

2006-11-21 03:42 RD, revision 43555

put unicows.dll in the python dir

2006-11-21 03:39 RD, revision 43554

2.7 --> 2.8

2006-11-21 03:35 RD, revision 43553

Show GridCellAutoWrapStringRenderer

2006-11-21 03:34 RD, revision 43552

Docstring tweaks

2006-11-21 03:32 RD, revision 43551

save a reference to the bitmap so it doesn't get destroyed before the buffered DC does

2006-11-20 20:45 VS, revision 43550

moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part

2006-11-20 19:58 BIW, revision 43549

floating pane size now restores after perspective restore

2006-11-20 19:33 BIW, revision 43548

fixed a center pane bug in sample

2006-11-20 16:43 VS, revision 43547

don't expose M_FONTDATA in public header

2006-11-20 16:30 VS, revision 43546

fixed to remove wxFontRefData as intended and not wxFontData

2006-11-20 16:21 VS, revision 43545

don't expose M_FONTDATA in public header

2006-11-20 16:14 VS, revision 43544

don't expose M_FONTDATA in public header

2006-11-20 15:35 BIW, revision 43543

toolbar docking bug fixed

2006-11-20 12:58 JS, revision 43542

Further wxRTC doc additions

2006-11-20 12:48 JS, revision 43541

Trailing newline.

2006-11-20 11:33 JS, revision 43540

Fixed a bug setting caret position after setting or clearing selection Implemented forced line breaks within a paragraph, entered with Shift-Return.

2006-11-20 09:13 CE, revision 43539

avoid using old directory

2006-11-20 09:12 CE, revision 43538

change unix script so lower case zip and exe

2006-11-20 08:22 MR, revision 43537

Some typo fixes

2006-11-20 07:12 BIW, revision 43536

comment improvements/fixes

2006-11-20 01:33 VZ, revision 43535

update for 2.8.0 from Stephane Junique

2006-11-19 22:04 MW, revision 43534

Compile fix for --disable-ffile.

2006-11-19 21:52 MW, revision 43533

Add notes on wxZip changes.

2006-11-19 21:44 MW, revision 43532

Correct the comments on wxFileSystem changes.

2006-11-19 21:25 RR, revision 43531

Copy and paste error.

2006-11-19 21:08 RR, revision 43530

Correct broken reference. Mention wxFileName::DirName() in the overview.

2006-11-19 20:01 VZ, revision 43529

assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work

2006-11-19 18:10 BIW, revision 43528

allow programmatic access to start pane dragging

2006-11-19 15:15 VZ, revision 43527

recreate the control when wxCAL_SEQUENTIAL_MONTH_SELECTION style is toggled

2006-11-19 15:14 VZ, revision 43526

delete controls which are part of the calendar (even if they're siblings to it and not its children) when the calender itself is deleted

2006-11-19 15:11 VZ, revision 43525

avoid assert when creating the control with wxCAL_SEQUENTIAL_MONTH_SELECTION style introduced by last commit

2006-11-19 15:03 VZ, revision 43524

removed code inside USE_SIZABLE_CALENDAR, we should allow making the main calendar control resizeable instead of adding another one just for this

2006-11-19 15:01 VZ, revision 43523

assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work

2006-11-19 14:57 VZ, revision 43522

no changes, just some minor modifications of comments and moved one function around

2006-11-19 14:44 VZ, revision 43521

set/get validator for wxTextCtrl part of wxComboCtrl and not the combo itself (patch 1599214, closes bug 1598600)

2006-11-19 13:31 BIW, revision 43520

GradientFillLinear() on wxMSW now draws on the rectangle border as well, making it consistent with the gernaic version as well as wxDC::DrawRectangle()

2006-11-19 13:24 VS, revision 43519

require bakefile-0.2.1; remove workarounds for older versions

2006-11-19 13:22 VZ, revision 43518

document GetSelection(from, to) (bug 1592221)

2006-11-19 13:13 VZ, revision 43517

remove obsolete and out of date project file which was kept for compatibility with wx 2.4 only

2006-11-19 13:07 VZ, revision 43516

added possibility to create wxDatePickerCtrl without any initial date

2006-11-19 13:06 VZ, revision 43515

don't use wxFromSystemTime() with possibly invalid date (closes bug 1596606)

2006-11-19 12:42 VZ, revision 43514

added missing blank line

2006-11-19 12:41 VZ, revision 43513

replaced 2nd wxCONTROL_CURRENT with correct wxCONTROL_FOCUSED in DrawItemSelectionRect() description

2006-11-19 12:38 VZ, revision 43512

wxCHECK_GCC_VERSION() takes 2 parameters, not 3

2006-11-19 12:35 VZ, revision 43511

unmultiply by alpha when converting from wxDIB to wxImage as the former uses premultiplied alpha but the latter does not (patch 1597063)

2006-11-19 07:45 KO, revision 43510

Fix API calls to match header changes made in richtextbuffer.h 1.42 and restore compilation.

2006-11-19 07:32 KO, revision 43509

Use DrawItemSelectionRect on GTK2 and OS X. Also, use white text when drawing focused under Mac.

2006-11-19 06:47 KO, revision 43508

Migate to the new wxRendererNative::DrawItemSelectionRect function where available, and fix selected text color on Mac.

2006-11-19 06:32 KO, revision 43507

Have wxGenericListCtrl record and store the selection state of each column, and on OS X, use this to correctly draw selected headers. Also, move to DrawItemSelectionRect for drawing the background selection.

2006-11-19 06:28 KO, revision 43506

Implement wxRendererMac::DrawItemSelectionRect and move the generic wxTreeCtrl to using it to draw selected items.

2006-11-19 02:11 MW, revision 43505

wxArchiveFSHandler switches on simulated seeking for compatibility with previous versions. Still overridden by wxFS_SEEKABLE.

2006-11-19 01:14 RD, revision 43504

some build/install tweaks

2006-11-19 01:12 RD, revision 43503

reSWIGged

2006-11-18 23:22 KO, revision 43502

Make sure both filter and item text are converted to lower-case, otherwise only lower-case queries work.

2006-11-18 22:27 JS, revision 43501

Small cleanup. Set caret position when calling SetSelection.

2006-11-18 21:25 RD, revision 43500

removed 'unsigned' from 'unsigned int' so epydoc doesn't get ocnfused over the two tokens in the type name

2006-11-18 21:23 RD, revision 43499

Add 'combo' to __all__

2006-11-18 21:22 RD, revision 43498

Fix for build errors when the media lib was not built.

2006-11-18 19:45 RD, revision 43497

py2exe finds the DLL now

2006-11-18 19:43 RD, revision 43496

Added wx.combo.BitmapComboBox

2006-11-18 18:43 MW, revision 43495

Add wxFS_SEEKABLE to wxFileSystem::OpenFile calls for images.

2006-11-18 17:46 RR, revision 43494

[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap

2006-11-18 17:41 RR, revision 43493

[ 1598662 ] Fix some mispelled event macros in docs

2006-11-18 17:34 RR, revision 43492

Restore correct behaviour of GetTimes() wrt to directories. Add some (hopefully) clarifying docs about dealing with dir names vs. file names.

2006-11-18 16:46 VZ, revision 43491

rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx icons but not among all application icons

2006-11-18 16:39 MW, revision 43490

Document wxFS_XXXX flags for wxFileSystem::OpenFile.

2006-11-18 13:17 VS, revision 43489

don't use priviledged calls in wxDFB to allow concurrent use of the display by >1 wxDFB apps

2006-11-18 05:13 SC, revision 43488

backport from HEAD, because redraws might occur too early - during this method

2006-11-18 00:53 KO, revision 43487

Fix compilation of wrapper, and add a couple events added in the last change.

2006-11-18 00:35 RD, revision 43486

reSWIGGed

2006-11-18 00:33 RD, revision 43485

Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox

2006-11-18 00:31 RD, revision 43484

demo tweaks

2006-11-18 00:29 RD, revision 43483

forceTrueColour parameter

2006-11-18 00:10 VZ, revision 43482
  • D /wxWidgets/trunk/samples/mdi/mondrian.xpm

remove unused file

2006-11-18 00:08 RR, revision 43481

Hopefully fixed misplaced printout in libgnomeprint.

2006-11-18 00:08 VZ, revision 43480

include correct XPMs (Unix compilation fix after last commit)

2006-11-17 21:49 BIW, revision 43479

tab drawing fix for vista

2006-11-17 21:47 BIW, revision 43478

manager should always be set in pane events

2006-11-17 18:25 VZ, revision 43477

free old resources in DoLoad(), apparently fixes memory leaks with gstreamer 0.10 (patch 1598317)

2006-11-17 18:15 VZ, revision 43476

added tests for background colour, static bitmap &c (part of patch 1598005)

2006-11-17 18:14 VZ, revision 43475

- fix wxAnimationCtrl::SetBackgroundColour both for generic and native GTK version - fix wxAnimationCtrl::GetAnimation for GTK version (modifying correctly the constructor which takes a GdkPixbufAnimation) - fix the generic wxAnimationCtrl::SetAnimation() when it's used with a wxNullAnimation. - moves the frame counter reset in Stop() as it's more sensed to always have m_currentFrame cleared immediately when the animation has been stopped - fix a problem with transparent bitmaps drawing in wxAnimationCtrl::OnPaint (part of patch 1598005)

2006-11-17 18:12 VZ, revision 43474

minor typo fixes (part of patch 1598005)

2006-11-17 16:45 VZ, revision 43473

use correct bitmap dimension in DetermineIndent()

2006-11-17 16:12 KO, revision 43472

Adding a copy of sized_controls.py to the wxPython distro so I can use it for developing GUIs. :-)

2006-11-17 15:05 VZ, revision 43471

added chart icon for non-MSW ports too

2006-11-17 15:04 VZ, revision 43470

Some sample cleanup: 1. Use standard sample icon, avoid badly looking #ifdef __WXMSW__s 2. Use "modern" (i.e. this century) wxToolBar API, simplify code by not allocating the bitmaps on the heap and deleting them any more

2006-11-17 14:28 JS, revision 43469

Removed obsolete code Added some more event types Added back GetStyleForRange

2006-11-17 13:22 BIW, revision 43468

aui documentation updates

2006-11-17 13:07 BIW, revision 43467

added wxAuiManager::GetManager() call

2006-11-17 12:29 VZ, revision 43466

fixed warning about junk after #endif

2006-11-17 11:28 BIW, revision 43465

renamed wxAUI_ART to wxAUI_DOCKART

2006-11-17 09:47 RR, revision 43464

Commit fix to remove warnings when drawing text to a mono-bitmap.

2006-11-17 09:39 RR, revision 43463

Implemented forceTrueColour in SetBestVisual.

2006-11-17 09:29 RR, revision 43462

Add forceTrueColour option to SetBestVisual(). Currently API only, implement later.

2006-11-17 08:42 JS, revision 43461

Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER

2006-11-17 08:40 JS, revision 43460

Added wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow saving HTML fragments

2006-11-17 08:33 JS, revision 43459

Added wxRICHTEXT_SETSTYLE_RESET SetStyleEx() flag to allow for clearing attributes before setting new ones SetStyle() now looks up and applies named paragraph or character style Fixed a bug in text entry (taking previous paragraph's style)

2006-11-17 08:21 JS, revision 43458

Limit indentation in style listbox, and also show centring

2006-11-17 05:17 KO, revision 43457

Add a feature to prompt to install wxaddon modules that are not yet on the user's system. Developers can also require a certain version (or minimal version) of a module so that users get prompted to upgrade old modules.