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-10-26 15:53 RD, revision 42456

regen ReST docs

2006-10-26 15:33 VS, revision 42455

added wxDelegateTheme to accompany wxDelegateRenderer

2006-10-26 15:30 VS, revision 42454

added wxDCTextColourChanger ctor that allows using the class in the same way other wxDCFooChangers are used

2006-10-26 15:22 RD, revision 42453

Fixed some (out) typemaps

2006-10-26 14:54 VS, revision 42452

fixed selection when using keyboard after JS' change broke it

2006-10-26 13:20 BIW, revision 42451

wxaui flags reworked a bit; allows any hinting type to be explicity invoked; turning off hinting completely is not possible; sample updated accordingly

2006-10-26 12:05 SC, revision 42450

adding new implementations

2006-10-26 12:04 SC, revision 42449

missing common create functions

2006-10-26 12:03 SC, revision 42448

make this available everywhere

2006-10-26 11:57 VZ, revision 42447

fixed reversed return value of IsEmpty() (closes 1585004)

2006-10-26 10:37 JS, revision 42446

Less drastic compile fix

2006-10-26 10:29 ABX, revision 42445

Blind fix for Tinderbox build error.

2006-10-26 10:07 JS, revision 42444

ShouldOffset is accessed from a different class (in dcgraph.cpp)

2006-10-26 09:58 ABX, revision 42443

Updated setup.

2006-10-26 09:51 JS, revision 42442

Added dcgraph.cpp and rebaked

2006-10-26 09:40 ABX, revision 42441

Correct placement of header listed in wx/wx.h

2006-10-26 09:05 JS, revision 42440

Using MinGW 3, no hbmpItem

2006-10-26 08:51 JS, revision 42439

Added missing include for MinGW non-PCH compile

2006-10-26 08:33 JS, revision 42438

Added a cast

2006-10-26 08:21 SC, revision 42437

fixing param

2006-10-26 08:05 JS, revision 42436

Fixed initialisation order warning

2006-10-26 08:02 JS, revision 42435

Typo fixes

2006-10-26 07:44 SC, revision 42434

adopt new set font API

2006-10-26 06:51 SC, revision 42433

new renderer architecture

2006-10-26 06:35 JS, revision 42432

Added outline style sample and vetoing of style sheet changing when loading; demos URL event

2006-10-26 06:32 JS, revision 42431

Added URL support to attribute objects and to wxRichTextCtrl, generating a wxTextUrlEvent as appropriate. Added outline list support and updated previews. Added alignment support for bullets. Added single right parenthesis support. Added XML stylesheet reading/writing. Changed SetBulletSymbol to SetBulletText so it can support bullet text more generally (e.g. for cached outline list numbering) Added wxRichTextRenderer to isolate e.g. bullet drawing and make it customisable. Added event handler support to wxRichTextBuffer. Updated documentation.

2006-10-26 06:25 SC, revision 42430

adapted to new font setter

2006-10-26 06:24 SC, revision 42429

adapted to new renderer, moved wxGCDC into dcgraph.cpp

2006-10-26 06:21 SC, revision 42428

added the recangle fix

2006-10-26 06:17 SC, revision 42427

renderer added, creating renderer specific pens etc for faster use

2006-10-26 06:08 SC, revision 42426

add the missing defines before the xcode prefix gets read in

2006-10-26 06:07 SC, revision 42425

move the graphics context bridge dc into separate file

2006-10-26 03:34 RD, revision 42424

Add a GraphicsContext sample to the demo

2006-10-26 03:33 RD, revision 42423

reSWIGged

2006-10-26 03:32 RD, revision 42422

GetTextExtent --> (width height) GetFullTextExtent --> (width, height, decent, externalLeading)

2006-10-26 03:28 RD, revision 42421

docstring update

2006-10-26 03:26 RD, revision 42420

Fix "PINK" to actually be pink, and not lavender

2006-10-26 03:01 KO, revision 42419

Adding virtual wxListCtrl impl of GetItem.

2006-10-26 01:21 RD, revision 42418

SetTextColor --> SetTextColour Make sure SWIG knows that items returned fro the factories are new Fix the save a ref to the dc

2006-10-26 01:19 RD, revision 42417

SetTextColor --> SetTextColour, to be consistent with the rest of the lib

2006-10-26 00:22 KO, revision 42416

Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit.

2006-10-26 00:20 VZ, revision 42415

explain more clearly the possible usage scenarios

2006-10-25 20:47 RD, revision 42414

some GTK1 bulkd fixes from Sander Niemeijer

2006-10-25 20:45 MW, revision 42413

Add class factories for filter streams. Also filters now follow the convention that they own their parent if they are created on a pointer to the parent.

2006-10-25 20:41 MW, revision 42412

Add class factories for filter streams. Also filters now follow the convention that they own their parent if they are created with a pointer to the parent.

2006-10-25 20:25 RD, revision 42411

Mention wx.ListCtrl fixes on Mac

2006-10-25 20:24 RD, revision 42410

Show sample License text on the AboutBox

2006-10-25 20:23 RD, revision 42409

Don't override DoGetSize, just let the default return the real size of the widget like normal. Since the former implementation used GetBestSize, which uses a DC, which on Mac calls window->GetSize, this resulted in an infinite recursion. Also use SetBestFittingSize in the ctor and move CacheBestSize to DoGetBestSize where it belongs.

2006-10-25 20:00 KO, revision 42408

Fix wxBufferedDC so that it adheres to its documented behavior (which is in use in wxPython at least) and make a note about the layout direction assignment.

2006-10-25 19:48 RR, revision 42407

[ 1584680 ] wxComboCtrl Popup Animation

2006-10-25 19:08 RD, revision 42406

HIShapeCreateEmpty doesn't exist prior to OSX 10.4, use HIShapeCreateWithRect with an empty rectangle instead. Also detabified.

2006-10-25 19:04 RD, revision 42405

corrected collpaneg.h name typo

2006-10-25 18:14 VS, revision 42404

use window's font instead of the default one in wxStatusBar

2006-10-25 17:51 RR, revision 42403

Prevent accession of to-be-deleted mdi child window.

2006-10-25 17:09 JS, revision 42402

wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it

2006-10-25 16:46 ABX, revision 42401

Typo fix.

2006-10-25 15:50 ABX, revision 42400

Make wxRichTextCtrl again buildable on WinCE.

2006-10-25 13:26 RR, revision 42399

Add m_fsStyle next to m_windowStyle Add HasFdFlag() Use it for all tests in all variants of wxFileDialogs. That way it will be easier to change again centrally, if required.

2006-10-25 12:24 MW, revision 42398

Fix export.

2006-10-25 12:12 VS, revision 42397

changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1

2006-10-25 11:27 VZ, revision 42396

declare wxMSLU_xxx functions in the headers which define macros expanding to them

2006-10-25 10:19 JJ, revision 42395

Committing in . Update configuration for OpenVMS Modified Files: wxWidgets/setup.h_vms

2006-10-25 09:04 JS, revision 42394

Button size adjustment

2006-10-25 09:03 JS, revision 42393

Don't reset the best size to wxDefaultSize unless we have a bitmap, otherwise an explicit size is ignored

2006-10-25 08:49 JS, revision 42392

Better button size on wxX11

2006-10-25 07:34 RR, revision 42391

Fix test for wxFD_MULTIPLE.

2006-10-25 07:31 RD, revision 42390

Fix for missing About menu item

2006-10-25 06:55 RD, revision 42389

Fix the rectangle size when offsetting

2006-10-25 06:55 RD, revision 42388

Refactor the code that decides if the 0.5 offset chousl be applied into its own method

2006-10-25 06:52 RD, revision 42387

Include the html docs in the tarball

2006-10-25 06:52 RD, revision 42386

If there is already a set of HTML docs built in the tarball, there is no need to build them again

2006-10-25 06:51 RD, revision 42385

The deprecated lib doesn't build. Disable it from being automatically built for now.

2006-10-25 06:47 ABX, revision 42384

ADV export fix.

2006-10-25 05:42 KO, revision 42383

Adding support for item font/style/color customization, unfortunately, it does not work with wxLC_EDIT_LABELS due to a limitation in the native control. Also fire activate events, and fix some event object/id mismatches when using the generic list ctrl.

2006-10-25 00:59 VZ, revision 42382

use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)

2006-10-25 00:55 VZ, revision 42381

corrected EVT_NOTIFY[_RANGE] docs (bug 1439078)

2006-10-25 00:53 VZ, revision 42380

correct custom event type example and point to the event sample (bug 1338140)

2006-10-25 00:52 VZ, revision 42379

corrected order of parameters in ctor (closes 1304320)

2006-10-25 00:42 VZ, revision 42378

explain why wxSpinCtrl may be available on platforms where wxSpinButton isn't

2006-10-25 00:40 VZ, revision 42377

renamed static functions section to global functions one (bug 1244222)

2006-10-25 00:37 VZ, revision 42376

wxGLCanvas is also available under Mac and other platforms (bug 1241485)

2006-10-25 00:35 VZ, revision 42375

removed confusing 'native make' from mingw32 section (bug 1236795)

2006-10-25 00:31 VZ, revision 42374

document what exactly SetAlignment() expects (bug 1232727) + other minor corrections

2006-10-25 00:26 VZ, revision 42373

corrected wxEntry declarations (closes 1222193); added wxEntryStart/Cleanup

2006-10-25 00:18 VZ, revision 42372

explain that CW might not work, mention that BC5 worked with 2.4.2 (bug 1158383)

2006-10-25 00:13 VZ, revision 42371

correct wxDirExists() parameter type (closes 1220417)

2006-10-25 00:09 VZ, revision 42370

document GetDocManager() (closes 1098861)

2006-10-25 00:06 VZ, revision 42369

clarify GetWheelRotation() (bug 969231)

2006-10-25 00:03 VZ, revision 42368

add a note explaining that sizers should be heap-allocated (bug 965825)

2006-10-25 00:00 VZ, revision 42367

add hyperlink to wxList to GetMenuItems() docs (bug 921322)

2006-10-24 23:56 VZ, revision 42366

use manifest id of 2 if ISOLATION_AWARE_ENABLED is defined (bug/feature request 1222189)

2006-10-24 23:30 VZ, revision 42365

mention VC6 problem with the dependencies (closes 1216051)

2006-10-24 23:24 VZ, revision 42364

include build/msw/wx_base.dsp in wxBase distribution (closes 1324053)

2006-10-24 23:19 VZ, revision 42363

define WXDEBUG_NEW to use special VC++-specific new version too (closes 1386286)

2006-10-24 22:20 RD, revision 42362

#include overlay.h

2006-10-24 20:30 RD, revision 42361

Added wx.StandardPaths.GetTmpDir

2006-10-24 19:46 RD, revision 42360

use WXDLLIMPEXP_ADV on the base class too

2006-10-24 19:36 ABX, revision 42359

PCH support.

2006-10-24 19:09 RD, revision 42358

Put wxUSE_DETECT where it won't get overritten

2006-10-24 18:07 RR, revision 42357

Add wxCollapsable to classes.tex.

2006-10-24 17:58 VZ, revision 42356

mention that ChangeValue() is for wx 2.7.1+; don't use abbreviations like 'info' instead of 'information' in the manual

2006-10-24 17:44 VZ, revision 42355

wxCollapsiblePaneEvent is in adv library, not core

2006-10-24 17:38 JS, revision 42354

Fix incorrect comparison

2006-10-24 17:04 PC, revision 42353

correct deletes

2006-10-24 16:56 JS, revision 42352

Added missing header

2006-10-24 16:44 PC, revision 42351

correct access for virtuals

2006-10-24 16:43 PC, revision 42350

wx/window.h not needed

2006-10-24 16:32 JS, revision 42349

Compile fixes

2006-10-24 16:17 JS, revision 42348

Must define a symbol to test its value

2006-10-24 16:04 JS, revision 42347

Typo correction

2006-10-24 16:02 JS, revision 42346

Compile fixes

2006-10-24 15:41 JS, revision 42345

Added creation of printer DC to printer factory. Added wxPrintData ctor to wxGnomePrintDC. Added wxGnomePrintPreview.

2006-10-24 14:30 JS, revision 42344

Added GetTempDir change log

2006-10-24 14:26 JS, revision 42343

Added GetTempDir

2006-10-24 13:57 ABX, revision 42342

Blind Tinderbox build fix according to simiar usage in carbon/listbox.cpp

2006-10-24 13:50 ABX, revision 42341

non-PCH build fix (according to Tinderbox).

2006-10-24 12:29 VS, revision 42340

moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port

2006-10-24 12:23 VZ, revision 42339

reset the internal flags at the end of DoSetValue(), whatever happened in the callback

2006-10-24 12:08 VZ, revision 42338

test that _INTEGRAL_MAX_BITS is defined before comparing with it; changed wxHAS_HUGE_FILES to be either defined or undef'd for consistency with the other wxHAS_XXXs

2006-10-24 11:52 VZ, revision 42337

fix compilation error in last commit

2006-10-24 11:22 ABX, revision 42336

Warning fix.

2006-10-24 11:21 ABX, revision 42335

Verify wx/filefn.h can be placed as first header in !PCH builds. Build fix for Watcom.

2006-10-24 10:35 ABX, revision 42334

ADV export fix.

2006-10-24 08:42 RR, revision 42333

Minor correction.

2006-10-24 08:37 RR, revision 42332

Minor corrections.

2006-10-24 07:47 MW, revision 42331

Add tests for wxBackingFile.

2006-10-24 07:29 MW, revision 42330

Fix check for wxUSE_BACKINGFILE.

2006-10-24 06:25 PC, revision 42329

static class variable needs a definition

2006-10-24 04:01 RD, revision 42328

reSWIGged

2006-10-24 03:50 RD, revision 42327
  • D /wxWidgets/trunk/contrib/build/animate/animate.bkl
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsp
  • D /wxWidgets/trunk/contrib/build/animate/animate.dsw
  • D /wxWidgets/trunk/contrib/build/animate/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.vc
  • D /wxWidgets/trunk/contrib/build/animate/makefile.wat
  • D /wxWidgets/trunk/contrib/include/wx/animate
  • D /wxWidgets/trunk/contrib/samples/animate
  • D /wxWidgets/trunk/contrib/src/animate
  • M /wxWidgets/trunk/contrib/src/Makefile.in

Remove animate contrib

2006-10-24 03:25 PC, revision 42326

non-pch build fixes

2006-10-24 01:58 RD, revision 42325

document new updates

2006-10-24 01:55 RD, revision 42324

reSWIGged

2006-10-24 01:33 RD, revision 42323

Stop the timer when the sample is destroyed

2006-10-24 01:30 RD, revision 42322

Factor the brush selection out of OnPaint so it can be overridden in derived classes

2006-10-24 01:29 RD, revision 42321

Fixes from Andrea

2006-10-24 01:16 RD, revision 42320

Pass the config object into the wxHtmlHelpFrame so it has the config info in time to set the position and size of the frame.

2006-10-24 01:08 RD, revision 42319

Allow both SetCurrent() and SetCurrent(context)

2006-10-24 01:07 RD, revision 42318

Remove ShowHidden property, it conflicts with the ShowHidden method

2006-10-24 01:05 RD, revision 42317

UpdatePulse --> Pulse

2006-10-24 00:35 RD, revision 42316

fix name errors

2006-10-24 00:34 RD, revision 42315

docstring update

2006-10-24 00:23 KO, revision 42314

Use the same selection highlight and text colors as native list/tree controls (i.e. Finder) do. Also, for wxTreeCtrl, enable wxTR_FULL_ROW_HIGHLIGHT when the default style is used, again to match OS LNF.

2006-10-23 22:57 VZ, revision 42313

added a section about the dialog buttons

2006-10-23 22:56 VZ, revision 42312

removed OnOk/Apply/Cancel() documentation, they don't exist any more

2006-10-23 22:12 VZ, revision 42311

don't use static objects containing bitmaps, this almost certainly results in problems during the program shutdown under X11; instead clean it up in a module

2006-10-23 22:11 VZ, revision 42310

moved wxCollapsiblePane files to adv library

2006-10-23 22:06 VZ, revision 42309

use wxBitmap object as m_buffer and not a pointer to it (replaces patch 1582878)

2006-10-23 22:00 VZ, revision 42308

moved wxCollapsiblePane files to adv library

2006-10-23 21:59 VZ, revision 42307

added wxHAS_XXX section

2006-10-23 21:58 MW, revision 42306

Add tests for wxBackingFile.

2006-10-23 21:46 MW, revision 42305

Rename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.

2006-10-23 21:32 MW, revision 42304

Undo most of the previous commit.

2006-10-23 21:27 MW, revision 42303

Remove the part that says "don't remove this!" as discussed on wx-dev, to leave the symbols in the first version on a new stable branch unversioned.

2006-10-23 21:20 MW, revision 42302

On unicode builds detect gcc 3.4 precompiled header bug (bugzilla 13361).

2006-10-23 21:05 VZ, revision 42301

don't update the size of a maximized TLW, whatever happens with the pane

2006-10-23 20:39 VZ, revision 42300

try to simplify the web of ifdefs; add Borland to the list of Windows compilers (partially addresses bug 1173702)

2006-10-23 20:19 VZ, revision 42299

don't show licence pane if there is no licence text

2006-10-23 20:15 RD, revision 42298

Bump subrelease number

2006-10-23 19:35 RR, revision 42297

Document wxAppTraits::GetDesktopEnvironment.

2006-10-23 19:23 RD, revision 42296

Used wxConstCast where needed, fixed other compile errors, and removed TABs

2006-10-23 19:21 RD, revision 42295

added missing default ctor

2006-10-23 19:20 RD, revision 42294

Use wxGTK_CONV to fix compile error when building in Unicode mode

2006-10-23 19:19 RD, revision 42293

Add collpane headers to files.bkl, and also collpaneg.cpp for OSX, and rebake

2006-10-23 19:00 RR, revision 42292

Mention that GTK now supports wxALWAYS_SHOW_SB.

2006-10-23 18:55 RR, revision 42291

[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK

2006-10-23 17:47 JS, revision 42290

Added GetTempDir

2006-10-23 17:38 VS, revision 42289

don't disable caret blinking on non-MSW platforms

2006-10-23 15:53 ABX, revision 42288

PCH build fix.

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

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

2006-10-23 15:52 RD, revision 42286

Update GraphcsContext/Path dummy classes

2006-10-23 15:51 RD, revision 42285

Update ReST docs

2006-10-23 15:50 RD, revision 42284

2.7.1.2 release

2006-10-23 15:48 RD, revision 42283

Split the Python wxaddons package into its own package

2006-10-23 15:45 MW, revision 42282

Added wxBackingFile and wxBackedInputStream.

2006-10-23 15:39 MW, revision 42281

Compile fix.

2006-10-23 14:49 MW, revision 42280

Correct comment.

2006-10-23 14:47 MW, revision 42279

Added wxBackingFile and wxBackedInputStream.

2006-10-23 13:33 MW, revision 42278

Check for fdopen. Probably everywhere has it, but check until we are sure.

2006-10-23 13:10 MW, revision 42277

wxFileName::CreateTempFileName changes. Open the tempfiles read/write. Allow self delting temp files to be created, where the OS supports it. Add support for opening wxFFile temp files.

2006-10-23 12:57 MW, revision 42276

Warning fix for vc8, and move wxGetFileKind out of the wrong section in the source file (was in with the globbing functions).

2006-10-23 12:51 MW, revision 42275

Add WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate whether large files are supported by wxFile and wxFFile. Add wxO_BINARY.

2006-10-23 12:30 ABX, revision 42274

Use generic collapsible pane for wxUniv based builds.

2006-10-23 11:58 ABX, revision 42273

Correct 'markup' for GetResourceHandle after recent change in wx/gdiobj.h.

2006-10-23 11:32 ABX, revision 42272

Use generic collapsible pane for wxOS2.

2006-10-23 10:57 ABX, revision 42271

Use generic collapsible pane for wxUniv based builds.

2006-10-23 10:51 ABX, revision 42270

Warning fix.

2006-10-23 10:00 ABX, revision 42269

Warning fix.

2006-10-23 09:58 ABX, revision 42268

Rebaked makefiles after htmllistbox and collapsable panel additions.

2006-10-23 08:53 SC, revision 42267

adding new constructors

2006-10-23 07:06 JS, revision 42266

Fixed return values

2006-10-23 00:50 PC, revision 42265

non-pch build fix

2006-10-22 23:27 VZ, revision 42264

avoid code duplication between the generic and GTK versions, factor the common code out in OnStateChange()

2006-10-22 23:23 VZ, revision 42263

1. We don't need GetTopLevelParent() here, we already have wxGetTopLevelParent() 2. Don't hardcode button id in the generic version 3. Don't include unneeded headers from the header

2006-10-22 23:13 VZ, revision 42262

use gtk_expander_new_with_mnemonic() instead of just gtk_expander_new()

2006-10-22 23:10 VZ, revision 42261

cleanup (mainly wrapping lines to be < 80 chars); added IsExpanded()

2006-10-22 22:33 VZ, revision 42260

show the item for which the context menu is shown correctly

2006-10-22 22:28 VZ, revision 42259

initial draft of wxCollapsiblePane (patch 1577412 by Francesco)

2006-10-22 22:12 VZ, revision 42258

there is no need to convert wxArrayString to wxString[] explicitly any more, wx controls accept wxArrayString directly now

2006-10-22 22:09 VZ, revision 42257

added wxSimpleHtmlListBox (patch 1576109 by Francesco)

2006-10-22 21:22 VZ, revision 42256

test indeterminate wxGauge mode (part of patch 1551409)

2006-10-22 21:18 VZ, revision 42255

reverted change which made the progress dialog more realistic but also made the code vastly more complex (rev 1.116), it's not really needed otherwise than to test the patch it was bundled with; simplified the test code for wxPD_SKIP (rev 1.119); increased the progress counter to see the indeterminate mode marker wrap around

2006-10-22 21:17 SN, revision 42254

Extended #1560785 (wxFileName::IsReadable/Writable/Executable) for OS/2.

2006-10-22 21:08 VZ, revision 42253

small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse() to just Pulse(); added test for it in the dialogs sample (part of the patch 1551409 which somehow wasn't applied before)

2006-10-22 21:02 VZ, revision 42252

moved last change under the correct (2.7.2) version

2006-10-22 20:52 VZ, revision 42251

clarify Skip() meaning even more (latest version of patch 1516341)

2006-10-22 20:43 VZ, revision 42250

added autopackage-related files

2006-10-22 20:42 SC, revision 42249

using GetNativePath instead of dynamic_cast

2006-10-22 20:38 SC, revision 42248

on demand creation of native CGContexts , so that pure text measuring contexts don't need a native counterpart

2006-10-22 20:25 VZ, revision 42247

add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)

2006-10-22 20:24 CE, revision 42246

remove empty dirs

2006-10-22 18:59 SN, revision 42245

Reverted font breakage caused by changes in version 1.30.

2006-10-22 18:28 SC, revision 42244

adding path accessors

2006-10-22 17:52 SC, revision 42243

adding wxobject and RTTI

2006-10-22 14:19 VZ, revision 42242

make install location autodetection work for executables compressed with (latest version of) UPX under Linux (patch 1565357)

2006-10-22 14:15 VZ, revision 42241

use wxComboCtrl instead of custom popup window (patch 1575343)

2006-10-22 13:52 SN, revision 42240

Applied patch #1582212 (completed/fixed toolbar's wxTB_BOTTOM implementation).

2006-10-22 13:08 VZ, revision 42239

Respect wxBU_EXACTFIT in wxToggleButton (backport from HEAD)

2006-10-22 13:04 VZ, revision 42238

call Init() from wxBufferedDC ctors to ensure that layout direction is inherited in any case

2006-10-22 13:00 VZ, revision 42237

inherit the original layout direction (patch 1554810); also refactored a little to reduce code duplication and added a couple of wxCHECKs

2006-10-22 12:50 VZ, revision 42236

why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back

2006-10-22 12:12 VZ, revision 42235

added wxAnimateCtrl test (rest of the patch 1581391)

2006-10-22 12:07 VZ, revision 42234

rearranged wxUSE_XXX tests in alphabetical order for ease of maintenance

2006-10-22 11:46 VZ, revision 42233

ignore .cached files created by the sample

2006-10-22 11:41 VZ, revision 42232

more printf() tests (slightly modified patch 1581936)

2006-10-22 11:38 VZ, revision 42231

fix compilation with PCH (patch 1581936)

2006-10-22 11:36 VZ, revision 42230

removed ^Ms

2006-10-22 04:27 RD, revision 42229

reSWIGged

2006-10-22 04:14 RD, revision 42228

No need to use wxPyMake_wxObject for wxImageList. There are no derived types, and it is not OOR.

2006-10-22 04:13 RD, revision 42227

the Append also does an INCREF, that's one more than we need.

2006-10-22 04:12 RD, revision 42226

Patch #1581767: Another fix for wx.lib.calendar

2006-10-22 03:08 RD, revision 42225

reSWIGged

2006-10-22 03:07 RD, revision 42224

Lots of little tweaks, mostly to draw selected items better such that they look right with the new wxMac DC, but also other general improvements as well.

2006-10-22 03:00 RD, revision 42223

Animation support added to XRC

2006-10-22 02:59 RD, revision 42222

Add Get/SetInactiveBitmap

2006-10-22 02:59 RD, revision 42221

#include dcgraph.h

2006-10-22 02:58 RD, revision 42220

Add dcgraph.h to files.bkl and rebake

2006-10-21 19:53 PC, revision 42219

move some definitions out of datacmn.cpp

2006-10-21 18:44 RR, revision 42218

Use wxGCDC in wxGTK to draw "Alpha" test page in drawing sample. Pretty amazing...

2006-10-21 18:43 RR, revision 42217

Remove C++ dynamic cast for now.

2006-10-21 18:00 PC, revision 42216

wxGraphicContext --> wxGraphicsContext

2006-10-21 17:46 PC, revision 42215

wxGraphicContext --> wxGraphicsContext

2006-10-21 17:46 PC, revision 42214

non-pch build fix

2006-10-21 17:22 SN, revision 42213

Fixed port name used in #ifdef.

2006-10-21 17:22 RR, revision 42212

Fix warning.

2006-10-21 17:19 SN, revision 42211

Corrected port name used in headers.

2006-10-21 16:57 RR, revision 42210

Update Makefile.in after annimatectrlxrc addition.

2006-10-21 16:55 VZ, revision 42209

fix for tabs drawing in RTL (patch 1552881)

2006-10-21 16:39 VZ, revision 42208

add some #if wxUSE_XXX (patch 1581470)

2006-10-21 16:29 VZ, revision 42207

filter out duplicate date changed events sent by the native control (part of bug 1482773)

2006-10-21 16:06 VZ, revision 42206

one more correction to wxCondition::WaitTimeout() return code: don't overwrite err with the semaphore wait result (bug 1387179)

2006-10-21 15:56 VZ, revision 42205

restore the old status bar text when DoGiveHelp(false) is called (should fix bug 1340887)

2006-10-21 15:54 VZ, revision 42204

removed OnToolEnter() handler which interfered with the default tool long help handling; add long help for a couple of tools for testing purposes

2006-10-21 15:37 VZ, revision 42203

load _TrackMouseEvent dynamically to make it possible to run wx programs on systems with comctl32.dll 4.70 (closes 1215615)

2006-10-21 15:18 VZ, revision 42202

don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any wx program from even starting up there; besides it was unneeded anyhow

2006-10-21 14:45 VZ, revision 42201

also define wxLstat for non-Unix platforms

2006-10-21 14:42 VZ, revision 42200

also define wxLstat in ANSI build

2006-10-21 14:41 VZ, revision 42199

added wxLstat() (one of patches from bug 1052385)

2006-10-21 14:09 RR, revision 42198

additions for animatectrl xrc sample.

2006-10-21 14:04 VZ, revision 42197

don't allow switches (i.e. options without value) to have values (closes 781373)

2006-10-21 13:59 RR, revision 42196

[ 1581391 ] wxAnimationCtrl XRC handler (most of)

2006-10-21 13:51 RR, revision 42195

[ 1580776 ] wxAnimationCtrl::SetInactiveBitmap Additionally call UnShare() in it.

2006-10-21 13:23 VZ, revision 42194

(blind) fix for Tru64 compilation (bug 769360)

2006-10-21 12:37 SC, revision 42193

untangling dc and gc

2006-10-21 12:23 RR, revision 42192

Compilo.

2006-10-21 07:10 JS, revision 42191

Added wxUSE_RICHTEXT guard

2006-10-21 01:25 RD, revision 42190

Simplified EVT_PAINT handler

2006-10-21 01:23 RD, revision 42189

Don't raise NotImplementedError from GetMark, just silently return (0,0) for now

2006-10-21 01:22 RD, revision 42188

Some API updates

2006-10-21 01:22 RD, revision 42187

Avoid assert on wxMac

2006-10-21 01:21 RD, revision 42186

wxMac apparently doesn't send EVT_SHOW, so just use wx.CallAfter instead

2006-10-21 01:20 RD, revision 42185

Change Refresh to Reset to avoid conflict with base class Refresh Don't use wx.ClientDC, just draw to the bitmap when needed, and then use Refresh for painting. This works better on Mac.

2006-10-21 01:17 RD, revision 42184

Avoid nested DC assert

2006-10-21 01:16 RD, revision 42183

more informative FAIL message

2006-10-21 01:15 RD, revision 42182

use consistent names (Graphic vs. Graphics)

2006-10-21 01:12 RD, revision 42181

Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the generic listctrl

2006-10-20 23:59 VZ, revision 42180

fix warnings (double to int conversions and unused variables); removed hard TABs and extra spaces

2006-10-20 20:50 SC, revision 42179

screendc implementation

2006-10-20 20:46 SC, revision 42178

new method needed for screendc

2006-10-20 19:29 SC, revision 42177

setting a non valid font is permitted, implemented now

2006-10-20 19:26 SC, revision 42176

fixing the screen dc, non 64 bit solution however

2006-10-20 17:25 SC, revision 42175

creating graphics context with the correct origin

2006-10-20 17:24 SC, revision 42174

offsetting dcs correctly

2006-10-20 17:22 SC, revision 42173

moving the offsets into dcclient.cpp so that native event handlers can be called through

2006-10-20 16:41 SC, revision 42172

offseting the graphics context correctly

2006-10-20 14:54 VS, revision 42171

fixed computation of status bar fields width if the total width is not divisible by the number of fields

2006-10-20 14:48 VZ, revision 42170

remove extra semicolons (patch 1580831)

2006-10-20 14:33 VZ, revision 42169

put #if wxUSE_STATBOX around wxStaticBox usage (bug 1568939)

2006-10-20 13:14 SC, revision 42168

mac methodname fixed, so all use the same now

2006-10-20 13:12 SC, revision 42167

adding same methodname as gtk and msw

2006-10-20 13:04 JS, revision 42166

Added the ability to use built-in bullet styles, currently standard/circle or standard/square.

2006-10-20 12:58 SC, revision 42165

fixing classname

2006-10-20 12:43 SC, revision 42164

dummy implementations for new methods

2006-10-20 11:59 SC, revision 42163

dummy implementations for new methods

2006-10-20 11:56 SC, revision 42162

new graphics context implementation

2006-10-20 11:46 SC, revision 42161

new graphics context implementation

2006-10-20 11:35 SC, revision 42160

new graphics context implementation

2006-10-20 11:32 VZ, revision 42159

define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags

2006-10-20 11:07 SC, revision 42158

new graphics context implementation

2006-10-20 11:01 SC, revision 42157

avoiding nesting dcs on the same window concurrently

2006-10-20 10:58 SC, revision 42156

extending implementation

2006-10-20 10:56 SC, revision 42155

replacing old core graphics with new graphics context implementation

2006-10-20 10:27 SC, revision 42154

replacing old core graphics with new graphics context implementation

2006-10-20 09:34 SC, revision 42153

replacing old core graphics with new graphics context implementation

2006-10-20 09:16 VZ, revision 42152

define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags

2006-10-20 08:43 ABX, revision 42151

Typo.

2006-10-20 08:20 ABX, revision 42150

Updated list of subprojects.

2006-10-20 08:15 CE, revision 42149

missing backticks

2006-10-20 08:01 ABX, revision 42148

Updated list of subprojects.

2006-10-20 07:48 ABX, revision 42147

Whitespaces and headers cleaning.

2006-10-20 06:27 SC, revision 42146

start using wxGraphicsContext for OS X instead of old core graphics implementation

2006-10-20 06:08 SC, revision 42145

backport from CVS HEAD, the RunLoopSource was persisting after Cleanup

2006-10-20 06:04 SC, revision 42144

cleaning up the runloop source properly (was causing crashes in embedded situations, as the runloop source persisted)

2006-10-20 05:47 PC, revision 42143

Remove unnecessary size members from GtkPizzaChild. Move some declarations out of header.

2006-10-20 05:07 PC, revision 42142

buid fix

2006-10-20 05:05 PC, revision 42141

fix memory leak in Freeze

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

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

2006-10-19 23:25 RD, revision 42139

wxPython 2.7.1.1

2006-10-19 23:24 RD, revision 42138

bump subrelease number

2006-10-19 23:22 RD, revision 42137

reSWIGged

2006-10-19 23:11 RD, revision 42136

fixes for non-Mac platforms

2006-10-19 21:40 RD, revision 42135

Add the version number to the name displayed on the top-right of the page

2006-10-19 21:39 RD, revision 42134

overwrite old wx DLLs even if the version numbers match

2006-10-19 21:38 RD, revision 42133

ensure that the MasedEditMixin's version of IsEmpty is the one used.

2006-10-19 21:38 RD, revision 42132

docstring fix

2006-10-19 19:55 JS, revision 42131

Added missing WXDLLIMPEXP_RICHTEXT symbol

2006-10-19 16:22 JS, revision 42130

Spin control usage correction

2006-10-19 16:15 VZ, revision 42129

added samples/internat/ar/* files

2006-10-19 16:07 VZ, revision 42128

update from Hakki Dogusan

2006-10-19 15:56 JS, revision 42127

Compilation fixes

2006-10-19 15:55 VZ, revision 42126

removed non-existing richedit.dmc

2006-10-19 15:28 VZ, revision 42125

added include/wx/gtk/private/string.h

2006-10-19 15:25 VZ, revision 42124

fixed X11 Unicode build compilation

2006-10-19 15:12 VZ, revision 42123

must use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES; fixes configure for Unicode wxX11 build

2006-10-19 15:04 SC, revision 42122

using graphics context for core graphics switch

2006-10-19 15:02 VZ, revision 42121

split the incompatible changes section in silent changes and the others

2006-10-19 14:42 VZ, revision 42120

extracted wxGtkString in a separate file, it's also needed by wxX11

2006-10-19 14:39 VZ, revision 42119

Main change is that we now close X11 display on program exit: as this couldn't be done in wxApp dtor (too early), a special module had to be created for it and module dependencies added for the other modules which have to be cleaned up while the display is still open. Also a few minor formatting changes and removed a couple of unused variables from wxApp.

2006-10-19 14:09 JS, revision 42118

Added style organiser dialog and list style editor page

2006-10-19 14:05 JS, revision 42117

Separated out list formatting into new menu. Added use of style organiser dialog. Demonstrated style organiser being used as Bullets & Numbers dialog.

2006-10-19 14:04 JS, revision 42116

Added a list style editor page to the formatting dialog. Added a style organiser dialog, which can be used to browse for and apply styles and can be limited to show one of the three style types, or all three. Added a font name cache since it's an expensive operation that's used frequently by the rich text dialogs. Added ability to switch off tooltips for new dialogs (off by default). Improved the previews. Pressing tab or shift-tab at the start of a list item now demotes or promotes the item.

2006-10-19 13:09 VZ, revision 42115

added newline at end of file

2006-10-19 12:30 RR, revision 42114

Made wxStreamBase::IsOk() virtual; Overrride in file streams to test foe base class and for correctly opened files.

2006-10-19 12:12 VZ, revision 42113

fixed the problem in 2 last commits

2006-10-19 12:08 RR, revision 42112

Fix mem leak.

2006-10-19 12:06 ABX, revision 42111

Rescale images automatically with informations about internal requirements (Jaakko Salli).

2006-10-19 11:58 VZ, revision 42110

fix memory leak in wxGetTempFileName(const wxString&, wxString&) overload; also define wxGetTempFileName(const wxString&, wxChar *) overload in terms of the other one and not vice versa

2006-10-19 07:43 MR, revision 42109

Include defs.h before including wxchar.h to make init.h self-contained (able to include this header in applications as the only one). Before with only include wxchar.h it was missing ATTRIBUTE_PRINTF and other things due to wxchar.h not including defs.h because of defs.h including wxchar.h itself. We probably don't need to include wxchar.h anymore in init.h then, but I don't want to rely on wxchar.h being always included from defs.h (if we can rely on that, please change if appropriate)

2006-10-19 02:53 PC, revision 42108

fix memory leak in Freeze

2006-10-19 00:40 KO, revision 42107

Several wxWebKitCtrl enhancements/fixes. Including: - new methods for increasing/decreasing text size, getting selection, getting/setting scroll position, printing, enabling editing, and running JavaScripts on the page. - added new event (wxWebKitBeforeLoadEvent) for catching, and possibly vetoing, load events before they occur. - wxWebKitCtrl now fires mouse events for certain events that it was eating before. This improves wxSplitterWindow resizing behavior. - refactoring of the sizing logic to move the Cocoa view. I've tested this with splitter windows, panels, notebooks and all position correctly with this.

2006-10-19 00:22 KO, revision 42106

Allow other classes to access the SetupMouseEvent function.

2006-10-18 23:51 RD, revision 42105

reSWIGged

2006-10-18 23:50 RD, revision 42104

some changes to make epydoc happy

2006-10-18 23:49 RD, revision 42103

docstring

2006-10-18 23:46 RD, revision 42102

regen ReST docs

2006-10-18 23:45 RD, revision 42101

remove "pre"

2006-10-18 22:36 RD, revision 42100

Patch #1579801: wxBufferedDC shared buffer bitmap

2006-10-18 22:09 RD, revision 42099

Patch from Andrea: fixes no page chang* events with mouse right click, plus a couple of other minor issues

2006-10-18 21:55 RR, revision 42098

Test for KDE and GNOME using session manager vendor. Use it in mime types initialization. Add wxUSE_DETECT_SM

2006-10-18 19:17 RR, revision 42097

Support wxFULLSCREEN_NOSTATUSBAR Correct Get/SetClientSize() accordingly.

2006-10-18 19:02 RR, revision 42096

Support wxFULLSCREEN_NOMENUBAR

2006-10-18 17:24 RR, revision 42095

Ref counting overview.

2006-10-18 17:23 RR, revision 42094

[ 1578529 ] better docs for reference-counted objects This already includes the change for wxBitmap, which is not COW yet.

2006-10-18 17:19 RR, revision 42093

[ 1579280 ] small src/unix/mimetype.cpp optimizations I'm not sure if this actually changes the assembly in a smart compiler, but who knows.

2006-10-18 17:06 RR, revision 42092

[ 1579793 ] numerous bug fixes when mask is used Corrects PNG handling and wxImage::Paste()

2006-10-18 03:54 RD, revision 42091

If an empty string is passed, remove the tooltip instead of setting it to "".

2006-10-18 03:41 RD, revision 42090

don't clear the tooltip unless there is one.

2006-10-18 03:32 PC, revision 42089

use generic wxAnimationCtrl in wxGTK-universal

2006-10-18 00:06 KH, revision 42088

Do not send a changed event if a button is clicked for down/up when the control is already at min/max and wrap is not specified. Fixes both wxSpinButton and wxSpinCtrl. Bug #1578523.

2006-10-17 22:41 RD, revision 42087

More updates from Andrea

2006-10-17 20:49 RD, revision 42086

reSWIGged

2006-10-17 19:51 RD, revision 42085

Need to subtract the m_miniTitle to get client size, not add it.

2006-10-17 19:50 RD, revision 42084

Add impl for IsFrozen

2006-10-17 19:37 RD, revision 42083

GetSpacer returns a copy, not a reference to the size

2006-10-17 19:37 RD, revision 42082

updates from Andrea, plus some fixes

2006-10-17 18:21 JS, revision 42081

SetSelection(wxNOT_FOUND) now works correctly.

2006-10-17 17:18 JS, revision 42080

Fixed assert when moving out of a menu

2006-10-17 17:16 JS, revision 42079

Support wxDF_UNICODETEXT

2006-10-17 16:57 JS, revision 42078

Draw tool transparently if we have a mask

2006-10-17 14:44 ABX, revision 42077

Headers cleaning.

2006-10-17 14:12 JS, revision 42076

Added various list commands to demonstrate new list features. Now uses wxRichTextStyleListCtrl giving a choice of style types to display.

2006-10-17 14:09 JS, revision 42075

Added list style to text attributes, independent from paragraph style Added list style definition Added SetListStyle, ClearListStyle, NumberList, PromoteList to buffer and control classes Changed style listbox so double-click applies style instead of single click. This allows for multiple items to be applicable, and also in future to edit styles from this listbox without accidentally applying the style to content. Added wxRichTextStyleListCtrl which also shows a wxChoice for selecting the type of style to display. Style sheets can form a chain to allow inheritance from current style sheet (not yet supported by style list controls). Added PushStyleSheet/PopStyleSheet.

2006-10-17 09:27 SC, revision 42074

fixing coordinate conversions

2006-10-17 05:50 PC, revision 42073

remove assert from PurgeOtherRepresentations,we'll have to trust that callers know what they're doing

2006-10-17 04:20 PC, revision 42072

use common AllocExclusive, rather than custom code

2006-10-17 03:19 PC, revision 42071

implement {Create,Clone}RefData for gtk wxBitmap

2006-10-17 03:18 PC, revision 42070

add public wxObject::UnShare

2006-10-17 00:15 RD, revision 42069

Patch #1576397, fix to properly render months that start on a Sunday

2006-10-16 21:55 RD, revision 42068

Show the AlphaDrawing sample

2006-10-16 21:53 RD, revision 42067

reSWIGged

2006-10-16 21:52 RD, revision 42066

docstring fix

2006-10-16 21:44 RR, revision 42065

Correct wxComboBox height in wxToolbar for old GtkCombo-based implementation.

2006-10-16 20:56 RD, revision 42064

Compile fix: forward decalare wxFloatingPane

2006-10-16 20:55 RR, revision 42063

Fix wxMiniFrame caption height.

2006-10-16 20:36 RR, revision 42062

[ 1578466 ] Support for custom floating panes

2006-10-16 20:27 RR, revision 42061

[ 1578468 ] full support for "destroy on close" flag

2006-10-16 20:26 RD, revision 42060

reSWIGged

2006-10-16 20:25 RD, revision 42059

use the right number in the tarball filename

2006-10-16 20:24 RD, revision 42058

put the gdiplus.dll with the wx DLLs

2006-10-16 20:22 RD, revision 42057

use wx.GCDC

2006-10-16 19:50 RD, revision 42056

Destroy the FileDialog when finished with it

2006-10-16 19:49 RD, revision 42055

Add a utility function that can calculate word-wrap line breaks, and use it in the AboutBox demo.

2006-10-16 18:27 RD, revision 42054

Don't make a property out of GetEnableEffects, it hides the EnableEffects method

2006-10-16 18:25 RD, revision 42053

Call wxRichTextModuleInit

2006-10-16 18:16 RR, revision 42052

Made wxWindow::Update() a little clearer.

2006-10-16 18:13 RD, revision 42051

Merge new item attributes if any are already existing

2006-10-16 18:12 RD, revision 42050

Add wxRichTextModuleInit

2006-10-16 13:26 ABX, revision 42049

[#1577388] - fix for scaling in wxImage.

2006-10-16 13:22 ABX, revision 42048

Added test for scaling and bluring wxImage.

2006-10-16 12:37 ABX, revision 42047

Allow building without calendar.

2006-10-16 09:30 ABX, revision 42046

CVS tags cleaning (with other minor cleaning).

2006-10-16 09:04 ABX, revision 42045

Fix for assert in 'dynarray.cpp' by Jaakko Salli.

2006-10-15 20:21 RR, revision 42044

Readd gtk_widget_set_size_request() to prevent -1,-1 from being allocated.

2006-10-15 20:12 RR, revision 42043

Implement mnemnic support for wxToggleButton.

2006-10-15 19:59 PC, revision 42042

remove gtk_pizza_expose, its purpose is easily accomplished from existing expose-event handler in window.cpp

2006-10-15 19:44 RR, revision 42041

I don't think anylonger that DrawHeaderButton() should be used for drawing grid row/col buttons. Also, the GTK2 port should not waste space per line of wxMSW doesn' waste it neither.

2006-10-15 19:18 RR, revision 42040

Left unused variable around. Adjust window placement in the correct direction in RTL. This corrects in-place editing in wxGrid.

2006-10-15 19:13 RR, revision 42039

Use widget->allocation instead of querying the window size with a gdk_ call.

2006-10-15 19:11 RR, revision 42038

Do not remove GDK events for native GTK+ controls.

2006-10-15 18:44 RR, revision 42037

[ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemovePage

2006-10-15 18:05 PC, revision 42036

non-pch build fix, cleanup

2006-10-15 18:04 PC, revision 42035

non-pch build fixes

2006-10-15 18:03 PC, revision 42034

probable typo

2006-10-15 15:51 MBN, revision 42033

Fix setting the clipping region for a DC when the region is an actual wxRegion. Fix some positioning/sizing bugs, mosting affecting controls inside scrolled windows.

2006-10-15 15:45 MBN, revision 42032

Added wxRTTI macros to buffered DCs. Fix a signed/unsigned warning.

2006-10-15 15:03 RR, revision 42031

Correct window placement only once. This fixes edit label control placement in wxListCtrl in RTL.

2006-10-15 07:57 SC, revision 42030

adding missing typedefs for 10.4

2006-10-15 07:46 SC, revision 42029

availability does not include any other headers, but it provides the necessary macros everywhere

2006-10-15 07:01 PC, revision 42028

wrong caption for html window, cleanup

2006-10-15 07:01 PC, revision 42027

store GtkPizza border width in GtkContainer.border_width, eliminate GtkPizza.shadow_type

2006-10-15 05:42 PC, revision 42026

put back obviously-not-redundant resize

2006-10-15 05:36 PC, revision 42025

remove redundant resize

2006-10-15 04:36 PC, revision 42024

replace use of deprecated GtkPixmap, gtk_container_border_width

2006-10-15 03:43 PC, revision 42023

logical vs. boolean operators, unused decls and vars, etc

2006-10-15 01:10 PC, revision 42022

deprecation fixes, plus some code size reduction and cleanup

2006-10-14 19:01 PC, revision 42021

replace use of deprecated GtkPixmap

2006-10-14 18:07 RD, revision 42020

Ensure Cairo is installed before setting wxUSE_GRAPHICS_CONTEXT for wxGTK builds

2006-10-14 18:04 RD, revision 42019

Don't build animate by default

2006-10-14 18:03 RD, revision 42018

Update to InnoSetup 5

2006-10-14 18:02 RD, revision 42017

Don't build the animate contrib

2006-10-14 17:39 PC, revision 42016

remove obsolete checks, minor cleanup

2006-10-14 16:55 SC, revision 42015

cleanup for 10.5

2006-10-14 16:50 PC, revision 42014

correct access for virtual

2006-10-14 16:49 PC, revision 42013

replace use of deprecated GtkPixmap

2006-10-14 16:18 SC, revision 42012

cleanup for 10.5

2006-10-14 16:02 SC, revision 42011

cleanup for 10.5

2006-10-14 15:48 SC, revision 42010

cleanup for 10.5

2006-10-14 15:30 SC, revision 42009

cleanup for 10.5

2006-10-14 15:15 SC, revision 42008

cleanup for 10.5

2006-10-14 14:55 SC, revision 42007

cleanup for 10.5

2006-10-14 14:46 SC, revision 42006

cleanup for 10.5

2006-10-14 14:36 RR, revision 42005

Make status bar grip move to the left in RTL.

2006-10-14 13:24 RR, revision 42004

Remove tree control lines unconditionally under GTK2 (similar to what wxMac does) as it simply looks wrong (as we are using GTK+ tree buttons).

2006-10-14 13:22 RR, revision 42003

Forgot border when reversing coordinates for RTL.

2006-10-14 12:37 SN, revision 42002

Added include for app.h, so wxTheApp is defined, fixing bug #1574784.

2006-10-14 07:10 RR, revision 42001

Left in debug printf.

2006-10-14 07:06 RR, revision 42000

Better place for coordinate mirroring and removal of stupid hack. This makes the positioning correct in the end but leaves window hopping when resizing unsolved in RTL mode.

2006-10-14 04:03 PC, revision 41999

remove unused XIM code, minor cleanup

2006-10-13 19:57 RD, revision 41998

reSWIGged

2006-10-13 19:56 RD, revision 41997

text tweak

2006-10-13 19:55 RD, revision 41996

This works ok on Mac now

2006-10-13 19:32 RD, revision 41995

comment out prints

2006-10-13 19:20 RD, revision 41994

Add USE_GDIPLUS=1

2006-10-13 19:19 RD, revision 41993

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed. Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:14 RD, revision 41992

Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:06 RD, revision 41991

some fixes in the compatibility class

2006-10-13 19:01 RD, revision 41990

bump subrelease number

2006-10-13 18:48 RD, revision 41989

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed.

2006-10-13 18:33 RD, revision 41988

Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a new selection.

2006-10-13 14:30 JS, revision 41987

Fixed tab selection bug Slight improvement to kerning-related jumpy text when selecting Default tab efficiency improvement and naming conventions cleanup

2006-10-13 14:15 ABX, revision 41986

Fix for assert in setting image from file by Jaakko Salli.

2006-10-13 11:59 SC, revision 41985

removing double definition

2006-10-13 11:58 SC, revision 41984

setting according to a minimum system of 10.3 and supporting 64 bit

2006-10-13 09:16 RR, revision 41983

Remove method GetWindow() returning a GdkWindow*

2006-10-13 09:00 RR, revision 41982

Applied part of [ 1575767 ] Init/size/check fixes for sockets Left out the time out parameter change. Left out the improper test for arbitrary too large value upon read failure.

2006-10-13 08:39 RR, revision 41981

Prevent bogus event which GTK 2.4 sends after typing text in the text area begins and the text there has no match in the list.

2006-10-13 00:16 RD, revision 41980

update build and install docs

2006-10-13 00:15 RD, revision 41979

can put back the wx.BufferedPaintDC now

2006-10-12 23:24 RD, revision 41978

updates from Andrea

2006-10-12 19:57 VZ, revision 41977

inserted missing back quotes around echo lost by previous change

2006-10-12 19:47 CE, revision 41976

post 2.7.1 fixes

2006-10-12 12:34 VZ, revision 41975

mention that wxBufferedDC doesn't inherit from wxMemoryDC any more

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

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

2006-10-12 08:58 RD, revision 41973

only need a (1,1) bitmap for measuring

2006-10-12 08:37 RD, revision 41972

reSWIGged

2006-10-12 08:35 RD, revision 41971

Give up on trying to fix all the buffered dc problems and just check-in the FlatNotebook update from Andrea using self-buffering instead of wx.BufferedPaintDC.

2006-10-12 08:32 RD, revision 41970

typo

2006-10-12 07:59 SC, revision 41969

fixing rectangle drawing when offsetting 0.5, correcting rounded rectangle drawing

2006-10-12 07:53 SC, revision 41968

setting font when using core graphics on a memory dc

2006-10-12 06:46 SC, revision 41967

support 1 bit deep bitmaps as masks

2006-10-12 06:43 SC, revision 41966

support CGGraphics Masks, switch xbm interpretation to be in line with msw

2006-10-12 06:23 RD, revision 41965

Fixup Blit so it can be used with a source that is a wxBufferedDC, since wxBufferedDC doesn't derive from wxMemoryDC any more.

2006-10-12 05:15 SC, revision 41964

adjust so that mono bitmaps don't get an alpha channel

2006-10-12 04:27 JS, revision 41963

Some additions to the wxRichTextCtrl overview.

2006-10-12 01:51 VZ, revision 41962

only change the bitmap size for the borderless controls

2006-10-11 23:54 RD, revision 41961

Don't use the window position as the x offset when painting the full row highlight, always use zero.

2006-10-11 23:52 RD, revision 41960

a little whitespace cleanup

2006-10-11 23:51 RD, revision 41959

Give some more specific info if PyWin can't be imported when frozen in a py2exe exexcutable

2006-10-11 23:49 RD, revision 41958

a couple new generic methods

2006-10-11 23:48 RD, revision 41957

convert unicode filename to file system encoding