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-09-01 23:57 RD, revision 40956

fixed typo

2006-09-01 23:37 RD, revision 40955

Add InsertProvider

2006-09-01 22:23 VZ, revision 40954

always let GtkTextView have mouse release events to avoid assertion failures in gtk_text_view_start_selection_drag()

2006-09-01 22:20 VZ, revision 40953

added GTKProcessEvent() to allow controlling whether we leave or not events for the native widgets

2006-09-01 21:46 VZ, revision 40952

no changes, just remove comments which don't make sense any more

2006-09-01 21:44 VZ, revision 40951

call GTKUpdateCursor() from SetCursor()

2006-09-01 21:37 RR, revision 40950

Began to move wxAUI docs to latex.

2006-09-01 16:06 RR, revision 40949

Correct sizing cursor.

2006-09-01 15:38 RR, revision 40948

Commit ODCombo delete selection fix.

2006-09-01 15:32 RR, revision 40947

Implement wxSetCusorEvent better than before. This also makes wxAUI work nicely.

2006-09-01 12:46 VZ, revision 40946

compilation fix for WXWIN_COMPATIBILITY_2_6==0

2006-09-01 11:14 RR, revision 40945

Commit Haakan Wiman's cdata XML patch.

2006-08-31 22:59 VZ, revision 40944

do send text changed event from SetValue(), it wasn't done when setting the value of empty single line control

2006-08-31 19:31 ABX, revision 40943

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

2006-08-31 17:21 VS, revision 40942

fixed typo in previous commit

2006-08-31 17:00 VS, revision 40941

added wxArtProvider::InsertProvider to accompany PushProvider

2006-08-31 16:34 RD, revision 40940

supress some unused parameter warnings

2006-08-31 16:02 RD, revision 40939

Aliases for [G|S]etCaretLineBack

2006-08-31 16:01 RD, revision 40938

Only use raw bitmap if it is available

2006-08-31 13:46 ABX, revision 40937

wx/image.h is listed in wx/wx.h and part of PCH support

2006-08-31 13:40 JS, revision 40936

Fixed compilo

2006-08-31 11:31 VZ, revision 40935

don't use static buffer needing a critical section to protect it for logging; this results in deadlocks if the log sink decides to log itself (and this can be very difficult to prevent) and is unnecessary anyhow as the initial goal of allowing wxLog to work even for out of memory errors has never been tested and presumably never worked

2006-08-31 05:35 RD, revision 40934

Provide an implementation for SurfaceImpl::AlphaRectangle, and rename [G|S]etCaretLineBack

2006-08-30 22:38 SN, revision 40933

Only support detection of "near the edge" coordinates, if dragging grid lines is actually enabled (Fixes #548106 - Border of grid lines of wx.grid).

2006-08-30 19:29 RD, revision 40932

reSWIGged

2006-08-30 17:14 SN, revision 40931

Fixed getting OS version information.

2006-08-30 16:15 PC, revision 40930

build fix

2006-08-30 12:47 JS, revision 40929

Don't skip event if default processing has inserted a tab

2006-08-30 12:46 JS, revision 40928

Don't skip event default processing has inserted a tab

2006-08-30 11:17 MW, revision 40927

Build notes for Cygwin.

2006-08-30 10:03 CE, revision 40926

fixes SF bug [ 1064351 ] Window Menu no longer lists open child frames

2006-08-30 08:39 MW, revision 40925

Use CPPUNIT_ASSERT_EQUAL where possible to improve messages.

2006-08-30 08:37 MW, revision 40924

Stream inserter to wxString

2006-08-30 05:55 PC, revision 40923

header includes cleanup

2006-08-30 00:28 RD, revision 40922

Add ability to time the creation of the bitmaps using raw access, and also compare with doing the same thign via numpy and wx.BitmapFrombuffer. Flesh out the docstring.

2006-08-30 00:19 RD, revision 40921

some efficiency tweaks

2006-08-30 00:18 RD, revision 40920

Fixed premultiplying constant Replaced my kludgy first attempt at a pixel iterator with a much more efficient generator in PixelData.__init__.

2006-08-29 21:08 VS, revision 40919

fixed crash in <sub/sup> handling (bug #1545152)

2006-08-29 19:59 RD, revision 40918

Give PlotCanvas the full compliment of constructor parameters again.

2006-08-29 19:45 PC, revision 40917

non-pch build fix

2006-08-29 19:26 RD, revision 40916

reSWIGged

2006-08-29 19:11 RD, revision 40915

Turn off TB_TEXT by default

2006-08-29 19:00 RD, revision 40914

Mention the PixelData classes

2006-08-29 18:59 RD, revision 40913

some docstring changes

2006-08-29 18:57 RD, revision 40912

Now that the typemap is handling buffer-compatible objects correctly we can drop wrapping the parameters in a buffer()

2006-08-29 18:56 RD, revision 40911

Use PyObject_AsReadBuffer in the typemap for getting buffer or buffer compatible objects

2006-08-29 18:53 RD, revision 40910

Add wxACCEL_CMD, move constants to _accel.i

2006-08-29 12:16 SC, revision 40909

make sure we are feeding coordinates of HIView instances, not wx-dimensions back into toolbar layout

2006-08-29 09:57 MW, revision 40908

Warning fixes for VC5.

2006-08-29 09:29 SC, revision 40907

adding command key accelerator

2006-08-29 06:23 SC, revision 40906

adding command key accelerator

2006-08-29 01:03 RD, revision 40905

reSWIGged

2006-08-28 20:05 MW, revision 40904

Make Bourne shell compatible.

2006-08-28 18:52 RD, revision 40903

new port constants

2006-08-28 18:51 RD, revision 40902

Tweaked the colours a bit

2006-08-28 15:35 MW, revision 40901

glibc's vswprintf doesn't nul terminate on truncation.

2006-08-28 12:30 MW, revision 40900

Compile fixes.

2006-08-28 12:28 MW, revision 40899

Compile fix.

2006-08-28 12:27 MW, revision 40898

We can't define things in someone else's namespace.

2006-08-28 10:29 VZ, revision 40897

return false from OnInit() in console build if we failed

2006-08-28 10:05 VZ, revision 40896

document maxLenght and rectBounds ctor parameters; minor cleanup (use \arg, \NULL)

2006-08-28 09:53 VZ, revision 40895

added alpha support to wxCocoa, also fixed compilation after alpha changes hopefully

2006-08-28 09:38 RR, revision 40894

Corrected close button bitmap in wxAUIMultiNotebook. Added test for wxAUIMultiNotebook to aui sample.

2006-08-28 08:41 RR, revision 40893

Don't use wxTHICK_FRAME in the docs anymore.

2006-08-28 08:37 RR, revision 40892

Update info on wxMiniFrame.

2006-08-28 08:33 RR, revision 40891

Leave a comment about drag threshold setting.

2006-08-28 08:29 RR, revision 40890

More comments about non-native GTH widgets.

2006-08-28 07:53 MW, revision 40889

Use WX_CHECK_FUNCS for strtok_r.

2006-08-28 07:48 MW, revision 40888

Add WX_CHECK_FUNCS (instead of WX_CHECK_DECLS). It checks for functions in both headers and libs.

2006-08-27 20:07 RR, revision 40887

Corrected off-by-1 error in dock test.

2006-08-27 19:58 RR, revision 40886

The docking logic in the top and right docking areas was reversed. There is still an off-by-1 error that makes the toolbar jump in the bottom dock, not in the top dock.

2006-08-27 19:47 SN, revision 40885

Make wxCalendarCtrl work on OS/2's PM port as well (backport of patch #1523304).

2006-08-27 19:38 SN, revision 40884

Avoid trouble during initialisation & typo fix (backport of patch #1523304).

2006-08-27 19:26 SN, revision 40883

Use xpm for PM port on OS/2 as well.

2006-08-27 19:07 SN, revision 40882

Backported fixes to region handling from 2.7 branch.

2006-08-27 18:20 AVV, revision 40881

Changed X11 implementation to be generic for every port that has no native events. This will soon include wxBase.

2006-08-27 18:16 SN, revision 40880

Removed more references to removed source file.

2006-08-27 16:40 SN, revision 40879

Fixed OS/2 specific defines (there's no such thing as WXOS2). Added the more commonly used wxPORT_PM as alias for wxPORT_OS2.

2006-08-27 16:36 SN, revision 40878

Removed no longer needed/existing file os2/gdiobj.cpp from filelist.

2006-08-27 16:27 SN, revision 40877

Changed font generation to follow new pattern of other ports more closely.

2006-08-27 15:45 RR, revision 40876

Correct calculation of sticky toolbar.

2006-08-27 15:42 RR, revision 40875

Change drag threshhold (why was it multiplied by 2 before?).

2006-08-27 15:19 VZ, revision 40874

started making the list of widgets not implemented natively in wxGTK

2006-08-27 15:19 RR, revision 40873

Made toolbars sticky, i.e. you need to drag them several (and not just one) pixels away from the docking area to make them undock/float. This removes some more toolbar jumping.

2006-08-27 15:13 VZ, revision 40872

call Update() from SetStatusText() to ensure that the message is shown to the user immediately

2006-08-27 13:45 VZ, revision 40871

relax DFB version requirements to work with 0.9.22 and not only the latest 0.9.25

2006-08-27 13:15 VZ, revision 40870

DFEC_UNIVERSAL is not available in DirectFB < 0.9.23, use wxCHECK_DFB_VERSION() around it

2006-08-27 13:13 VZ, revision 40869

added wxCHECK_DFB_VERSION() macro

2006-08-27 10:12 VZ, revision 40868

removed g_eraseGC and wxWinModule used for initializing it as it was unused

2006-08-27 10:10 RR, revision 40867

Removed one of the jumping toolbar artefacts.

2006-08-27 10:04 VZ, revision 40866

assert that GTKGetWindow() returns non-NULL GdkWindows

2006-08-27 09:42 VS, revision 40865

initial (not yet working) code for DirectFB port

2006-08-27 09:29 VS, revision 40864

made wxCSConv fall back to iso-8859-1 if wxFONTENCODING_SYSTEM is specified and wxLocale cannot be used to determine the default charset because wxUSE_INTL=0

2006-08-27 09:23 SC, revision 40863

hint to alpha colours added

2006-08-27 09:16 RD, revision 40862

Rename the C++ Iterator class to Accessor, and add a Python Iterator class that implements the Python itrerator interface.

2006-08-27 09:13 SC, revision 40861

adding alpha channel doc

2006-08-27 09:11 RD, revision 40860

Add raw bitmap access sample to the demo

2006-08-27 00:57 PC, revision 40859

GTK+ paints during idle time, it doesn't need help with that

2006-08-27 00:46 RD, revision 40858

Do premultiplication in wx*PixelData_Iterator::Get and Set

2006-08-27 00:31 PC, revision 40857

returning true is sufficient to stop signal emission

2006-08-26 22:26 VZ, revision 40856

don't crash when EnsureVisible() is called for the hidden root item

2006-08-26 22:21 VZ, revision 40855

don't call EnsureVisible(tree->GetRootItem()) for a tree with hidden root, this crashes under MSW

2006-08-26 22:07 PC, revision 40854

use "event" signal emission hook to install idle handler for many events

2006-08-26 22:04 PC, revision 40853

don't tie up cpu in idle loop when showing assert dialog

2006-08-26 21:15 RD, revision 40852

Patch #1547057: Disable grid lines in wx.lib.printout.PrintTable

2006-08-26 21:13 RD, revision 40851

Patch from Will Sadkin: - Fixed masked.numctrl to properly limit integer controls, and also handle '-.00' properly.

2006-08-26 20:40 RD, revision 40850

wxURLDataObject has a parameter

2006-08-26 20:37 RD, revision 40849

Add alpha component to wxColour

2006-08-26 18:37 PC, revision 40848

add needed includes, remove unneeded ones

2006-08-26 18:36 PC, revision 40847

correct idle tag type; remove unneeded includes

2006-08-26 18:35 PC, revision 40846

remove special pending idle callback, pending events are handled by common code; remove unneeded includes

2006-08-26 17:50 AVV, revision 40845

That TODO is already done

2006-08-26 17:33 AVV, revision 40844

SocketTable separated from x11 build to make it an independant class to be used for wxBase or any non-event-driven port later.

2006-08-26 17:07 , revision 40843
  • A /wxWidgets/tags/SOC2006_RTL_END
  • D /wxWidgets/tags/SOC2006_RTL_END/build/msw
  • D /wxWidgets/tags/SOC2006_RTL_END/build/palmos
  • D /wxWidgets/tags/SOC2006_RTL_END/build/script
  • D /wxWidgets/tags/SOC2006_RTL_END/build/wince
  • D /wxWidgets/tags/SOC2006_RTL_END/contrib
  • D /wxWidgets/tags/SOC2006_RTL_END/debian
  • D /wxWidgets/tags/SOC2006_RTL_END/demos
  • D /wxWidgets/tags/SOC2006_RTL_END/distrib
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/base
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/cocoa
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/html
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/latex
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/mac
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/mgl
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/microwin
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/motif
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/msw
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/os2
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/publicity
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/tech
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/univ
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/wine
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/word
  • D /wxWidgets/tags/SOC2006_RTL_END/docs/x11
  • D /wxWidgets/tags/SOC2006_RTL_END/include/msvc
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/app.h
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/cocoa
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/dcsvg.h
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/gtk/menu.h
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/gtk/window.h
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/gtk1
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/intl.h
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/mac
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/mgl
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/motif
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/msdos
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/msw
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/os2
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/palmos
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/sizer.h
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/stc
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/univ
  • R /wxWidgets/tags/SOC2006_RTL_END/include/wx/window.h
  • D /wxWidgets/tags/SOC2006_RTL_END/include/wx/x11
  • D /wxWidgets/tags/SOC2006_RTL_END/lib
  • D /wxWidgets/tags/SOC2006_RTL_END/locale
  • D /wxWidgets/tags/SOC2006_RTL_END/misc/languages
  • D /wxWidgets/tags/SOC2006_RTL_END/misc/theme_test
  • D /wxWidgets/tags/SOC2006_RTL_END/misc/unictabl
  • D /wxWidgets/tags/SOC2006_RTL_END/samples
  • D /wxWidgets/tags/SOC2006_RTL_END/src/cocoa
  • R /wxWidgets/tags/SOC2006_RTL_END/src/common/appbase.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/common/dcsvg.cpp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/common/intl.cpp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/common/sizer.cpp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/common/wincmn.cpp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat
  • A /wxWidgets/tags/SOC2006_RTL_END/src/expat/aclocal.m4
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/configure
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/configure.in
  • A /wxWidgets/tags/SOC2006_RTL_END/src/expat/expat.dsp
  • A /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/expat.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/internal.h
  • A /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/os2config.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/cross.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/horiz.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/menu.cpp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/verti.xbm
  • R /wxWidgets/tags/SOC2006_RTL_END/src/gtk/window.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/gtk1
  • D /wxWidgets/tags/SOC2006_RTL_END/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/html/search.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/mac
  • D /wxWidgets/tags/SOC2006_RTL_END/src/mgl
  • D /wxWidgets/tags/SOC2006_RTL_END/src/motif
  • D /wxWidgets/tags/SOC2006_RTL_END/src/msdos
  • D /wxWidgets/tags/SOC2006_RTL_END/src/msw
  • D /wxWidgets/tags/SOC2006_RTL_END/src/os2
  • D /wxWidgets/tags/SOC2006_RTL_END/src/palmos
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/.cvsignore
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/ANNOUNCE
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/ansi2knr.1
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/ansi2knr.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/CHANGES
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/configure
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/example.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/INSTALL
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/KNOWNBUG
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/LICENSE
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/libpng.3
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/libpng.txt
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/libpngpf.3
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/makefile.dos
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/makefile.sc
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/makefile.unx
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/makefile.vc
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/png.5
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/png.c
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/png.dsp
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/png.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngasmrd.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngconf.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngerror.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pnggccrd.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngget.c
  • A /wxWidgets/tags/SOC2006_RTL_END/src/png/pngM8.xml
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngmem.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngpread.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngread.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngrio.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngrtran.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngrutil.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngset.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngtest.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngtrans.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngvcrd.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngwio.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngwrite.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngwtran.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/pngwutil.c
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/projects/beos
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/SOC2006_RTL_END/src/png/projects/borland
  • D /wxWidgets/tags/SOC2006_RTL_END/src/png/projects/msvc
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/README
  • D /wxWidgets/tags/SOC2006_RTL_END/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/SOC2006_RTL_END/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/TODO
  • R /wxWidgets/tags/SOC2006_RTL_END/src/png/Y2KINFO
  • R /wxWidgets/tags/SOC2006_RTL_END/src/regex/regfronts.c
  • D /wxWidgets/tags/SOC2006_RTL_END/src/stc
  • D /wxWidgets/tags/SOC2006_RTL_END/src/univ
  • D /wxWidgets/tags/SOC2006_RTL_END/src/unix/net.cpp
  • D /wxWidgets/tags/SOC2006_RTL_END/src/wxWindows.xcode
  • D /wxWidgets/tags/SOC2006_RTL_END/src/wxWindows.xcodeproj
  • D /wxWidgets/tags/SOC2006_RTL_END/src/x11
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/algorithm.txt
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/crc32.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/FAQ
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/INDEX
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/inflate.h
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/README
  • R /wxWidgets/tags/SOC2006_RTL_END/src/zlib/trees.h
  • D /wxWidgets/tags/SOC2006_RTL_END/tests
  • D /wxWidgets/tags/SOC2006_RTL_END/utils
  • D /wxWidgets/tags/SOC2006_RTL_END/wxPython

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

2006-08-26 17:07 DMS, revision 40842

Added RTL support to sizers, which is required in wxGTK only.

2006-08-26 16:17 DMS, revision 40841

- Improved RTL implementation and functionality for wxGTK::wxMenuBar and wxGTK::wxMenu, now both of them has GetLayoutDirection/SetLayoutDirection methods, and wxMenuBar::SetLayoutDirection changes the layout of the menus attached to it. - Also changed wxWindowGTK::GetLayoutDirection() to make it virtual(so that it can be overriden in wxGTK::wxMenuBar)

2006-08-26 16:16 SC, revision 40840

adding constants

2006-08-26 16:07 DMS, revision 40839

Added arabic translation to internat sample

2006-08-26 13:43 SC, revision 40838

getting rid of unused param warning

2006-08-26 13:35 SC, revision 40837

adding alpha to core graphics dc

2006-08-26 13:33 SC, revision 40836

adding alpha to wxColour

2006-08-26 00:53 RD, revision 40835

Removed wxHTML_FONT_SIZE_x

2006-08-26 00:52 RD, revision 40834

ComputeScaleAndOrigin not protected anymore

2006-08-26 00:28 RD, revision 40833

Avoid deprecation warnings for BeginDrawing and EndDrawing

2006-08-25 22:50 VZ, revision 40832

don't set cursor for not realized (and not only hidden) windows

2006-08-25 22:48 VZ, revision 40831

override OnAssertFailure(), not OnAssert() which is not called by wxOnAssert() any longer

2006-08-25 22:30 RD, revision 40830

Use the width of the widest line (not the first line) for the max width of the tooltip. Also, don't set a narrower width if the tooltip control already has a wider one. It will automatically adjust smaller if needed based on the \n's in the text.

2006-08-25 22:12 RD, revision 40829

Use the width of the widest line (not the first line) for the max width of the tooltip. Also, don't set a narrower width if the tooltip control already has a wider one. It will automatically adjust smaller if needed based on the \n's in the text.

2006-08-25 21:53 RD, revision 40828

Add wx.App.DisplayAvailable() which can be used to determine if a GUI can be created in the current environment. (Still need an implementation for wxMSW...)

2006-08-25 19:49 RD, revision 40827

workaround sizing bug on Mac

2006-08-25 19:45 RD, revision 40826

workaround sizing bug on Mac

2006-08-25 17:26 VZ, revision 40825

quote an underscore

2006-08-25 17:23 VZ, revision 40824

removed extra '}'

2006-08-25 16:52 VZ, revision 40823

don't hardcode HTML font sizes, this makes wxHtmlWindow look really ugly when default font size is not 12, base the default font sizes on wxNORMAL_FONT instead

2006-08-25 16:05 VZ, revision 40822

shouldn't update cursor for hidden windows

2006-08-25 15:49 VZ, revision 40821

remove the object from wxPendingDelete list before deleting it to avoid infinite loop if DeletePendingObject() is reentered from object dtor

2006-08-25 14:09 ABX, revision 40820

Warning fix.

2006-08-25 13:23 VZ, revision 40819

reset busy cursor checkbox when switching to another control

2006-08-25 13:22 VZ, revision 40818

changed GTKCallbackCommonPrologue() to return -1 in addition to true and false to allow returning immediately with true return code

2006-08-25 13:07 VZ, revision 40817

forgot GTKSetDelayedFocusIfNeeded() call in the last commit

2006-08-25 13:06 VZ, revision 40816

Many changes: - Introduced GTKGetWindow() which returns all GdkWindows associated with the given wxWindow - Renamed IsOwnGtkWindow() to GTKIsOwnWindow() to avoid confusion with the old virtual function (the new one is non-virtual and is implemented in terms of GTKGetWindow()) - Refactored/simplified event handlers code in gtk/window.cpp - Fixed some header guards names (__GTKFOO__ -> _WX_GTK_FOO_H_) - Added GTKUpdateCursor() which sets the current cursor for all windows returned by GTKGetWindow() - Factored out code from many different classes in wxControl::OnInternalIdle() which now updates the cursor, checks for internal focus and sends update UI events

2006-08-25 12:59 VZ, revision 40815

Many changes: - Introduced GTKGetWindow() which returns all GdkWindows associated with the given wxWindow - Renamed IsOwnGtkWindow() to GTKIsOwnWindow() to avoid confusion with the old virtual function (the new one is non-virtual and is implemented in terms of GTKGetWindow()) - Refactored/simplified event handlers code in gtk/window.cpp - Fixed some header guards names (__GTKFOO__ -> _WX_GTK_FOO_H_) - Added GTKUpdateCursor() which sets the current cursor for all windows returned by GTKGetWindow() - Factored out code from many different classes in wxControl::OnInternalIdle() which now updates the cursor, checks for internal focus and sends update UI events

2006-08-25 11:21 ABX, revision 40814

Missing API.

2006-08-25 06:56 JJ, revision 40813

Patches for OpenVMS port Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/x11/descrip.mms

2006-08-25 06:27 PC, revision 40812

set depth to 32 when creating pixbuf from wxImage with alpha; correct a few comments

2006-08-25 03:30 RD, revision 40811

Add wrappers for wxNativePixelData and wxAlphaPixelData

2006-08-25 03:21 RD, revision 40810

Still check for a Python error in %threadWrapperOff

2006-08-25 03:19 RD, revision 40809

Default construcctor for Iterator

2006-08-24 21:21 DMS, revision 40808

improved RTL implementation for wxGTK::wxMenuBar, now it has a SetLayoutDirection like any normal wxWindow

2006-08-24 21:18 MW, revision 40807

Add apptrait.h for msdos

2006-08-24 21:05 VZ, revision 40806

prevent selecting the treebook items without corresponding pages to ensure that CurrentPage() always returns something non NULL and removed the checks for it

2006-08-24 21:00 VZ, revision 40805

don't reset the selection after event was vetoed if there is no old selection

2006-08-24 20:26 VZ, revision 40804

added tests for setting the cursor

2006-08-24 20:24 MW, revision 40803

Implement wxIsPlatform64Bit().

2006-08-24 19:35 MW, revision 40802

Missing exports.

2006-08-24 18:07 VZ, revision 40801

fix compilation both for Robert's cross-compiler and for all normal compilers by just removing the offending m_item initialization line which is unnecessary anyhow

2006-08-24 17:50 VZ, revision 40800

try to deal more gracefully (than simply not showing anything at all) with invalid UTF-8 strings (e.g. ISO-8859-1 strings inserted in controls with default (UTF-8) font

2006-08-24 17:43 ABX, revision 40799

WinCE build fixes.

2006-08-24 16:33 ABX, revision 40798

Follow OnOK changes in wxDialog.

2006-08-24 16:08 ABX, revision 40797

After adding check to wx/mgl/chkconf.h for UNIV flag, our regex needs this flag delivered by makefiles (with rebaking).

2006-08-24 15:40 ABX, revision 40796

Warning fix.

2006-08-24 15:37 ABX, revision 40795

Avoid conflict between new transparency API and old background support.

2006-08-24 14:52 ABX, revision 40794

Blind wxTinderbox fix.

2006-08-24 14:47 ABX, revision 40793

wx\settings.h is part of PCH support.

2006-08-24 14:43 ABX, revision 40792

Keep wxPalmOS buildable - wxIcon and wxCursor moved to generic implementations.

2006-08-24 14:35 ABX, revision 40791

Keep wxPalmOS buildable - event table moved to base class.

2006-08-24 14:33 ABX, revision 40790

Warning fix.

2006-08-24 14:27 ABX, revision 40789

Keep wxPalmOS buildable - missing functions.

2006-08-24 11:08 RR, revision 40788

Added resize support to wxMiniFrame.

2006-08-24 10:01 RR, revision 40787

Suppress warning from wxMiniFrame.

2006-08-24 09:54 RR, revision 40786

revert bits for XBM bitmaps under MSW adapt XBM usage in wxAUI to this logic

2006-08-24 09:35 RR, revision 40785

Reenable inversion code again.

2006-08-24 07:36 SN, revision 40784

Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change.

2006-08-24 04:41 PC, revision 40783

allow white as mask color when creating mask from mono bitmap

2006-08-24 04:41 PC, revision 40782

correct access for virtual

2006-08-23 21:36 RR, revision 40781

Use the same colour for miniframe title bar and wxAUI title bars.

2006-08-23 21:08 RR, revision 40780

Use close button used in wxMiniFrame.

2006-08-23 21:07 RR, revision 40779

Readded close button to wxMiniFrame and use the close XBM similar to the one used in Anjuta's docking library.

2006-08-23 20:01 RR, revision 40778

Comment out suspicious 1-bit bitmap conversion which happens to break wxAUI (its close button).

2006-08-23 19:07 VS, revision 40777

fixed HTML colours parsing after patch #1473731 ('wxColourBase and wxString <-> wxColour implementation') broke it

2006-08-23 18:22 RR, revision 40776

Comment out direction aware code for now.

2006-08-23 15:11 VZ, revision 40775

clarified LeftIsDown() behaviour for left click events

2006-08-23 14:02 RR, revision 40774

Add opaque move support to wxGTK's wxMiniFrame. Use it in wxAUI (much less flicker and frame activation problems). wxMiniFrame and the Docked panes in wxAUI should use the same code to draw titlebar etc.

2006-08-23 13:47 VZ, revision 40773

documented wxURLDataObject

2006-08-23 13:38 VZ, revision 40772

allow passing URL to wxURLDataObject ctor

2006-08-23 13:33 VZ, revision 40771

respect the encoding of the text style and not only the global control font encoding when inserting the text in the control

2006-08-23 13:04 VZ, revision 40770

no real changes, just use IsSingle/MultiLine() insteadof testing m_windowStyle directly

2006-08-23 11:17 RR, revision 40769

Added direction sensitive docking.

2006-08-23 10:45 VS, revision 40768

compilation fix for !wxUSE_BUTTON

2006-08-23 10:15 VS, revision 40767

set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal is used

2006-08-23 09:54 VS, revision 40766

removed wxUSE_TOOLBAR_SIMPLE leftovers from the main sources, it's not used anywhere anymore

2006-08-23 02:35 RD, revision 40765

pass useMask=true for the toucan images

2006-08-23 01:52 RD, revision 40764

Premultiply the alpha on wxMSW in the BitmapFromBuffer* functions so the programmers don't have to worry about it.

2006-08-23 01:49 RD, revision 40763

Add BitmapFromBuffer demo

2006-08-23 01:18 RD, revision 40762

Always create the pixmap with an alpha channel

2006-08-23 01:17 RD, revision 40761

Show use use of both wxNativePixelData and wxAlphaPixelData

2006-08-22 22:47 RR, revision 40760

Skip double size events. Skip movements of floating pane when moving fast.

2006-08-22 22:37 RR, revision 40759

Set size of hint window before showing it.

2006-08-22 22:14 RR, revision 40758

Forgot this one.

2006-08-22 21:55 MW, revision 40757

Switch to AC_CHECK_DECLS instead of WX_CHECK_DECLS.

2006-08-22 21:50 RR, revision 40756

Add the new showOnIdle code to various other widget which override OnInternalIdle().

2006-08-22 21:47 MW, revision 40755

Revert last commit.

2006-08-22 21:15 MW, revision 40754

Add WX_CHECK_DECLS macro and try it out on strtok_r. Otherwise the test for strtok_r succeeds on Minix though the function is not available.

2006-08-22 20:17 MW, revision 40753

For an unknown generic unix system make --with-x11 --disable-shared the default.

2006-08-22 19:36 PC, revision 40752

prevent linker from discarding wxStockGDIMac

2006-08-22 19:07 MW, revision 40751

Compile fix for Minix.

2006-08-22 19:04 MW, revision 40750

Use string.h instead of memory.h, since some system don't have memory.h and string.h is the standard header.

2006-08-22 19:03 PC, revision 40749

build fix

2006-08-22 17:27 RD, revision 40748

Added wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA factory functions.

2006-08-22 17:23 RD, revision 40747

Refactored wx.ImageFromBuffer

2006-08-22 12:30 RR, revision 40746

Commited Bryan Petty's blind fix patch. Added event.Skip() to size event handler in frame manager and removed the wrong work around for this.

2006-08-22 12:26 RR, revision 40745

Added intermediate state (m_showOnIdle) indicating that time must be given to a window to get placed correctly before it is shown. The avoids jumping windows.

2006-08-22 12:21 VZ, revision 40744

fixed a crash and a leak in GetShortcutTarget() (closes bug 1541321)

2006-08-22 11:42 VZ, revision 40743

mention wxPathList change

2006-08-22 11:19 VZ, revision 40742

add round trip wxTextCtrl::Get/SetValue() test

2006-08-22 11:05 VZ, revision 40741

don't force UTF-8 encoding to ISO-8859-1 for GTK+ 2, it may have been necessary for GTK+ 1 but definitely not 2

2006-08-22 10:32 VZ, revision 40740

use size of wxNORMAL_FONT instead of hard coded 12 points

2006-08-22 10:29 VZ, revision 40739

added "set encoding" menu item

2006-08-22 10:07 VZ, revision 40738

allow entering font description string interactively

2006-08-22 08:01 AVV, revision 40737

Reversed wrong file commited

2006-08-22 08:00 AVV, revision 40736

Cleaned and improved the X11 implementation, to be used as base for wxSocketBaseLoop

2006-08-22 03:08 PC, revision 40735

use wxModule to ensure proper initialization order for wxStockGDIMac

2006-08-21 23:13 RR, revision 40734

Don't emit bogus size events if a child window is inserted into a frame or dialog. I don't know why I wrote that non-sense back then, but wxMSW doesn't do it either.

2006-08-21 18:44 RD, revision 40733

Added wx.lib.combotreebox from Frank Niessink

2006-08-21 18:44 , revision 40732

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

2006-08-21 18:32 RD, revision 40731

Added wx.lib.combotreebox from Frank Niessink

2006-08-21 18:30 RD, revision 40730

Move CanSetTransparent and SetTransparent up to wxWindowBase since wxMac can handle transparency at that level.

2006-08-21 18:28 RD, revision 40729

Adapt to some wxDC methods becoming protected

2006-08-21 18:27 RD, revision 40728

Make it possible to tell wxXmlResource which domain to pull translatable strings from. Make the wxLocale::GetString methods virtual so they can be overridden in derived classes.

2006-08-21 17:32 RD, revision 40727

fix label

2006-08-21 17:32 RD, revision 40726

Added test of using CalendarDateAttr

2006-08-21 17:12 RD, revision 40725

Add ImageFromBuffer

2006-08-21 17:12 RD, revision 40724

fix label

2006-08-21 17:11 RD, revision 40723

Change Miki's email address

2006-08-21 17:07 RD, revision 40722

Recognize the numpad cursor keys too

2006-08-21 16:48 RD, revision 40721

Recognize the numpad cursor keys too

2006-08-21 15:57 SC, revision 40720

still overriding the escape key

2006-08-21 15:17 AVV, revision 40719

Unified GSocketGUIFunctionsTable duplicated code, keeping the platform-specific code to a bare minimum on the callback files.

2006-08-21 14:41 SC, revision 40718

removing unneeded event table

2006-08-21 14:15 RR, revision 40717

Fix same compilation again, I guess 0 was meant to initialize the wxTreeItemId to nothing.

2006-08-21 14:12 RR, revision 40716

Fix compilation under MSW with GCC cross.

2006-08-21 14:10 AVV, revision 40715

Fix mac compilation

2006-08-21 14:05 AVV, revision 40714

Fix windows compilation

2006-08-21 13:49 AVV, revision 40713

Changes to start unification of callback code, probably breaking mac/windows till I test compilation

2006-08-21 12:33 DMS, revision 40712

Added basic RTL support to wxGTK menus and widgets are working, sizers not yet

2006-08-21 12:15 AVV, revision 40711

wxX11 sockets updated to the new callback interface. This also fixes a serious but on wxX11 sockets: the iteration of the socket event loop could crash if the socket callback happens to remove both events, hence removing the socket from the hash list while the list is being processed. Fixed now by lookup of the next item before the callback of the corrent one is processed.

2006-08-20 22:24 VZ, revision 40710

added stock menu items support

2006-08-20 16:32 SN, revision 40709

Added stub for wxIsPlatform64Bit.

2006-08-20 14:02 VZ, revision 40708

don't use dynamic handlers for standard buttons as this prevents static event handlers in derived classes from working; just catch all button events in a static handler instead

2006-08-20 13:29 SN, revision 40707

Removed event table as these things are now handled by wxDialogBase.