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

2007-02-11 02:33 VZ, revision 44456

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924)

2007-02-11 02:27 VZ, revision 44455

warn if wxVsnprintf() is not being used

2007-02-11 02:24 VZ, revision 44454

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284) (backport from HEAD)

2007-02-11 02:23 VZ, revision 44453

added test for %c and other minor changes (patch 1643843)

2007-02-11 02:22 VZ, revision 44452

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

2007-02-11 02:17 VZ, revision 44451

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44450

write the entire file at once in Flush() instead of doing it line by line (patch 1656509) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44449

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)

2007-02-11 02:09 VZ, revision 44448

write the entire file at once in Flush() instead of doing it line by line (patch 1656509)

2007-02-11 02:03 VZ, revision 44447

compilation fix for 64 bit platforms (where size_t is not unsigned int)

2007-02-11 00:59 VZ, revision 44446

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar (backport from HEAD)

2007-02-11 00:58 VZ, revision 44445

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar

2007-02-11 00:27 VZ, revision 44444

wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour

2007-02-11 00:21 VZ, revision 44443

return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience)

2007-02-11 00:13 VZ, revision 44442

changed GetFromWindow() to take const pointer

2007-02-10 23:50 VZ, revision 44441

corrected version in the libraries names: it's only 2 digits even in development branch

2007-02-10 23:44 VZ, revision 44440

make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

2007-02-10 13:48 VZ, revision 44439

fix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)

2007-02-10 09:41 JS, revision 44438

Don't optimize if there are child windows since children won't be scrolled

2007-02-10 09:40 JS, revision 44437

Don't optimize if there are child windows

2007-02-10 02:06 RD, revision 44436

Turn off wxUSE_GRAPHICS_CONTEXT if compiling with MSVC 6

2007-02-10 00:15 RD, revision 44435

reSWIGged

2007-02-10 00:14 RD, revision 44434

Check for NotImplementedError

2007-02-09 23:43 RD, revision 44433

A bit of code cleanup

2007-02-09 23:42 RD, revision 44432

ensure that a bad locale is destroyed before it is attempted to be used

2007-02-09 23:41 RD, revision 44431

Docs about wxToolBar::SetToolDisabledBitmap and SetToolNormalBitmap

2007-02-09 14:05 JS, revision 44430

Reverted renderer changes and just use window variant within renderer functions

2007-02-09 01:36 VZ, revision 44429

added EVT_MOUSE_CAPTURE_LOST handler

2007-02-08 21:45 JS, revision 44428

Updated the mask

2007-02-08 20:30 RD, revision 44427

backport Roman's changes

2007-02-08 20:30 , revision 44426

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

2007-02-08 17:18 JS, revision 44425

Added control size constants to renderer to allow component drawing to match the window variant, initially on Mac

2007-02-08 17:16 JS, revision 44424

Added size constants to allow drawn control parts to match the window variant, initially on Mac

2007-02-08 16:12 MR, revision 44423

Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

2007-02-08 15:48 JS, revision 44422

Added missing include

2007-02-08 15:34 CE, revision 44421
  • D /wxWidgets/trunk/lib/_sc

remove out of date files (for dmc and 2.4 wxW)

2007-02-08 15:16 VZ, revision 44420
  • D /wxWidgets/trunk/src/.cvsignore

not needed any more now that this directory is not used for building anything

2007-02-08 15:15 VZ, revision 44419
  • D /wxWidgets/trunk/src/cygnus.bat
  • D /wxWidgets/trunk/src/mingegcs.bat
  • D /wxWidgets/trunk/src/mingw32.bat

removed obsolete batch files for building wx with obsolete makefiles

2007-02-08 15:09 VZ, revision 44418
  • D /wxWidgets/trunk/src/makeb32.env
  • D /wxWidgets/trunk/src/makebcc.env
  • D /wxWidgets/trunk/src/makefile.va
  • D /wxWidgets/trunk/src/makefile.vc
  • D /wxWidgets/trunk/src/makeg95.env
  • D /wxWidgets/trunk/src/makelib.b32
  • D /wxWidgets/trunk/src/makelib.bcc
  • D /wxWidgets/trunk/src/makelib.g95
  • D /wxWidgets/trunk/src/makelib.vc
  • D /wxWidgets/trunk/src/makemsc.env
  • D /wxWidgets/trunk/src/makeprog.b32
  • D /wxWidgets/trunk/src/makeprog.bcc
  • D /wxWidgets/trunk/src/makeprog.g95
  • D /wxWidgets/trunk/src/makeprog.sl
  • D /wxWidgets/trunk/src/makeprog.va
  • D /wxWidgets/trunk/src/makeprog.vc
  • D /wxWidgets/trunk/src/makesl.env
  • D /wxWidgets/trunk/src/makeva.env
  • D /wxWidgets/trunk/src/makevc.env
  • D /wxWidgets/trunk/src/ntwxwin.mak
  • D /wxWidgets/trunk/src/version.mak

removed obsolete makefiles

2007-02-08 15:05 VZ, revision 44417

remove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere

2007-02-08 15:04 VZ, revision 44416

fixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two menu items; use the old label value by default when asking for the new one

2007-02-08 14:37 VZ, revision 44415
  • D /wxWidgets/trunk/demos/bombs/bombs.pro
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.pro
  • D /wxWidgets/trunk/demos/forty/forty.pro
  • D /wxWidgets/trunk/demos/fractal/fractal.pro
  • D /wxWidgets/trunk/demos/life/life.pro
  • D /wxWidgets/trunk/demos/poem/poem.pro
  • D /wxWidgets/trunk/samples/artprov/artprov.pro
  • D /wxWidgets/trunk/samples/calendar/calendar.pro
  • D /wxWidgets/trunk/samples/caret/caret.pro
  • D /wxWidgets/trunk/samples/checklst/checklst.pro
  • D /wxWidgets/trunk/samples/config/config.pro
  • D /wxWidgets/trunk/samples/console/console.pro
  • D /wxWidgets/trunk/samples/controls/controls.pro
  • D /wxWidgets/trunk/samples/db/db.pro
  • D /wxWidgets/trunk/samples/dialogs/dialogs.pro
  • D /wxWidgets/trunk/samples/dialup/dialup.pro
  • D /wxWidgets/trunk/samples/display/display.pro
  • D /wxWidgets/trunk/samples/dnd/dnd.pro
  • D /wxWidgets/trunk/samples/docview/docview.pro
  • D /wxWidgets/trunk/samples/docvwmdi/docvwmdi.pro
  • D /wxWidgets/trunk/samples/dragimag/dragimag.pro
  • D /wxWidgets/trunk/samples/drawing/drawing.pro
  • D /wxWidgets/trunk/samples/dynamic/dynamic.pro
  • D /wxWidgets/trunk/samples/erase/erase.pro
  • D /wxWidgets/trunk/samples/event/event.pro
  • D /wxWidgets/trunk/samples/exec/exec.pro
  • D /wxWidgets/trunk/samples/font/font.pro
  • D /wxWidgets/trunk/samples/grid/griddemo.pro
  • D /wxWidgets/trunk/samples/help/help.pro
  • D /wxWidgets/trunk/samples/html/about/about.pro
  • D /wxWidgets/trunk/samples/html/help/help.pro
  • D /wxWidgets/trunk/samples/html/helpview/helpview.pro
  • D /wxWidgets/trunk/samples/html/printing/printing.pro
  • D /wxWidgets/trunk/samples/html/test/test.pro
  • D /wxWidgets/trunk/samples/html/virtual/virtual.pro
  • D /wxWidgets/trunk/samples/html/widget/widget.pro
  • D /wxWidgets/trunk/samples/html/zip/zip.pro
  • D /wxWidgets/trunk/samples/image/image.pro
  • D /wxWidgets/trunk/samples/internat/internat.pro
  • D /wxWidgets/trunk/samples/ipc/client.pro
  • D /wxWidgets/trunk/samples/ipc/server.pro
  • D /wxWidgets/trunk/samples/joytest/joytest.pro
  • D /wxWidgets/trunk/samples/keyboard/keyboard.pro
  • D /wxWidgets/trunk/samples/layout/layout.pro
  • D /wxWidgets/trunk/samples/listctrl/listctrl.pro
  • D /wxWidgets/trunk/samples/mdi/mdi.pro
  • D /wxWidgets/trunk/samples/memcheck/memcheck.pro
  • D /wxWidgets/trunk/samples/menu/menu.pro
  • D /wxWidgets/trunk/samples/mfc/mfc.pro
  • D /wxWidgets/trunk/samples/minifram/minifram.pro
  • D /wxWidgets/trunk/samples/minimal/minimal.pro
  • D /wxWidgets/trunk/samples/nativdlg/nativdlg.pro
  • D /wxWidgets/trunk/samples/notebook/notebook.pro
  • D /wxWidgets/trunk/samples/oleauto/oleauto.pro
  • D /wxWidgets/trunk/samples/opengl/cube/cube.pro
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurf.pro
  • D /wxWidgets/trunk/samples/opengl/penguin/penguin.pro
  • D /wxWidgets/trunk/samples/ownerdrw/ownerdrw.pro
  • D /wxWidgets/trunk/samples/png/png.pro
  • D /wxWidgets/trunk/samples/printing/printing.pro
  • D /wxWidgets/trunk/samples/propsize/propsize.pro
  • D /wxWidgets/trunk/samples/regtest/regtest.pro
  • D /wxWidgets/trunk/samples/rotate/rotate.pro
  • D /wxWidgets/trunk/samples/sashtest/sashtest.pro
  • D /wxWidgets/trunk/samples/scroll/scroll.pro
  • D /wxWidgets/trunk/samples/scrollsub/scrollsub.pro
  • D /wxWidgets/trunk/samples/sockets/client.pro
  • D /wxWidgets/trunk/samples/sockets/server.pro
  • D /wxWidgets/trunk/samples/splitter/splitter.pro
  • D /wxWidgets/trunk/samples/statbar/statbar.pro
  • D /wxWidgets/trunk/samples/taskbar/taskbar.pro
  • D /wxWidgets/trunk/samples/text/text.pro
  • D /wxWidgets/trunk/samples/thread/thread.pro
  • D /wxWidgets/trunk/samples/toolbar/toolbar.pro
  • D /wxWidgets/trunk/samples/typetest/typetest.pro
  • D /wxWidgets/trunk/samples/widgets/widgets.pro
  • D /wxWidgets/trunk/samples/wizard/wizard.pro

removed the old tmake project files

2007-02-08 14:27 VZ, revision 44414

added const overload of GetChildren()

2007-02-08 14:24 VZ, revision 44413

define wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already

2007-02-08 14:17 VZ, revision 44412

fixed unreachable code warning in release build

2007-02-08 14:15 VZ, revision 44411

fixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()

2007-02-08 02:32 VZ, revision 44410

added dllexport/import declarations for wxRunningEventLoopCount to fix linking in DLL build

2007-02-08 02:26 VZ, revision 44409

corrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessEvent()

2007-02-07 21:44 RD, revision 44408

reSWIGged

2007-02-07 17:43 VZ, revision 44407

update wxChoice value when SetSelection() is called

2007-02-07 17:39 VZ, revision 44406

update the text of a read-only combobox (and hence wxChoice) when selection is changed too

2007-02-07 17:04 VZ, revision 44405

fix unused variable warning with wxUSE_TOOLTIPS==0

2007-02-07 16:30 VZ, revision 44404

fix compilation after the last change in msw/thread.cpp: we can't use wxEventLoop from there; use the hack described at http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/83190 instead

2007-02-07 16:24 RD, revision 44403

merge from 2.8 branch

2007-02-07 16:09 VZ, revision 44402

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX (backport from HEAD)

2007-02-07 16:07 VZ, revision 44401

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX

2007-02-07 13:55 VS, revision 44400

fixed makefile.rsp to include samples/Makefile.in

2007-02-07 12:24 JS, revision 44399

Added flag for removing attributes

2007-02-07 12:21 JS, revision 44398

Removed unnecessary assignment

2007-02-07 10:24 CE, revision 44397

fix for bug reported at http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:97233:200702:jkocpijdefodmmdphebn

2007-02-07 02:14 RD, revision 44396

rebaked after changing the version number

2007-02-07 01:47 RD, revision 44395

Fix unused param warnings

2007-02-06 21:54 RD, revision 44394

Add wxHL_* styles (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44393

Allow wxWANTS_CHARS to be effective on native controls too (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44392

Reset g_lastMouseEvent after processing the mouse button release event (ported from 2.8 branch)

2007-02-06 21:52 RD, revision 44391

Don't capture the mouse until after the possible wxEVT_GRID_CELL_BEGIN_DRAG event. (ported from 2.8 branch)

2007-02-06 21:14 RD, revision 44390

use ChangeValue instead of SetValue to avoid bogus EVT_TEXT events when just setting the descriptive text. (ported from 2.8 branch)

2007-02-06 21:13 RD, revision 44389

Set version number

2007-02-06 21:13 RD, revision 44388

Added SetToolNormalBitmap and SetToolDisabledBitmap (ported from 2.8 branch)

2007-02-06 21:11 RD, revision 44387

Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event (ported from 2.8 branch)

2007-02-06 19:58 RD, revision 44386

Set version number

2007-02-06 18:24 RD, revision 44385

Remove default ctors from wxGraphicsMatrix and wxGraphicsPath since they are supposed to be constructed vie the factory functions in wxGraphicsContext.

2007-02-06 18:15 RD, revision 44384

Allow wxWANTS_CHARS to be effective on native controls too

2007-02-06 18:14 RD, revision 44383

Add wxHL_* styles

2007-02-06 18:12 RD, revision 44382

Backport Mac optimization to always use Refresh instead of Update

2007-02-06 15:40 ROL, revision 44381

Version 1.8-0 New feature added from a patch submitted on sourceforge by botg: moving of tree items. Bugs fixed: - ChecklistBox content editing; - Window styles more in sync with the docs; - Replacing items; - Reference property page created correctly (every property is optional).

2007-02-06 12:26 ABX, revision 44380

Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)

2007-02-06 12:12 ABX, revision 44379

Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)

2007-02-06 08:47 JS, revision 44378

Backported corrections to head

2007-02-06 08:15 ABX, revision 44377

wx/log.h belongs to pch system

2007-02-06 04:59 PC, revision 44376

simplify wxGTK DoSetSizeHints logic, respect size increments

2007-02-05 22:01 RD, revision 44375

backport from HEAD: don't assert about font face errors, just log it and use the default

2007-02-05 22:00 RD, revision 44374

backport from HEAD:properly clip the area between the scrollbars if needed

2007-02-05 21:59 RD, revision 44373

reSWIGged

2007-02-05 21:57 RD, revision 44372

fiddle with py2exe options

2007-02-05 21:54 RD, revision 44371

Check for TypeError exceptions in PostCreate

2007-02-05 21:53 RD, revision 44370

more micro tests

2007-02-05 21:18 RD, revision 44369

Add premixed InspectableApp

2007-02-05 19:24 VS, revision 44368

added script to generate parts of rsp manifests with samples files and bakefile-generates files

2007-02-05 19:10 VZ, revision 44367

made (many) more wxGrid methods const

2007-02-05 18:19 VZ, revision 44366

corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base

2007-02-05 16:09 JS, revision 44365

Fixes to the previous fix

2007-02-05 14:40 JS, revision 44364

Avoid triggering false update event when setting the initial range

2007-02-05 14:14 JS, revision 44363

Restored drag position mysteriously removed in revision 1.233

2007-02-05 11:46 JS, revision 44362

Typo correction

2007-02-05 08:45 JS, revision 44361

Typo fix

2007-02-05 08:16 JS, revision 44360

Missing include

2007-02-05 01:15 KO, revision 44359

Committing patch #1604462, which improves autoconf support, adds a wxbase template, allows components to have names which match wx lib naming, etc.

2007-02-04 06:37 SC, revision 44358

using scroll axis for mousewheel events

2007-02-04 06:26 SC, revision 44357

using scroll axis in translation to scrollwin events, avoiding blocking immediate updates when handling the scroll event

2007-02-04 06:24 SC, revision 44356

adding scroll axis to wheel events

2007-02-04 00:35 VZ, revision 44355

our build also depends on bc

2007-02-04 00:34 VZ, revision 44354

call OnInit() from all samples to allow using standard command line options with all of them (patch 1623971)

2007-02-04 00:22 VZ, revision 44353

add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534)

2007-02-04 00:12 VZ, revision 44352

added wxEventBlocker class (patch 1622444)

2007-02-03 15:56 VZ, revision 44351

updated comments after latest commit (Tim Kosse)

2007-02-03 12:01 VZ, revision 44350

fix compilation problem when wxUSE_FSVOLUME==0 after last commit: declare wxIsDriveAvailable() before using it

2007-02-02 23:59 VZ, revision 44349

use wxFSVolume instead of duplicating its functionality in the (MSW branch of) wxGetAvailableDrives() (patch 1615074)

2007-02-02 23:55 VZ, revision 44348

don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES) fails as it does all the time with network drives

2007-02-02 23:41 VZ, revision 44347

fix assert when the control doesn't have a valid date initially (bug 1648192)

2007-02-02 23:22 VZ, revision 44346

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 23:12 VZ, revision 44345

don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

2007-02-02 22:46 VZ, revision 44344

don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)

2007-02-02 01:27 VZ, revision 44343

added support for underlined fonts

2007-02-01 22:54 RD, revision 44342

Reset g_lastMouseEvent after processing the mouse button release event

2007-02-01 22:52 RD, revision 44341

Don't capture the mouse until after we're sure we're not sending wxEVT_GRID_CELL_BEGIN_DRAG

2007-02-01 22:49 RD, revision 44340

Use Get instead of deprecated asTuple

2007-02-01 22:48 RD, revision 44339

fix typo

2007-02-01 00:26 VZ, revision 44338

document wxNewId() as being deprecated

2007-02-01 00:22 VZ, revision 44337

document Next/PrevControlId

2007-02-01 00:10 VZ, revision 44336

use wxObject copy ctor, not default ctor, in wxEvent copy ctor (backport from HEAD)

2007-02-01 00:07 VZ, revision 44335

use wxObject copy ctor, not default ctor, in wxEvent copy ctor

2007-01-31 14:27 JS, revision 44334

COrrected style doc

2007-01-31 03:40 VZ, revision 44333

removed wxABI_TESTS, they're irrelvant in 2.9

2007-01-31 03:34 VZ, revision 44332

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:26 VZ, revision 44331

Added wxSizerFlags::Top() and Bottom()

2007-01-31 03:24 VZ, revision 44330

removed 2.6 incompatibilities section

2007-01-28 16:57 JS, revision 44329

Added extra hit test style for more accurate reporting

2007-01-26 22:59 RD, revision 44328

fix typo

2007-01-26 22:39 RD, revision 44327

refactor InspectionTool

2007-01-26 21:47 SC, revision 44326

fix for drawing in the 'grox box' between two scrollbars

2007-01-26 20:14 RD, revision 44325

Patch #1645253, fixes overflow error

2007-01-26 17:36 SC, revision 44324

changing asserts to debug info

2007-01-26 17:22 SC, revision 44323

separate assert in case the control ref is already null

2007-01-26 16:37 RD, revision 44322

Added some missing "private:" keywords

2007-01-26 12:41 VS, revision 44321

fixes to InputPath values in custom build steps

2007-01-26 07:23 RD, revision 44320

Switch to AUI instead of splitter windows. Also load and save config settings.

2007-01-26 07:17 RD, revision 44319

fix docstring

2007-01-25 23:36 RD, revision 44318

reSWIGged

2007-01-25 23:35 RD, revision 44317

Added wxToolBar::SetTool[Normal|Disabled]Bitmap for wxMSW, wxGTK and wxMac

2007-01-25 23:07 RD, revision 44316

wx.FRAME_FLOAT_ON_PARENT experiments

2007-01-25 23:07 RD, revision 44315

Don't use a reference for the return value of wx.Rect.Inflate

2007-01-25 23:05 RD, revision 44314

DocString fix

2007-01-25 23:04 RD, revision 44313

Use ChangeValue instead of SetValue when changing the DescriptiveText in order to not generate unexpected EVT_TEXT events.

2007-01-25 22:59 RD, revision 44312

Fill in more info for the wxEVT_STC_AUTOCOMP_SELECTION event.

2007-01-25 22:52 RD, revision 44311

reorder the creation of the drag objects

2007-01-25 22:52 RD, revision 44310

minor tweaks

2007-01-25 17:33 VS, revision 44309

don't assume there's always an active wxEventLoop instance

2007-01-25 15:39 VZ, revision 44308

changing text alignment dynamically doesn't always work under XP, recreate the control there too (backport from HEAD)

2007-01-25 15:36 VZ, revision 44307

changing text alignment dynamically doesn't always work under XP, recreate the control there too

2007-01-24 22:32 VZ, revision 44306

document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children

2007-01-24 17:37 VZ, revision 44305

use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before Epoch) for the invalid wxDateTime m_time value

2007-01-24 13:42 VS, revision 44304

compiled fixes for builds without PCH

2007-01-24 07:51 JJ, revision 44303

Committing in . adding #include <sys/socket.h> for OpenVMS. mayby some other platforms need this include Modified Files: wxWidgets/include/wx/private/socketevtdispatch.h

2007-01-24 00:01 RD, revision 44302

newline at end of file

2007-01-24 00:01 RD, revision 44301

use the run module when run standalone.

2007-01-23 09:25 CE, revision 44300

fix SF bug 1640955

2007-01-23 09:06 CE, revision 44299

fix SF bug 1640955

2007-01-22 21:57 RD, revision 44298

bump subrelease number

2007-01-22 21:46 RD, revision 44297

changelog for 2.8.1.1

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

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

2007-01-22 17:43 VS, revision 44295

wxDFB doesn't require extra configure options anymore

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

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

2007-01-22 16:59 RD, revision 44293

changelog for 2.8.1.1

2007-01-22 16:51 RD, revision 44292

regenerated

2007-01-22 15:13 VS, revision 44291

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 15:10 VS, revision 44290

wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets

2007-01-22 15:04 VS, revision 44289

implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow

2007-01-22 14:05 VS, revision 44288

enable wxFontMapper in wxDFB port

2007-01-22 13:07 VS, revision 44287

allow building wxXRC with wxUSE_HTML=0: make linking work in absence of wxHTML library

2007-01-22 12:50 VS, revision 44286

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-22 12:26 VS, revision 44285

fixed wxGetTranslation() prototype in the !wxUSE_INTL case

2007-01-21 22:39 SN, revision 44284

Improve resetting table via SetTable (extended version of patch #1636377).

2007-01-21 07:07 RD, revision 44283

reswigged

2007-01-21 07:07 RD, revision 44282

suspend logging while in wx.DataFormat.GetId

2007-01-21 07:05 RD, revision 44281

remove bad property

2007-01-21 07:03 RD, revision 44280

Build and distrib tweaks

2007-01-21 06:59 RD, revision 44279

No animate contrib anymore

2007-01-21 06:58 RD, revision 44278

Return an empty string from wxDataFormat::GetId if there was an error

2007-01-21 06:53 RD, revision 44277

Add some wxCHECK_MSG's

2007-01-21 06:47 RD, revision 44276

Return an empty string from GetValue if the textctrl is set to the descriptive text

2007-01-21 06:43 RD, revision 44275

Revert menus and toolbars to using wxNewId() too since their IDs can't be negative either

2007-01-21 01:58 PC, revision 44274

expose handlers are supposed to return a gboolean; false may be correct, at least it's not random

2007-01-21 01:21 VZ, revision 44273

fix infinite recursion when processing navigation keys in panels containing book controls

2007-01-21 01:01 VZ, revision 44272

reverted last commit, using result of NewControlId() when creating the control (instead of wxID_ANY) results in an assert

2007-01-21 00:52 VZ, revision 44271

use wxID_ANY for internal controller control instead of wxID_CHOICE/LIST/TOOLBAR/TREEBOOKTREEVIEW; this fixes asserts about using negative ids after last change

2007-01-20 14:32 VZ, revision 44270

don't crash in dtor if the X11 window hadn't been created (patch 1640153)

2007-01-20 14:15 VZ, revision 44269

name user config file appname.conf when it's locayed in ~/.appname by default

2007-01-20 14:13 VZ, revision 44268

set command int (indicating whether the item is checked) correctly for the menu events (bug 1639891)

2007-01-20 03:28 RD, revision 44267

wx.FRAME_FLOAT_ON_PARENT notes

2007-01-20 03:26 RD, revision 44266

Use float-on-parent frames for the popups if wxPopupWindow is not available

2007-01-20 03:23 RD, revision 44265

Added support for the wxFRAME_FLOAT_ON_PARENT style Also add a mode for the wxPOPUP_WINDOW style as a temporary hack to make it easier using a wxFrame as a replacement for wxPopupWindow. See how it is used in wxStyledTextCtrl.

2007-01-19 23:25 VS, revision 44264

fixed typo in code for setting alternative locale name

2007-01-19 20:17 RD, revision 44263

Bump subrelease number

2007-01-19 20:15 RD, revision 44262

Add a note about wxSearchCtrl::[Get|Set]DescriptiveText

2007-01-19 20:13 RD, revision 44261

some updates to CHANGES.txt

2007-01-19 19:51 RD, revision 44260

Added stepColour utility function

2007-01-19 12:36 JS, revision 44259

Corrections

2007-01-19 12:17 JS, revision 44258

Added missing functions

2007-01-19 05:27 RD, revision 44257

Added wxSearchCtrl::[Get|Set]DescriptiveText Tweaked the layout of the subcontrols a bit Lightened the icons to be more like Mac

2007-01-19 00:19 VZ, revision 44256

disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()

2007-01-18 22:38 VZ, revision 44255

added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876)

2007-01-18 21:56 PC, revision 44254

revert last, GUI mutex isn't GUI-only

2007-01-18 21:51 RD, revision 44253

styles, toolbar, and other visual tweaks

2007-01-18 21:51 RD, revision 44252

Use kControlContentIconRef when recreating the tool for toggled state

2007-01-18 20:39 VZ, revision 44251

added wxCSConv::IsOk() (patch 1637944)

2007-01-18 20:37 VZ, revision 44250

corrected VC warning about possibly uninitialized variable in the last change

2007-01-18 20:29 VZ, revision 44249

make wxTextFile work with unseekable files again (patch 1632613, bug 1629581)

2007-01-18 19:53 VZ, revision 44248

reverted last change: wxGTK-specific wxMutextGui code breaks linkage of wxBase programs

2007-01-18 19:10 RD, revision 44247

Add GetDateOnly

2007-01-18 18:27 VS, revision 44246

compilation fix for !wxUSE_STATBOX

2007-01-18 18:13 PC, revision 44245

use GTK-specific GUI lock

2007-01-18 17:00 VZ, revision 44244

added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781)

2007-01-18 14:15 VZ, revision 44243

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with the user-defined ids

2007-01-18 14:06 VZ, revision 44242

added wxDateTime::GetDateOnly()

2007-01-18 14:03 VZ, revision 44241

corrected crash: need to set m_frame eariler (Wlodek Szafran, closes bug 1636225)

2007-01-17 23:39 RD, revision 44240

minor tweaks for the widget inspector

2007-01-17 23:37 RD, revision 44239

The inspect module is now a widget browser plus a shell.

2007-01-17 23:32 RD, revision 44238

reSWIGged

2007-01-17 23:31 VZ, revision 44237

discard time part of m_date, otherwise comparisons with other dates fail

2007-01-17 23:23 RD, revision 44236

Make GridBagSizer.GetItem use FindItem if possible, to allow a GBSizerItem to be returned instead of a SizerItem

2007-01-17 23:05 RD, revision 44235

some minor tweaks to make it possible to not show the default intro text

2007-01-17 23:03 RD, revision 44234

Use the system settings for the selection colours

2007-01-17 15:26 JS, revision 44233

Spacing corrections, removed duplicate functions

2007-01-17 14:51 JS, revision 44232

Corrected typos

2007-01-17 09:07 JS, revision 44231

Documented Set/GetBaseId

2007-01-17 08:40 VS, revision 44230

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-15 19:02 VZ, revision 44229

honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

2007-01-15 10:54 VZ, revision 44228

added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

2007-01-15 02:23 PC, revision 44227

don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

2007-01-15 01:26 PC, revision 44226

remove some unneeded includes, clean up gnome force link stuff a bit

2007-01-15 00:24 PC, revision 44225

only gtk1 needs poll now

2007-01-15 00:21 PC, revision 44224

chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

2007-01-14 21:04 VZ, revision 44223

create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

2007-01-14 20:59 VZ, revision 44222

corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

2007-01-14 20:45 VZ, revision 44221

test rendering of disabled items with bitmaps (for bug 1632888)

2007-01-14 16:52 VZ, revision 44220

added wxSizerFlags::Shaped() and FixedMinSize() methods

2007-01-14 16:38 VZ, revision 44219

added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

2007-01-14 16:18 VZ, revision 44218

don't crash when setting tooltip for a picker without text control

2007-01-14 12:43 JS, revision 44217

Provide access to file history base id

2007-01-12 21:46 VS, revision 44216

fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

2007-01-12 19:20 RD, revision 44215

PyCrust now has an option for showing/hiding the notebook.

2007-01-12 18:42 RD, revision 44214

minor tweaks

2007-01-12 18:40 RD, revision 44213

Bug fix from Pierre

2007-01-12 18:40 RD, revision 44212

Just reset the size, not the minsize too, when changing the label or font. This is how the native static text widgets behave.

2007-01-12 18:39 RD, revision 44211

new test

2007-01-12 18:39 RD, revision 44210

removed bogus ImageList property

2007-01-12 18:38 RD, revision 44209

Added typeId property

2007-01-12 18:28 RD, revision 44208

Use the SearchCtrl for the filter. Make the accelerator table usable again for testing.

2007-01-12 18:27 RD, revision 44207

Fix for problem when Realize is re-called on a vertical toolbar, it was making the tools layout horizontally.

2007-01-12 18:25 RD, revision 44206

DoGetBestSize fix, the lbWidth was not getting updated because of a misplaced #endif

2007-01-12 18:24 RD, revision 44205

Fix for when only a default dir is given without a default file

2007-01-12 18:00 SC, revision 44204

making sure it is only breaking at newlines for measuring

2007-01-12 17:54 PC, revision 44203

add wxToolbook checking

2007-01-12 17:22 SC, revision 44202

using the CF Message box only for non main thread alerts

2007-01-12 01:28 VZ, revision 44201

only set cursor immediately in SetCursor() if the mouse is currently inside the window or we capture it (fixes the problem introduced in rev 1.675 while still correcting the original bug that change was done to fix)

2007-01-11 16:41 VZ, revision 44200

use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1

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

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

2007-01-11 13:55 JS, revision 44198

Use the associated document manager, not the global one

2007-01-11 13:54 JS, revision 44197

Write a newline, not a 10 into the stream

2007-01-11 01:59 VZ, revision 44196

no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue

2007-01-11 01:48 VZ, revision 44195

apply patch 1630906 after all as with my simpler fix in the last commit the control may remain empty when it is supposed to show 0 value

2007-01-11 01:45 VZ, revision 44194

fix lack of spin control update event when control lost focus (replaces patch 1630906, corrects bug introduced in rev 1.66)

2007-01-11 01:34 VZ, revision 44193

suppress spurious error message when copying from clipboard brought empty string (patch 1630108)

2007-01-11 01:21 VZ, revision 44192

reverted wrong change of rev 1.129 and fixed the first part of bug 1422217 in a better way by using InsertMenuItem() correctly for checkable items

2007-01-11 00:30 VZ, revision 44191

do strtoll() test using C++ compiler as at least under SGI this function is accessible from C99 but not C++ code

2007-01-10 15:01 VS, revision 44190

added wxDFB to distribution scripts

2007-01-10 14:53 JS, revision 44189

Removed versions so we don't have to update with every release

2007-01-10 14:52 JS, revision 44188

Updated date

2007-01-10 14:51 JS, revision 44187

Updated version and date

2007-01-10 14:03 VS, revision 44186

added support for Bakefile's upcoming msvs2005prj format (not enabled by default yet, would fail with the latest released version otherwise)

2007-01-10 13:45 VZ, revision 44185

add #if wxUSE_TOOLTIPS around DoSetToolTip()

2007-01-10 13:40 CE, revision 44184

2.8.2

2007-01-10 13:38 CE, revision 44183

fix missing setup.h file(s) http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96442:cbnogdligcfeekgnnppi

2007-01-09 21:26 JS, revision 44182

IsRich should be defined even if wxUSE_RICHTEXT isn't

2007-01-09 21:19 JS, revision 44181

Fix for missing separator if any previous items were ownerdrawn

2007-01-09 14:35 VZ, revision 44180

check parameters after options check sothat usign -version doesn't result in an error

2007-01-09 14:29 VZ, revision 44179

show -version in the list of options; exit after showing the version as all the other programs do

2007-01-09 14:01 VZ, revision 44178

more about virtual functions access specifier changing

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

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

2007-01-08 23:54 RD, revision 44176

don't use default style

2007-01-08 23:45 RD, revision 44175

Tweak dates and version number

2007-01-08 23:31 RD, revision 44174

Version --> 2.8.1.0

2007-01-08 23:10 RD, revision 44173

Minor tweaks to get up to date with wx CVS

2007-01-08 22:58 RD, revision 44172

ignore things that are just defined for the sake of the preprocessor

2007-01-08 15:04 VZ, revision 44171

added more wxUSE_TREE/LISTCTRL tests to fix compilation when they're set to 0

2007-01-08 15:04 CE, revision 44170

2.8.1

2007-01-08 14:47 CE, revision 44169

remove space which broke tex2rtf

2007-01-08 13:40 CE, revision 44168

fix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E.40203%40gmx.de%3e

2007-01-08 11:17 VZ, revision 44167

use wxLongLong_t instead of long long

2007-01-08 07:11 PC, revision 44166

non-pch build fix

2007-01-08 07:11 PC, revision 44165

missing braces

2007-01-08 03:58 PC, revision 44164

backport rev 1.52: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:58 PC, revision 44163

backport rev 1.115: Do not set the wmclass for toplevels

2007-01-08 03:56 PC, revision 44162

backport rev 1.43: remove focus ring on close button

2007-01-08 03:06 PC, revision 44161

backport rev 1.161: don't set focus to a hidden notebook page

2007-01-08 03:06 PC, revision 44160

backport rev 1.719: ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

2007-01-08 03:06 PC, revision 44159

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

2007-01-08 03:06 PC, revision 44158

backport rev 1.104: make wxSemaphore::Post() return wxSEMA_OVERFLOW as documented

2007-01-08 03:06 PC, revision 44157

backport compilation fixes for old SDK headers

2007-01-08 03:06 PC, revision 44156

backport rev 1.19: set error to GSOCK_TIMEOUT if the socket timed out

2007-01-08 03:05 PC, revision 44155

backport rev 1.203: made width computation in GetTextExtent() more precise, especially for italics fonts

2007-01-08 03:05 PC, revision 44154

backport rev 1.5: avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue

2007-01-08 03:05 PC, revision 44153

backport rev 1.537: don't redefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CONFORMING_SWPRINTFS if already defined

2007-01-08 02:52 KO, revision 44152

Fix GetNextItem for virtual wxListCtrl, and improve behavior for wxLIST_NEXT_ALL.

2007-01-07 23:35 VZ, revision 44151

fix compilation for latest SDK where EnumModulesProc() first parameter is now const (bug 1629333)

2007-01-07 22:48 VZ, revision 44150

updated version to 2.8.1

2007-01-07 22:48 VZ, revision 44149

also update wxVERSION_STRING

2007-01-07 22:41 VZ, revision 44148

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 22:30 VZ, revision 44147

apparently the previous version was generated with a wrong bakefile, regenererated with 0.2.1

2007-01-07 22:28 VZ, revision 44146

also update manual.tex

2007-01-07 22:26 VZ, revision 44145

more informative output

2007-01-07 22:21 VZ, revision 44144

updated version to 2.8.1

2007-01-07 21:38 SN, revision 44143

Attempt at fixing deepCopyHostent/Servent. Fixed MT problem my making mutexes global.

2007-01-07 21:34 VZ, revision 44142

added a script to update release version field

2007-01-07 20:13 VZ, revision 44141

don't compile wxDataViewDateRendererPopupTransient if !wxUSE_POPUPWIN (as is always the case under Mac) (bug 1616964)

2007-01-07 20:09 VZ, revision 44140

no changes, just removed duplicate TreeView_HitTest() calls

2007-01-07 19:58 VZ, revision 44139

corrected message about page number overflow

2007-01-07 19:44 VZ, revision 44138

added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761)

2007-01-07 19:41 VZ, revision 44137

regenerated after wx/richtext/richtextstyles.h addition

2007-01-07 19:29 VZ, revision 44136

added wx/richtext/richtextstyles.h (bug 1624364)

2007-01-07 19:27 VZ, revision 44135

make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one

2007-01-07 18:24 SN, revision 44134

Backported fix for setting the working directory on OS/2 from 1.288.

2007-01-07 18:22 SN, revision 44133

Fixed switching to a different drive/volume on OS/2.

2007-01-07 17:53 KO, revision 44132

Add more sanity checks to virtual list item nums as the native control sometimes fires events before things are totally set up.

2007-01-07 17:28 KO, revision 44131

Make it easier to switch between native and generic sample for testing purposes.

2007-01-07 17:26 VZ, revision 44130

disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)

2007-01-07 17:09 VZ, revision 44129

fix attribute memory leak in wxGrid::ShowCellEditControl() (patch 1629949)

2007-01-07 16:58 VZ, revision 44128

added support and enable long long support when wxLongLong_t is available even if SIZEOF_LONG_LONG is not under wxMSW

2007-01-07 16:42 VZ, revision 44127

fix wxMDIChidFrame::GetPosition() (patch 1626610)

2007-01-07 16:36 VZ, revision 44126

fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589)

2007-01-07 16:25 VZ, revision 44125

include WebKit.h as otherwise WebKit is not detected on PPC with gcc 3.3 (patch 1623616)

2007-01-07 16:19 VZ, revision 44124

mention RTL fixes by Diaa Sami

2007-01-07 16:18 VZ, revision 44123

fix combobox dropdown position in RTL (patch 1623127)

2007-01-07 16:17 VZ, revision 44122

fixes and workarounds to return value of our own wxVsnprintf_() implementation: handle -1 as error and not an indication that there is not enough space (patch 1623077)

2007-01-07 16:07 VZ, revision 44121

fix for popup positioning in RTL mode (patch 1622930)

2007-01-07 16:00 VZ, revision 44120

set tooltips for the both subcontrols (patch 1622531)

2007-01-07 15:53 VZ, revision 44119

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() to version-script and use wxABI checks for them

2007-01-07 15:43 VZ, revision 44118

return correct item and position from wxTreeEvent::GetItem/Point() (patch 1622166)

2007-01-07 15:41 VZ, revision 44117

corrected ctor signature

2007-01-07 15:02 VZ, revision 44116

added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() methods; documented wxTreeItemId (patch 1622125)

2007-01-07 14:55 VZ, revision 44115

operators == and != are const (part of patch 1622125)

2007-01-07 14:08 SN, revision 44114

Backported wxGetHostName and wxGetDiskSpace implementations.

2007-01-07 14:07 SN, revision 44113

Extended wxGetHostName implementation.

2007-01-07 13:52 SN, revision 44112

Added wxGetDiskSpace implementation (patch #1625514).

2007-01-07 13:28 SN, revision 44111

Compilation fix for really old gcc versions.

2007-01-07 02:05 VZ, revision 44110

changed copyright year to 2007

2007-01-07 01:21 KO, revision 44109

Use GetItem to get item info for events, even for virtual wxListCtrl.

2007-01-07 01:15 KO, revision 44108

Generic list and tree ctrl should not use the focused selection color when the top level window is not active.

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

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

2007-01-06 19:44 RD, revision 44106

Add dependency on tabmdi.h

2007-01-06 09:01 RD, revision 44105

Added wx.aui.AuiNotebook.GetAuiManager(). Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook.

2007-01-06 08:59 RD, revision 44104

Fixes for segfaults when the parent frame is destroyed

2007-01-06 08:53 RD, revision 44103

Add GetAuiManager

2007-01-06 02:09 KO, revision 44102

Add a grid sizer demo, and document the props accepted by SetSizerProps.

2007-01-06 01:53 KO, revision 44101

Don't draw the primary highlight colors if the control doesn't have the focus.

2007-01-05 19:45 KO, revision 44100

Apply patch #1626802, which fixes GetNextItem to return -1 instead of 0 when an item can't be found, and add support for wxLIST_NEXT_ABOVE, wxLIST_NEXT_BELOW, and wxLIST_STATE_DONTCARE.

2007-01-05 17:30 ABX, revision 44099

'-version' parameter for tex2rtf.

2007-01-05 16:28 SC, revision 44098

allowing vertical scrolling even if wxTE_NO_VSCROLL is given, displaying a scrollbar only when needed.

2007-01-05 14:49 VZ, revision 44097

more unescaped underscores

2007-01-05 14:30 VZ, revision 44096

fix broken links to File/DirName()

2007-01-05 13:36 VZ, revision 44095

rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member variables

2007-01-04 08:09 JJ, revision 44094

Update OpenVMS make-files Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/x11/descrip.mms

2007-01-04 06:47 KO, revision 44093

Have SetSizerProps internally handle the assignment of growable rows and cols.

2007-01-03 17:25 VS, revision 44092

fixed deadlock when calling wxPostEvent() from worker thread

2007-01-02 23:19 RD, revision 44091

Remove some items from the Recent additions list

2007-01-02 23:18 RD, revision 44090

reformat the overview string

2007-01-02 20:50 CE, revision 44089

fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70616/match=common+intl+cpp+problems+bcc

2007-01-02 09:55 JJ, revision 44088

avoid reading KDE-tables on OpenVMS. They will never be installed since KDE is not available on OpenVMS. Modified Files: wxWidgets/src/unix/mimetype.cpp

2007-01-01 22:27 PC, revision 44087

restore declaration inline specifier, and make definition match

2007-01-01 20:56 RD, revision 44086

reSWIGged

2007-01-01 20:48 RD, revision 44085

Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTIVATED if any of the modifier keys is pressed. This let's RETURN+Modifier be used as a normal accelerator key when the list ctrl has the focus.

2007-01-01 20:47 RD, revision 44084

fixed a compile error in one of the stub classes

2007-01-01 19:49 PC, revision 44083

remove inline from declaration of functions which are not inline

2006-12-31 18:07 VZ, revision 44082

correct OnOpenError() return type

2006-12-31 06:50 KO, revision 44081

Adding overview docs and a couple tweaks to the demo.

2006-12-31 06:06 KO, revision 44080

Add SizedControls demo.

2006-12-31 06:03 KO, revision 44079

Make sure mouse events are only sent in the case of the native control.

2006-12-30 21:46 SN, revision 44078

Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

2006-12-30 20:21 CE, revision 44077

revert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

2006-12-29 20:22 VZ, revision 44076

wxVariant and wxVariantData are ref counted too (patch 1624344)

2006-12-29 20:18 VZ, revision 44075

wxFileModificationTime return -1, not 0, on error (patch 1624484)

2006-12-29 20:16 VZ, revision 44074

fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

2006-12-29 19:37 JS, revision 44073

Process capture lost event to avoid assertion

2006-12-28 20:03 PC, revision 44072

fix idle handling when a new event loop is run from an idle event handler

2006-12-28 17:50 KO, revision 44071

Fixing inactive state drawing, and removing warning.

2006-12-28 16:33 VS, revision 44070

added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

2006-12-28 16:08 SC, revision 44069

fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

2006-12-28 13:52 JS, revision 44068

Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

2006-12-28 06:33 KO, revision 44067

exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

2006-12-27 15:49 SC, revision 44066

applying patch 1622389, fixing two memory leaks

2006-12-26 20:44 KO, revision 44065

Add middle-item click support.

2006-12-26 20:32 RD, revision 44064

Fix for bug #1621459, Made the Selection property read-only since it needs two parameters. You can instead use SelectionStart and SelectionEnd properties for setting the selection if needed.

2006-12-25 19:28 KO, revision 44063

Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

2006-12-25 14:39 VZ, revision 44062

show RTL message box (in Unicode build only) when using RTL (patch 1622000)

2006-12-25 00:34 KO, revision 44061

Add new wxListCtrl symbols.

2006-12-25 00:21 KO, revision 44060

Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

2006-12-24 19:50 VS, revision 44059

disable (some) features that are not available in DirectFB

2006-12-24 19:06 VS, revision 44058

fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

2006-12-24 18:39 KO, revision 44057

Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).

2006-12-24 13:36 VZ, revision 44056

compare charset strings case-insensitively (and so avoid conversions between utf-8 and UTF-8 for example, see patch 1611068)

2006-12-24 12:38 VZ, revision 44055

document ShowHidden() (patch 1619786)

2006-12-24 12:19 VZ, revision 44054

added a couple of missing membersections and fixed a couple of typos (patch 1618846)

2006-12-24 12:16 VZ, revision 44053

fix hint rect position for RTL (patch 1618719 from Tim Kosse)

2006-12-24 12:14 VZ, revision 44052

fill in sqlDataType field of wxDbColInf in ExecSql() (patch 1614539)

2006-12-24 12:08 VZ, revision 44051

compilation fixes for --disable-compat26 (patch 1619037)

2006-12-24 01:33 VS, revision 44050

removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2006-12-24 01:21 VZ, revision 44049

another fix for the default button in the dialog

2006-12-24 01:20 VZ, revision 44048

document --selected-config option

2006-12-23 22:20 VZ, revision 44047

1. Don't draw our own custom label if we don't have custom foreground colour, we don't need to do it then as it works just fine by default then 2. Use the theme font for the label (doesn't do anything for the default Luna theme but helps a lot with custom themes, unfortunately metrics are still wrong with them)

2006-12-23 22:11 VZ, revision 44046

added AutoHFONT; allow initialize SelectInHDC later (and not necessarily in ctor)

2006-12-23 15:57 JS, revision 44045

Bullet size should take into account the font of the immediately following content.

2006-12-23 15:54 JS, revision 44044

Optimization

2006-12-23 13:03 MR, revision 44043

Change style flag on floating frames to give proper minimize behaviour. Thanks to Chris Mellon; needed for my app

2006-12-23 00:12 RD, revision 44042

minitest for wx.BusyInfo

2006-12-23 00:11 RD, revision 44041

reSWIGGed

2006-12-23 00:10 RD, revision 44040

Reset the item's text in SetItemFont to ensure that the text will be remeasured with the new font, and the bounding rect will be adjusted.

2006-12-23 00:02 RD, revision 44039

Don't try to access a color not in the dictionary

2006-12-23 00:02 RD, revision 44038

RemoveItem should return the same object it is passed, but adjusted for new ownership

2006-12-22 23:57 RD, revision 44037

wxColor --> wxColour

2006-12-22 23:55 RD, revision 44036

Add parent parameter to BusyInfo

2006-12-22 23:54 RD, revision 44035

Unicode is the default build mode

2006-12-22 23:52 RD, revision 44034

Patches from Andrea

2006-12-22 23:50 RD, revision 44033

put wx in the shell's namespace too

2006-12-22 20:14 KO, revision 44032

Adding SetFocus to wxABI_VERSION.

2006-12-22 20:05 KO, revision 44031

Fix for non-PCH builds.

2006-12-22 11:20 CE, revision 44030

fix for build with x11 reported here http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:96187:200612:dimemphnemjnfeciaghe

2006-12-21 22:28 VZ, revision 44029

reversed binary and forward compatibility terms to their usual meanings; added a section about binary compatibility preserving changes explicitly mentioning that overriding of existing virtual functions seems to be safe; fixed typos/spelling

2006-12-21 22:04 VZ, revision 44028

added wx{Dir|File}Dialog::Get/SetStyle() for 2.8.1

2006-12-21 19:26 VZ, revision 44027

restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()

2006-12-21 18:24 VS, revision 44026

compilation fix for !wxUSE_VALIDATORS

2006-12-21 17:52 VS, revision 44025

sockets work with wxDFB now

2006-12-21 06:53 KO, revision 44024

Restore compilation with --enable-stl, fix SetFocus with the generic control, and re-instate the use of ids to sort when a specific sort function isn't being used.

2006-12-20 23:24 VZ, revision 44023

C/POSIX locales (or absence of locale information) corresponds to wxLANGUAGE_ENGLISH_US, not wxLANGUAGE_ENGLISH which is the same as wxLANGUAGE_ENGLISH_UK

2006-12-20 13:45 VZ, revision 44022

unused parameter warning

2006-12-20 13:38 VZ, revision 44021

changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and only under XP, recreate the control in SetWindowStyleFlag() if it's a richedit one or if the system is earlier than XP

2006-12-20 10:06 VZ, revision 44020

fixed initial size of a control with wxDefaultSize: due to SetSize() call in Create() introduced in 1.243 it was created with 1 pixel height

2006-12-20 09:51 VZ, revision 44019

we don't need to subclass text control twice to implement support for WM_COPY/CUT/PASTE, just handle them in MSWWindowProc() (this reimplements the change of rev 1.261 correctly)

2006-12-20 09:45 CE, revision 44018

copy univ setup.h for VC IDE

2006-12-20 08:45 SC, revision 44017

best size fix for multi-line fields

2006-12-19 23:36 VZ, revision 44016

make the continue button default, not the stop one, to avoid killing the application accidentally if it doesn't run under debugger and Enter is pressed

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

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

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

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

2006-12-19 13:49 SC, revision 44013

fvisibility-inlines-hidden fix

2006-12-19 12:41 MR, revision 44012

Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of GetResourcesDir documentation in rev1.12, see http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/latex/wx/stdpaths.tex.diff?r1=1.11&r2=1.12 Noticed by Giuseppe Bilotta

2006-12-19 11:25 JJ, revision 44011

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

2006-12-19 10:52 VZ, revision 44010

don't include non existent tools/gettext directory in the distribution

2006-12-19 10:45 VZ, revision 44009

removed (non existing any more) mobile/* files

2006-12-19 08:29 VZ, revision 44008

include wxUniv files into wxX11 distribution

2006-12-19 05:43 SC, revision 44007

fixing -fvisibility-inlines-hidden problem (IsOk function didn't get exported)

2006-12-18 23:52 RD, revision 44006

remove debug code

2006-12-18 23:19 RD, revision 44005

minor demo tweaks

2006-12-18 23:18 RD, revision 44004

wx.lib.customtreectrl patches from Andrea Gavana.

2006-12-18 23:15 RD, revision 44003

reSWIGged

2006-12-18 23:14 RD, revision 44002

Make wx.MenuItem.Destroy a NOP since the regular garbage collection will handle the destruction now.

2006-12-18 23:13 RD, revision 44001

Some docstring changes, default value for clockwise arg in AddArc

2006-12-18 20:22 RD, revision 44000

bump subrelease number

2006-12-18 17:24 VS, revision 43999

wxDFB: fix events processing to support sockets events

2006-12-17 15:49 VZ, revision 43998

suppress a CodeWarrior warning about long to int conversion (bug 1616948)

2006-12-17 14:52 VZ, revision 43997

don't treat foo in c:\\foo\bar as network share

2006-12-17 14:49 VZ, revision 43996

corrected tests to deal with multiple consecutive (back)slashes

2006-12-17 14:13 VZ, revision 43995

added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network share)

2006-12-17 13:47 VZ, revision 43994

don't set the label colour in DrawButtonLabel(), this is done by the caller in wxControlRenderer::DrawLabel()

2006-12-17 02:13 VZ, revision 43993

forcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any more

2006-12-16 23:11 VZ, revision 43992

for for initializing wxFileName with empty string returning true from IsOk() and tests for the correct behaviour (patch 1617156)

2006-12-16 23:08 VZ, revision 43991

added links to Dir/FileName in construction section (part of patch 1617156)

2006-12-16 15:18 VZ, revision 43990

don't set score files permissions to 0666, why would this be needed or wanted? (and it didn't compile in Unicode build)

2006-12-16 15:11 VZ, revision 43989

added include/msvc/wx/setup.h

2006-12-16 15:09 VZ, revision 43988

test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the same

2006-12-15 23:15 RD, revision 43987

Fix for the Demos menu

2006-12-15 23:15 RD, revision 43986

wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE

2006-12-15 10:03 SC, revision 43985

adding common search field file

2006-12-15 06:14 SC, revision 43984

using native architecture for development builds only, saves half of the compiles

2006-12-15 01:47 VZ, revision 43983

fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

2006-12-15 01:32 VZ, revision 43982

respect background colour of wxStaticText in wxUniv

2006-12-15 01:30 VZ, revision 43981

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-15 01:20 VZ, revision 43980

mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494)

2006-12-15 01:09 VZ, revision 43979

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-14 17:45 VS, revision 43978

wxDFB's wxICON and wxBITMAP should use embedded XPMs, too

2006-12-14 16:53 VS, revision 43977

compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON

2006-12-14 14:13 VS, revision 43976

moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

2006-12-14 13:54 VS, revision 43975

fixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu items below a disabled item would be rendered incorrectly

2006-12-14 07:19 PC, revision 43974

make sure style is set on menubar before querying its size

2006-12-14 02:08 VZ, revision 43973

really removed __WIN95__ (as mentioned, but not done, in last commit)

2006-12-14 02:07 VZ, revision 43972

test for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHEDIT; don't even define __WIN95__ any more as it's not used anywhere

2006-12-14 00:07 MW, revision 43971

Fix for printf positional parameter check from Francesco.

2006-12-13 19:04 VZ, revision 43970

mention bcc Unicode build fix

2006-12-13 19:03 VZ, revision 43969

don't crash in Unicode build if command line arguments are not valid UTF-8 strings (bug 1614363)

2006-12-13 18:55 CE, revision 43968

add distrib\mac\pbsetup-sh to mac distro

2006-12-13 18:24 VZ, revision 43967

added 2.8.0.1-1 packaged by myself

2006-12-13 13:14 VZ, revision 43966

added a tiny script to build both ANSI and Unicode debian packages

2006-12-13 13:04 VZ, revision 43965

cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

2006-12-13 12:32 MW, revision 43964

Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match recent change of wxMBFILES.

2006-12-13 12:08 VS, revision 43963

make sure the window is fully painted before DirectFB WM shows it, otherwise artifacts could be seen on the screen

2006-12-13 09:46 CE, revision 43962

avoid configure, etc being in DOS format

2006-12-13 09:25 CE, revision 43961

move on to 2.8.1

2006-12-13 09:24 CE, revision 43960

tidy up

2006-12-13 09:18 CE, revision 43959

try toi fix readme readme

2006-12-13 08:49 CE, revision 43958

up to 2.8.0

2006-12-12 22:27 RR, revision 43957

Made wxSearchCtrl look like other text controls under GTK+.

2006-12-12 21:44 RR, revision 43956

Add a few more controls to the toolbar.

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

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

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

Add entry for 2.8.0.1

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

replaced 25 in libraries names with 28

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

Add hack for correct height of wxComboBox in toolbar.

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

regenerated

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

Compile fixes for Panther

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

Typo fix

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

Bump subrelease number

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

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

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

Mention wx.SearchCtrl

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

Also do LayoutControls from EVT_SIZE handler

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

Some more _BTN changes

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

Put a separator between the controls

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

comment out test code

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

fixed wxCSConv to work again for iso-8859-1

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

Fix compile error

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

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

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

reSWIGged

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

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

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

Remove AdjustedBestSize property since the function it calls is deprecated.

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

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

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

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

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

reSWIGged

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

Docstring fixes

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

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

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

Updating with Vadim's API changes.

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

removed unused variable

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

more SetXXXVisible/ShowXXX() replacements

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

added $Id$ to the header

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

added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL

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

mention wxSearchCtrl

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

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

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

wxSearchCtrl is an editable control (too)

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

deTABified

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

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

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

fix LaTeX syntax (non-escaped underscore)

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

compilation fix for USE_PCH==0

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

use wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro name

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

2.8.0

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

fix watcom problem (thanks ABX)

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

sorry about bad commit

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

fix missing includessrc/generic/srchctlg.cpp

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

Updated build files.

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

include bitmap.h

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

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

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

reSWIGged

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

Move #include of srchctrl.h to wxPython_int.h

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

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

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

size_t's --> int's

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

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

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

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

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

size_t passed to %d format specifier

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

added brief installation instructions for wxDFB port

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

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

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

removed code that already exist in ~wxTLWBase from ~wxTLW

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

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

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

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

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

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

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

added collpane sample

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

fixed off by one error in OnButtonSet()

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

compilation fix for g++ < 3.4 after last commit

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

switching to autorelease

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

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

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

Implemented Set button for date picker page.

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

Warning fix.

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

test popup menus with checkable items

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

wxStaticLineNameStr

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

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

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

Revert last commit.

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

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

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

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

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

indentation fixes

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

unused variable

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

Update Readme.txt

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

correct access for virtuals

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

SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

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

rename RemoveIdleSource to SuspendIdleCallback

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

mention wxCSConv(utf-16/32) fix

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

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

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

Unicode compilation fixes

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

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

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

default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

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

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

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

Mention that GetEditControl is only missing in Mac version.

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

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

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

fix for SetPosition/SetInsertionPoint when called during Freeze

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

Clear error if wxPyConvertSwigPtr failed

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

Use correct flags Chinese

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

MustHaveApp(wxWindow_FromHWND);

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

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

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

switching from native rtti to wxrtti

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

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

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

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

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

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

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

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

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

minor build tweaks

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

ignore a const overloaded method

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

bitwise vs. logical operator

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

static functions don't need an instance

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

correct access for virtual, declare variable only if used

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

class/struct mismatch

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

correct access for virtuals

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

correct access for virtuals

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

remove redundant test

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

use correct test

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

indentation fix

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

use computed justification

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

unused variable

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

fix wrong parenthesizing of boolean expressions

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

correct access for virtuals

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

minor cleanup

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

don't use %d to print pointer

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

correct access for virtuals

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

wxRect2DDouble --> wxRect2D

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

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

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

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

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

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

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

Correct Unicode support topic.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Add wxGraphicsMatrix::Get

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

Try using locale.getpreferredencoding

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

fix building/running of tex2rtf

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

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

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

distrib fixes

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

fix some warnings

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

Changed month

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

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

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

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

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

updated for 2.8.0 rc3

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

removed a couple of useless #if wxUSE_UNICODE tests

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

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

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

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

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

enable gnomeprint code by default

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

removed extra comma in --enable-dataviewctrl helpstring

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

Add ToggleWindowStyle

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

Add Get/SetLogicalFunction

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

Add 2.5 dirs to PREFIXES

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

Do not uninstall wxaddons module or files.

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

Document new location of the patched swig

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

fix typo

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

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

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

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

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

unused parameter warning fix after last change

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

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

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

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

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

fix (harmless) assert in virtual list control under Vista

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

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

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

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

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

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

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

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

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

allow dynamically changing most of text control styles in wxGTK

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

removed empty and unused CalculateScrollbar() method

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

added documentation of return value of ToggleWindowStyle()

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

added a small helper ToggleWindowStyle() function

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

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

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

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

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

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

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

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

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

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

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

Use font encoding

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

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

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

Added SetEncoding

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

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

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

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

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

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

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

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

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

Backport the fix for the boolean conflict with w32api 3.8.

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

Backport the fix for the boolean conflict with w32api 3.8.

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

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

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

Check for wxFS_READ in OpenFile.

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

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

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

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

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

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

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

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

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

Missing bracket.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

we must turn off AA for XOR etc.

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

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

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

paper size, duplex support

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

missing reversed orientation assignments

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

adding raster op hook to graphics context

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

adding raster op hook

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

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

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

no changes, just de TABified

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

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

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

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

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

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

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

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

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

Text style fix

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

better fix for keeping m_pos in sync

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

fix memory leak and performance problem in Freeze

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

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

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

removed 2 more extra '{'s

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

escape underscores to fix the docs build

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

remove extra '{' which broke docs compilation

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

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

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

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

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

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

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

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

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

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

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

escape '<' in strings with Pango markup

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

reSWIGged

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

Typo and whitespace tweaks

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

Implemented wxLocale::IsAvailable for unix systems

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

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

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

Fix compile error

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

Ensure that the listctrl takes the focus on left-click

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

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

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

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

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

Fix DrawHeaderButton

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

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

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

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

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

destroy IDirectFBWindow in wxTLW dtor

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

Fixed insertion point bug

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

implemented wxFontEnumerator for wxDFB

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

Return optimal label width from DrawHeaderButton

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

Correction to style code

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

Correction to accessors

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

[ 1604925 ] Fix loading MIME types for KDE

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

Removed redundant code

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

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

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

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

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

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

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

use a more appropriate setter for the Selection property

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

Another package name fix

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

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

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

fixed unused variable warning

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

A couple new simple tests

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

reSWIGged

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

Added scripts to build debian packages

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

regenned ReST docs

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

Avoid assert on Mac

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

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

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

Rename boolean to wxjpeg_boolean to avoid conflicts.

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

Fix one-off error in virtual wxListCtrl.

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

added wxAuiNotebook::Split() documentation

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

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

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

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

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

Added wxAuiNotebook::GetPageText, GetPageBitmap

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Compile fix of no backtrace() is present.

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

reSWIGged

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

Test for wx.TB_HORZ_LAYOUT too

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

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

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

Fixed some typos

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

avoid assert in DoGetBestSize() for an empty tree

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

cache the best size in overridden DoGetBestSize()

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

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

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

added test for Get/UngetWriteBuf()

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

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

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

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

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

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

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

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

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

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

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

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

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

copy setup.h from setup0.h

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

up to 2.8.0rc

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

add setup.h to tarball

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

remove .# from makefile tarball

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

fix SF bug 1602033

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

first try at getting os watcom makefiles

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

Warning fixes and source cleaning.

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

Warning fix for eVC4 build.

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

create single htb and htm docs

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

Check for G_FILENAME_ENCODING=@locale case insensitively.

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

Cast adjusted to expected integer range.

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

Implement SetItemState for native virtual listctrl.

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

Updates for AUI wrappers.

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

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

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

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

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

Added DnD guard

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

Further wxRTC doc updates

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

replaced some chars with wxChars (patch from Tim Kosse)

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

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

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

destroy IDirectFBWindow in wxTLW dtor

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

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

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

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

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

[ 1602454 ] [docs] Fix wxANIM_ enum values

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

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

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

selection bug fixed in wxAuiNotebook

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

wxAuiNotebook minor tab art interface cleanups

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

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

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

Styles now sorted alphabetically

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

reSWIGged

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

Compilation fixes

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

Add GetWindowBorderSize

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

More layout tweaks for wxComboCtrl on Mac

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

Added DrawComboBoxDropButton and DrawPushButton to wxRendererNative for Mac.

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

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

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

Fix tree size calculation by using logical item position

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

fix missing int return type

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

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

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

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

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

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

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

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

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

added wxWindow::GetWindowBorderSize()

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

IPC sample projects renamed from ipc_xxx to ipc_ipcxxx

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

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

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

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

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

Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

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

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

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

Added missing include for FILE

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

another notebook event fix

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

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

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

fix for bakefile and autoconf changes

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

Link fix for GTK 1.2 debug.

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

Actually use new GTK+ native assert dialog.

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

Actually compile GTK+ native assert dialog.

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

Commit FM's GTK+ native assert dialog code.

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

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

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

Correct include file for wxGetActiveWindow()

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

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

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

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

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

test resizeable calendar control

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

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

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

handle wxXmlResource::Load() errors

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

prep flags, code indentation

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

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

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

correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX

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

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

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

fix daily builds

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

typo: s/if/is/

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

fixed notebook event bug

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

Remove debugging statement.

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

Allow import checks to be turned off via preference.

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

reSWIGged

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

Fixes for new AUI changes

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

Updates from Dan

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

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

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

Avoid crash when trying to access m_window from wxScreenDC.

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

CoreGraphics only supports the wx.COPY logical function.

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

Added setters for print and page data

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

fix broken script with brackets

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

Crash bug fix (don't access NULL pointer)

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

Remove unneeded code in wxWindowDC::DoGetPartialTextExtents

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

PCH build fix.

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

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

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

Final steps to move to common icon.

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

PCH build fix.

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

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

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

include X11/Xutil.h for wxMotif compilation

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

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

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

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

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

improvements to wxPickerBase default proportion values (patch 1525578)

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

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

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

update from suzumizaki (patch 1522506)

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

update from suzumizaki (patch 1522241)

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

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

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

wxPathList cleanup by Francesco (patch 1521481)

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

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

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

generate middle click events (patch 1521314)

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

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

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

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

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

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

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

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

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

allow customization of individual grid lines appearance (patch 1496015)

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

fixed typos in last check in

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

protect gs_allThreads with a mutex (modified patch 1518719)

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

documentation for wxAppTraits (patch 1518295 from Francesco)

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

distrib changes to enable graphics context and add gdiplus.dll

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

reSWIGged

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

helpers and typemaps for new GraphicsContext methods

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

better comments

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

reentrance methods

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

~wxPoint2D

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

Get/Set LayoutDirection

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

Add wxOverlay

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

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

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

removed duplicate pane bug in sample application

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

readded window ptr check

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

assert if user tries to add pane with same name

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

current page bug fix in wxAuiNotebook

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

Turn off spell-checking in the demo log window.

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

Add missing platform guard.

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

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

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

regenned docs

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

reSWIGged

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

Ensure the old tree item still exists before using it

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

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

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

put unicows.dll in the python dir

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

2.7 --> 2.8

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

Show GridCellAutoWrapStringRenderer

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

Docstring tweaks

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

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

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

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

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

floating pane size now restores after perspective restore

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

fixed a center pane bug in sample

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

don't expose M_FONTDATA in public header

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

fixed to remove wxFontRefData as intended and not wxFontData

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

don't expose M_FONTDATA in public header

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

don't expose M_FONTDATA in public header

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

toolbar docking bug fixed

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

Further wxRTC doc additions

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

Trailing newline.

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

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

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

avoid using old directory

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

change unix script so lower case zip and exe

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

Some typo fixes

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

comment improvements/fixes

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

update for 2.8.0 from Stephane Junique

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

Compile fix for --disable-ffile.

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

Add notes on wxZip changes.

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

Correct the comments on wxFileSystem changes.

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

Copy and paste error.

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

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

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

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

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

allow programmatic access to start pane dragging

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

recreate the control when wxCAL_SEQUENTIAL_MONTH_SELECTION style is toggled

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

require bakefile-0.2.1; remove workarounds for older versions

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

document GetSelection(from, to) (bug 1592221)

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

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

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

added possibility to create wxDatePickerCtrl without any initial date

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

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

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

added missing blank line

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

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

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

wxCHECK_GCC_VERSION() takes 2 parameters, not 3

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

some build/install tweaks

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

reSWIGged

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

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

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

Small cleanup. Set caret position when calling SetSelection.

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

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

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

Add 'combo' to __all__

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

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

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

py2exe finds the DLL now

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

Added wx.combo.BitmapComboBox

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

Add wxFS_SEEKABLE to wxFileSystem::OpenFile calls for images.

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

[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap

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

[ 1598662 ] Fix some mispelled event macros in docs

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

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

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

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

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

Document wxFS_XXXX flags for wxFileSystem::OpenFile.

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

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

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

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

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

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

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

reSWIGGed

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

Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox

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

demo tweaks

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

forceTrueColour parameter

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

remove unused file

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

Hopefully fixed misplaced printout in libgnomeprint.

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

include correct XPMs (Unix compilation fix after last commit)

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

tab drawing fix for vista

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

manager should always be set in pane events

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

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

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

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

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

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

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

minor typo fixes (part of patch 1598005)

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

use correct bitmap dimension in DetermineIndent()

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

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

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

added chart icon for non-MSW ports too

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

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

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

Removed obsolete code Added some more event types Added back GetStyleForRange

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

aui documentation updates

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

added wxAuiManager::GetManager() call

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

fixed warning about junk after #endif

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

renamed wxAUI_ART to wxAUI_DOCKART

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

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

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

Implemented forceTrueColour in SetBestVisual.

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

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

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

Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER

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

Added wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow saving HTML fragments

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

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

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

Limit indentation in style listbox, and also show centring

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

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

2006-11-17 01:54 VZ, revision 43456

don't set A4 paper size, use the system default instead

2006-11-16 23:43 RD, revision 43455

Wrap the setting of the initial content and formatting in Freeze/Thaw

2006-11-16 23:43 RD, revision 43454

Layout tweak

2006-11-16 23:38 RD, revision 43453

Added the wx.combo module, which contains the ComboCtrl and ComboPopup classes.

2006-11-16 23:36 RD, revision 43452

Corrected double destruction of views

2006-11-16 23:33 VZ, revision 43451

disable mmedia contrib for wxMGL (blunt fix for tinderbox compilation error)

2006-11-16 23:31 RD, revision 43450

Added wxStandardPaths::GetExecutablePath

2006-11-16 20:45 BIW, revision 43449

added missing button state

2006-11-16 19:03 MW, revision 43448

Fix not recognising '/' on Windows.

2006-11-16 18:48 BIW, revision 43447

notebook window list popup positioning fixes

2006-11-16 18:46 BIW, revision 43446

minor tab drawing improvements

2006-11-16 14:30 MW, revision 43445

Change the factory constructor to not use a predefined wxMBConv object as it prevents global instances of the factories. The predefined converters are references which may not have been initialised when a global factory's constructor runs.

2006-11-16 14:02 VZ, revision 43444

wxMGL/Unix compilation fix attempt

2006-11-16 13:31 JJ, revision 43443

Solves 2 problems I encounterd on OpenVMS : stdpaths.cpp : missing rourtine in VMS part bitmap.cpp : type casts WXPixmap changed to Pixmap Modified Files: wxWidgets/src/unix/stdpaths.cpp wxWidgets/src/x11/bitmap.cpp

2006-11-16 11:01 BIW, revision 43442

pane buttons are now vertically centered

2006-11-16 10:39 BIW, revision 43441

removed a bunch of wxCHECK_VERSION(2,7,0)'s because aui isn't 2.6.x-backportable anymore

2006-11-16 08:25 BIW, revision 43440

use real alpha blending algorithm to avoid sickly looking colors on some platforms

2006-11-16 08:21 BIW, revision 43439

consolidated duplicated static functions into one file

2006-11-16 08:00 SN, revision 43438

Wrong version checked in last time, this time we really: - avoid problems when calling lxlite on unix style filenames (starting /). - rely on default compression options when calling lxlite.

2006-11-16 07:33 JS, revision 43437

Removed new function

2006-11-16 06:13 BIW, revision 43436

docking crash fix patch applied

2006-11-15 23:03 JS, revision 43435

Made new functions non-virtual

2006-11-15 19:00 RR, revision 43434

[ 1596568 ] Fix for bug 1595339

2006-11-15 17:57 SN, revision 43433

Avoid problems when calling lxlite on absolute unix style filenames (starting /) Rely on default compression options when calling lxlite.

2006-11-15 15:59 JS, revision 43432

Small bug fixes Added GetStyleForRange to wxRichTextCtrl HasCharacter/ParagraphAttributes range now consistent with other functions in wxRichTextCtrl

2006-11-15 15:46 VS, revision 43431

fixed wx-config symlink creation with non-empty DESTDIR

2006-11-15 10:07 BIW, revision 43430

fixed wrong parameter types in FindToolForPosition

2006-11-15 08:59 RR, revision 43429

Check if DnD is started from a mouse event.

2006-11-15 01:01 KO, revision 43428

Column position changes after each delete, so always delete the 0 column.

2006-11-14 23:55 VZ, revision 43427

backported changes from gtk/window.cpp rev 1.678 (bug 1531348)

2006-11-14 22:50 VZ, revision 43426

backported chnage in 1.115 of src/gtk/dnd.cpp (bug 1531348)

2006-11-14 22:03 RD, revision 43425

Use a swig macro for generating the call to the _setCallbackInfo function so it's easy to fiddle with, if needed.

2006-11-14 21:52 RD, revision 43424

2.7 --> 2.8

2006-11-14 21:51 RD, revision 43423

fix typo

2006-11-14 21:19 RR, revision 43422

Fix X server hang in DND.

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

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

2006-11-14 18:33 VZ, revision 43420

corrected version after last commit

2006-11-14 18:27 VZ, revision 43419

added entry for 2.8.0-rc2

2006-11-14 17:48 RR, revision 43418

The usual RTL fix for GTK+'s theme drawing function.

2006-11-14 16:23 JS, revision 43417

Applied patch to 2.6 already applied to CVS head: [ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemovePage

2006-11-14 15:44 VZ, revision 43416

regenerated after last autoconf_inc.m4 change

2006-11-14 15:29 BIW, revision 43415

restore brush properly

2006-11-14 14:51 BIW, revision 43414

another GradientFillLinear fix

2006-11-14 14:20 VZ, revision 43413

fix compilation when one of wxUSE_LISTCTRL and wxUSE_TREECTRL is defined but the other is not (modified patch 1596323)

2006-11-14 14:05 VZ, revision 43412

GdiplusStartup() takes ULONG_PTR, not DWORD (patch 1596318); also deTABified

2006-11-14 14:03 JS, revision 43411

Omission and bug fix

2006-11-14 13:10 MW, revision 43410

Compile fix for the version of VC8 included in the 2003 PSDK.

2006-11-14 12:32 VZ, revision 43409

include advanced Unix files in wxMGL build under Unix (trying to fix wxMGL link errors in the tinderbox...)

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

label the different gradient pictures clearly

2006-11-14 11:32 BIW, revision 43407

fixed gradient direction in GradientFilLinear for all non-msw ports

2006-11-14 10:20 RR, revision 43406

Just use the already existing wxRenderer::DrawItemSelectionRect() from wxListCtrl and wxTreeCtrl; and document it...

2006-11-14 09:51 JJ, revision 43405

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

2006-11-14 00:22 RD, revision 43404

revert part of my recent change, fixing the libwxbase and libwxgtk package names

2006-11-13 21:43 BIW, revision 43403

corrected wrong tab colors

2006-11-13 21:00 BIW, revision 43402

corrected sentence

2006-11-13 19:50 VZ, revision 43401

disable wxGLCanvas for wxMGL and wxDFB which don't support it

2006-11-13 18:39 BIW, revision 43400

added new features to welcome page

2006-11-13 18:25 BIW, revision 43399

minor tab height bug fix

2006-11-13 18:09 RD, revision 43398

Don't use wxLB_EXTENDED with the checklistbox

2006-11-13 17:08 JS, revision 43397

Corrected wxMultiChoiceDialog if wxCheckListBox is used

2006-11-13 15:48 JS, revision 43396

Added further icons

2006-11-13 15:03 RR, revision 43395

Minor change to stackwalker.

2006-11-13 14:45 VZ, revision 43394

fix some gcc warnings due to SQLINTEGER not being long under OS X

2006-11-13 12:01 VZ, revision 43393

fix conflict with BOOL definition in X11/Xmd.h (bug 1592325); also unified all different BOOL fixes in a single one

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

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

2006-11-13 09:51 BIW, revision 43391

readded layer insert code

2006-11-13 09:37 JS, revision 43390

Trailing newline

2006-11-13 07:55 BIW, revision 43389

documentation updates

2006-11-13 07:03 BIW, revision 43388

tab ctrl height api fix

2006-11-13 00:24 KO, revision 43387

Disable SortItems support for now, it is causing a crash on the wxPython side and we get the column click event too late to affect the initial sort.

2006-11-12 23:43 RD, revision 43386

reSWIGged

2006-11-12 23:41 RD, revision 43385

Adjust the layout a bit, don't show the checkbox if we're not running the demo framework.

2006-11-12 23:34 VZ, revision 43384

attempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build)

2006-11-12 23:34 VZ, revision 43383

changed last DrawButton() parameter from bool to int to allow for future extensions (patch 1595264)

2006-11-12 23:18 VZ, revision 43382

put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration

2006-11-12 22:37 VZ, revision 43381

wxStandardPathsCF::GetExecutablePath() implementation doesn't use CF API but Carbon one and so doesn't compile in wxCocoa, don't use it there

2006-11-12 22:35 VZ, revision 43380

wxCocoa doesn't have multi point wxRegion ctor neither

2006-11-12 22:33 VZ, revision 43379

don't assert if 'c' key is pressed when there is no selection

2006-11-12 22:16 VZ, revision 43378

call SetAnimation() from the ctor instead of just assigning m_animation directly to ensure that UpdateBackingStoreWithStaticImage() is initially called

2006-11-12 21:57 MW, revision 43377

Small fix.

2006-11-12 21:52 VZ, revision 43376

use wxFputs(s) instead of puts(s.mb_str()) to avoid crashes when conversion fails (see bug 1591388)

2006-11-12 21:49 MW, revision 43375

Add wxTar docs.

2006-11-12 21:47 MW, revision 43374

Add links to the zip and tar classes.

2006-11-12 21:45 MW, revision 43373

Fix a couple of small errors.

2006-11-12 21:43 VZ, revision 43372

show all available information in the dialog (somewhat modified patch 1592306)

2006-11-12 21:38 VZ, revision 43371

in addition to wxWinCE, also set background colour explicitly for GTK1, otherwise it is black there

2006-11-12 21:25 VZ, revision 43370

GetColumnTextValue() can't return a reference to a temporary string, so changed it to return wxString by value

2006-11-12 21:18 VZ, revision 43369

gcc warning fix: don't use NULL where integer is required

2006-11-12 21:01 BIW, revision 43368

gtk crash fix

2006-11-12 20:53 RR, revision 43367

Add cast

2006-11-12 20:32 BIW, revision 43366

tab sizing and split sizing fixes

2006-11-12 20:29 VZ, revision 43365

added aui and richtext and also some extra (probably unneeded) dependencies (patch 1590292)

2006-11-12 20:13 VZ, revision 43364

removed obsolete src/make*.env files

2006-11-12 20:06 VZ, revision 43363

made GetMultiLineTextExtent() const (part of patch 1595123)

2006-11-12 19:55 VZ, revision 43362

fixed probable typo

2006-11-12 19:55 VZ, revision 43361

compilation fix after last commit

2006-11-12 18:55 CE, revision 43360

add places to change the version for distribution

2006-11-12 18:50 CE, revision 43359

update for bakefile 0.2.1-xx

2006-11-12 18:01 JS, revision 43358

Typo fix

2006-11-12 17:58 JS, revision 43357

Fixed compile error on Wine due to type mismatch

2006-11-12 16:47 JS, revision 43356

Note about Unicode builds not working

2006-11-12 16:40 JS, revision 43355

Added newline for PDF RTF

2006-11-12 16:35 JS, revision 43354

Added missing arg

2006-11-12 16:30 JS, revision 43353

Use LONG instead of long (some Wine headers complain)

2006-11-12 16:16 BIW, revision 43352

some doc updates

2006-11-12 16:07 JS, revision 43351

Wine fix

2006-11-12 16:06 SN, revision 43350

Applied toolbar patch for wxTB_RIGHT support (patch #1595081).

2006-11-12 15:54 JS, revision 43349

Wine fixes

2006-11-12 15:42 MW, revision 43348

Update archive overview for class factory changes.

2006-11-12 15:39 JS, revision 43347

Wine fixes

2006-11-12 14:33 RR, revision 43346

Applied wxStackWalker improvement part of item #1591718, [wxGTK] Native assert dialog and optimized stack walker

2006-11-12 13:53 JS, revision 43345

Added some more 2.8 large features

2006-11-12 13:36 JS, revision 43344

Version update

2006-11-12 13:35 JS, revision 43343

Wine fix

2006-11-12 13:27 RR, revision 43342

Send delete item event just before the item is actually deleted (as per wxMSW). Also include the client data (long value) in the event.

2006-11-12 13:11 JS, revision 43341

GTK+1 fix

2006-11-12 12:58 RR, revision 43340

[ 1590221 ] wxStandardPaths::GetExecutablePath Required for optimised stackwalker patch.

2006-11-12 12:47 JS, revision 43339

Fix for GTK+1

2006-11-12 12:12 JS, revision 43338

Version updates

2006-11-12 12:09 JS, revision 43337

Manual Version update Filled in a few blanks

2006-11-12 05:21 KO, revision 43336

Remove incorrect change that accidently made it into commit.

2006-11-12 04:08 KO, revision 43335

Add scrollbars if the columns exceed the horizontal space for the control, also, have SetColumnWidth store the value in the column's wxListItem.

2006-11-12 02:47 RD, revision 43334

reSWIGged

2006-11-12 02:44 RD, revision 43333

Some more details about CollapsiblePane

2006-11-12 02:40 RD, revision 43332

demo tweaks

2006-11-12 02:37 RD, revision 43331

Add wx.version()

2006-11-12 02:33 RD, revision 43330

Add wxSimpleHtmlListBox

2006-11-12 02:32 RD, revision 43329

move the include of collpane.h to the main header

2006-11-12 01:01 KO, revision 43328

Switching to a keyed list for storing information about the column data in each row, so that columns need not be set sequentially. Also, a tweak for drawing colored backgrounds when wxLC_VRULES is set, and add a few guards before calling GetColumnInfo().

2006-11-11 23:48 KO, revision 43327

Adding the option to toggle between native and generic listctrl.

2006-11-11 22:14 VZ, revision 43326

update from Jonas Rydberg

2006-11-11 22:14 BIW, revision 43325

beginnings of wxAuiNotebook documentation

2006-11-11 22:12 VZ, revision 43324

also check for RenameGroup() calls which don't/shouldn't work

2006-11-11 22:11 VZ, revision 43323

fix the bug with renaming groups leaving wxFileConfig in inconsistent state (closes 705022)

2006-11-11 22:10 BIW, revision 43322

added wxAuiNotebook and wxAuiTabArt to classes.tex and category.tex

2006-11-11 22:04 BIW, revision 43321

added documentation stub files for wxAuiNotebook and wxAuiTabArt

2006-11-11 22:00 VZ, revision 43320

extend RenameGroup() test to demonstrate the bug 705022

2006-11-11 21:59 VZ, revision 43319

use CPPUNIT_ASSERT_EQUAL() to be able to see the error in wxFileConfig tests easier

2006-11-11 20:38 RD, revision 43318

wxFD_SETSIZE --> FD_SETSIZE

2006-11-11 20:23 VZ, revision 43317

added include/msvc/wx/setup.h

2006-11-11 20:20 VZ, revision 43316

updated version to 2.8

2006-11-11 20:06 RD, revision 43315

Patch [ 1594353 ] Fix for wxCollapsiblePane docs

2006-11-11 20:02 RD, revision 43314

Remove superfluous assert that conflicts with style settings needed on wxGTK to get the same effect.

2006-11-11 19:53 RD, revision 43313

Set default version to "28"

2006-11-11 17:19 SN, revision 43312

Need to check for getsockopt argument in C++ mode.

2006-11-11 16:54 CE, revision 43311

fix missing path

2006-11-11 12:58 CE, revision 43310

fix missing =

2006-11-11 12:05 CE, revision 43309

copy CHM files; change location of version

2006-11-11 12:00 CE, revision 43308

copy CHM files; change location of version

2006-11-11 10:25 JS, revision 43307

Removed trailing comma

2006-11-11 10:24 JS, revision 43306

Added missing include

2006-11-11 10:11 JS, revision 43305

Added missing include

2006-11-11 08:01 RD, revision 43304

reSWIGged

2006-11-11 07:43 RD, revision 43303

SetOrientationReversed

2006-11-11 07:42 RD, revision 43302

test code

2006-11-11 07:40 RD, revision 43301

Added wx.CollapsiblePane

2006-11-11 07:32 RD, revision 43300

Some wxCollapsiblePane tweaks: - Use wxCP_DEFAULT_STYLE - Share a single wxCollapsiblePaneNameStr for the native and generic versions - Use a wxPanel for the pane so tab traversal works in the pane

2006-11-11 05:41 KO, revision 43299

A more complete fix for the generic control border issue, a fix for getting/setting wxListItemAttr info for the native control, fixes for HitTest considering the column the 0 item, and for GetItemRect being one off in virtual mode. Also a fix for the function call when using a custom sort routine.

2006-11-11 01:15 VZ, revision 43298

corrected exit/about menu command ids in the code after replacing them with the stock ones in the resources

2006-11-11 00:36 RR, revision 43297

Use wxGTK_CONV instead of wxConvUTF8

2006-11-11 00:22 RR, revision 43296

Added native selection rectangle drawing.

2006-11-10 22:49 MW, revision 43295

A couple more tests.

2006-11-10 22:48 MW, revision 43294

Fixes for wxVsnprintf not always null terminating and not always copying as much as will fit.

2006-11-10 22:44 ABX, revision 43293

WinCE background fix. Perhaps not only WinCE problem???.

2006-11-10 22:42 MW, revision 43292

Fix for wxVsnprintf's %n.

2006-11-10 20:55 KO, revision 43291

Fix typo with adding wxNO_BORDER to the native control.

2006-11-10 20:49 ABX, revision 43290

Update os2/ow makefiles.

2006-11-10 20:37 SC, revision 43289

redirecting missing implementations to textctrl

2006-11-10 20:35 ABX, revision 43288

stub for wxOS2 region ctor from points.

2006-11-10 20:05 ABX, revision 43287

Update mgl/ow makefiles.

2006-11-10 19:58 ABX, revision 43286

Add wxRegion ctor from array of points to wxMGL.

2006-11-10 19:15 RD, revision 43285

Add DLL export macro

2006-11-10 19:14 RD, revision 43284

Compile fix to match change made in header

2006-11-10 17:40 BIW, revision 43283

added private wxAUI_MGR_NO_DOCK_SIZE_LIMIT flag

2006-11-10 16:30 BIW, revision 43282

small fixed-wixth tab sizing bug fixed

2006-11-10 16:16 VZ, revision 43281

stub out wxRegion ctor not implemented in wxMGL and wxDFB to at least fix compilation

2006-11-10 16:13 VZ, revision 43280

use WXSIZEOF() instead of hardcoded numbers of points in the arrays

2006-11-10 16:03 VZ, revision 43279

removed const before WXCOLORREF because (1) g++ 3.1 doesn't like it and (2) it doesn't seem to make sense on an array type (why is WXCOLORREF an array anyhow?)

2006-11-10 16:00 MW, revision 43278

Make the function passed to wxStringToIntType a template parameter instead of assuming its type.

2006-11-10 15:48 JS, revision 43277

Added outline level Removed unnecessary wxRichTextAttr::CopyTo

2006-11-10 15:35 CE, revision 43276

add version to docs

2006-11-10 15:26 CE, revision 43275

add version to Inno Setup

2006-11-10 15:21 VZ, revision 43274

rearrange tests for long long again to avoid clashes with SIZEOF_LONG_LONG defined by other packages

2006-11-10 15:17 BIW, revision 43273

factored out CalculateHintRect() from DrawHintRect(); hint fix in auibook

2006-11-10 15:16 VZ, revision 43272

wxCocoa compilation fixes (include OpenGL/glu.h there too)

2006-11-10 13:47 BIW, revision 43271

fixed clipping regression in wxAuiNotebook

2006-11-10 13:19 CE, revision 43270

local Bkgen add bakefile_gen dir

2006-11-10 12:59 VZ, revision 43269

regenerated with post 0.2.1rc1 bakefile to restore --out-implib=xxx

2006-11-10 12:40 VZ, revision 43268

use C++ for variadic macros test as e.g. gcc 2.95.4 supports them while g++ 2.95 does not

2006-11-10 12:36 VZ, revision 43267

use C++ compiler for timezone test, otherwise wrong timezone is detected under cygwin

2006-11-10 12:19 CE, revision 43266

add bakefile_gen dir

2006-11-10 11:36 CE, revision 43265

add CHM and makefiles to daily build

2006-11-10 11:31 MW, revision 43264

Missing header.

2006-11-10 09:00 MW, revision 43263

Remove wxFS_WRITE since it is not available in this release.

2006-11-10 08:11 BIW, revision 43262

ability to create tab mdi children without activating page

2006-11-10 07:35 JS, revision 43261

Theme fix for Mac

2006-11-10 06:23 BIW, revision 43260

updated nomenclature in menu item

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

Fix object ownership issues

2006-11-10 03:59 RD, revision 43258

Move version number to 2.8.0.0

2006-11-10 02:32 , revision 43257
  • A /wxWidgets/branches/unlabeled-1.50.4
  • D /wxWidgets/branches/unlabeled-1.50.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.50.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.50.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.50.4/art
  • D /wxWidgets/branches/unlabeled-1.50.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.50.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.50.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.50.4/build
  • D /wxWidgets/branches/unlabeled-1.50.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.50.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.50.4/configure
  • D /wxWidgets/branches/unlabeled-1.50.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.50.4/contrib
  • D /wxWidgets/branches/unlabeled-1.50.4/debian
  • D /wxWidgets/branches/unlabeled-1.50.4/demos
  • D /wxWidgets/branches/unlabeled-1.50.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.50.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.50.4/distrib
  • D /wxWidgets/branches/unlabeled-1.50.4/docs
  • D /wxWidgets/branches/unlabeled-1.50.4/include
  • D /wxWidgets/branches/unlabeled-1.50.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.50.4/lib
  • D /wxWidgets/branches/unlabeled-1.50.4/locale
  • D /wxWidgets/branches/unlabeled-1.50.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.50.4/misc
  • D /wxWidgets/branches/unlabeled-1.50.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.50.4/regen
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/access
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/animate
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/aui
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/caret
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/collpane
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/combo
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/config
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/console
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/controls
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dataview
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/db
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/display
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/docview
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/erase
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/event
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/except
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/exec
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/font
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/grid
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/help
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/html
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/Info.plist
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/image
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/internat
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/layout
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/menu
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/png
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/popup
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/power
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/printing
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/render
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/resource
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/richtext
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/sound
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/splash
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/stctest.cpp
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/svg
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/tab
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/text
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/thread
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/validate
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.50.4/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.50.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.50.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.50.4/src
  • D /wxWidgets/branches/unlabeled-1.50.4/tests
  • D /wxWidgets/branches/unlabeled-1.50.4/utils
  • D /wxWidgets/branches/unlabeled-1.50.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.50.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.50.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.50.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.50.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.50.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.50.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.50.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.50.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.50.4/wxX11.spec

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

2006-11-10 02:32 , revision 43256
  • A /wxWidgets/branches/unlabeled-1.44.4
  • D /wxWidgets/branches/unlabeled-1.44.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.44.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.44.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.44.4/art
  • D /wxWidgets/branches/unlabeled-1.44.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.44.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.44.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.44.4/build
  • D /wxWidgets/branches/unlabeled-1.44.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.44.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.44.4/configure
  • D /wxWidgets/branches/unlabeled-1.44.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.44.4/contrib
  • D /wxWidgets/branches/unlabeled-1.44.4/debian
  • D /wxWidgets/branches/unlabeled-1.44.4/demos
  • D /wxWidgets/branches/unlabeled-1.44.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.44.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.44.4/distrib
  • D /wxWidgets/branches/unlabeled-1.44.4/docs
  • D /wxWidgets/branches/unlabeled-1.44.4/include
  • D /wxWidgets/branches/unlabeled-1.44.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.44.4/lib
  • D /wxWidgets/branches/unlabeled-1.44.4/locale
  • D /wxWidgets/branches/unlabeled-1.44.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.44.4/misc
  • D /wxWidgets/branches/unlabeled-1.44.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.44.4/regen
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/access
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/animate
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/aui
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/caret
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/collpane
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/combo
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/config
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/console
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/controls
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dataview
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/db
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/display
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/docview
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/erase
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/event
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/except
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/exec
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/font
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/grid
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/help
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/html
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/Info.plist
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/image
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/internat
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/layout
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/menu
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/png
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/popup
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/power
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/printing
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/render
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/resource
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/richtext
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/sound
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/splash
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/stc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/tab
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/text
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/thread
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/validate
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.44.4/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.44.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.44.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.44.4/src
  • D /wxWidgets/branches/unlabeled-1.44.4/tests
  • D /wxWidgets/branches/unlabeled-1.44.4/utils
  • D /wxWidgets/branches/unlabeled-1.44.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.44.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.44.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.44.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.44.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.44.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.44.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.44.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.44.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.44.4/wxX11.spec

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

2006-11-10 02:32 RD, revision 43255

Move version number to 2.8.0.0 and rebake the makefiles

2006-11-10 01:33 VZ, revision 43254

regenerated after last changes

2006-11-10 01:32 VZ, revision 43253

undid CFLAGS to CXXFLAGS chane (rev 1.1121) which is not necessary any more; fixed a couple of problems with using WX_CHECK_FUNCS() (missing header)

2006-11-10 01:00 VZ, revision 43252

use AC_CACHE_CHECK instead of AC_MSG_CHECKING + check to avoid unnecessary checking for cached tests

2006-11-10 00:40 VZ, revision 43251

use C++ compiler for the tests which do require it (from rev 1.1118 a.k.a. BEFORE_LANG_CXX)

2006-11-10 00:20 VZ, revision 43250

use std menu ids for stock items

2006-11-10 00:17 VZ, revision 43249

disable bogus test

2006-11-09 22:45 MW, revision 43248

Workaround for BCC 5.5/5.5.1 _wopen bug.

2006-11-09 22:27 JS, revision 43247

Added simple setup-creating script. See top of createsetup.sh for details.

2006-11-09 22:14 BIW, revision 43246

minor tab theme touch-ups

2006-11-09 22:06 BIW, revision 43245

wxAuiMDI* now more accurately respects normal mdi event sequence

2006-11-09 21:58 BIW, revision 43244

fixed bad crasher in wxAuiNotebook

2006-11-09 21:22 ABX, revision 43243

Mention changes for setup.exe

2006-11-09 21:11 KO, revision 43242

Fix typo in demo name for AnimateCtrl.

2006-11-09 20:33 JS, revision 43241

Slight fixing of .iss file

2006-11-09 20:22 JS, revision 43240

Some documentation enhancements for wxRichTextCtrl Comment fixes

2006-11-09 20:15 KO, revision 43239

On Mac, when selection is drawn in grey (i.e. unfocused), text color needs to be black.

2006-11-09 20:12 KO, revision 43238

Allow selection items to be toggled using CMD key when the listbox style is wxLB_EXTENDED.

2006-11-09 20:04 RD, revision 43237

Update virtuals to new API

2006-11-09 20:04 RD, revision 43236

GetData can only be called within the DnD operation, so don't make it a property to protect it from beign called by object browsers

2006-11-09 20:03 RD, revision 43235

fixed wrong pathnames for wxPIA samples

2006-11-09 20:02 RD, revision 43234

pass sys.argv to glutInit

2006-11-09 20:01 RD, revision 43233

fix for unicode build

2006-11-09 19:48 SC, revision 43232

adding reverse orientation

2006-11-09 18:00 RD, revision 43231

Alwayas use SetValue in Create so m_date will be in sync

2006-11-09 17:58 RD, revision 43230

Correct names of some event binders

2006-11-09 16:42 BIW, revision 43229

flicker reduction on gtk

2006-11-09 15:44 VZ, revision 43228

shave 30KB off configure size by using a single AC_CHECK_HEADER() for multiple headers instead of 6 different AC_CHECK_HEADER() calls which are strictly quivalent but expand the macro 5 times unnecessarily

2006-11-09 15:35 VZ, revision 43227

include widec.h if it's available, it contains declarations of [f]putws() under Solaris

2006-11-09 15:30 VZ, revision 43226

use C compiler for tests again, it's useless to use the C++ one for AC_CHECK_FUNCS() test anyhow; do use WX_CHECK_FUNCS() instead of several AC_CHECK_FUNCS() where we need to make sure that the function declaration is available

2006-11-09 13:18 JJ, revision 43225

Committing in . Update OpenVMS makefile Modified Files: wxWidgets/src/xrc/descrip.mms

2006-11-09 13:13 VZ, revision 43224

regenerated with bakefile rev 938: use -Wl,--out-implib=foo now instead of -Wl,--out-implib,foo which exposes a bug in mingw32/cygwin option parsing

2006-11-09 12:08 VZ, revision 43223

don't create version-script file if it's not used

2006-11-09 12:03 VZ, revision 43222

don't use version script under cygwin/mingw32, it's useless and breaks the link after latest autoconf-2.60-related bakefile 0.2.1 changes

2006-11-09 11:20 VZ, revision 43221

replaces some lists with trees (bug 1593248 and more)

2006-11-09 11:05 JS, revision 43220

Adding rich text dialogs file so anyone can modify/regenerate the UI

2006-11-09 10:40 JS, revision 43219

Don't compile rich text handler unless wxUSE_RICHTEXT_XML_HANDLER is 1

2006-11-09 06:49 BIW, revision 43218

mild gradients for the glossy theme

2006-11-09 01:25 MW, revision 43217

Additional tests for wxVsnprintf, originally to test the copy from the scratch, but actually shows up problems elsewhere.

2006-11-09 01:15 MW, revision 43216

Forgot to remove wxBackingFile from the changes.txt. It was kept internal as it's api will change for read/write and it may be integrated into wxStreamBuffer.

2006-11-09 00:59 VZ, revision 43215

override wxUSE_MS_HTML_HELP setting and set it to 0 under platforms other than MSW to fix compilation/linking problems in src/common/cshelp.cpp

2006-11-09 00:55 VZ, revision 43214

regenerated after the last change of setup_inc.h (changes in comments only)

2006-11-09 00:49 VZ, revision 43213

just a change in comment for wxUSE_MS_HTML_HELP

2006-11-09 00:46 VZ, revision 43212

define wxUSE_XML as wxUSE_XRC directly instead of using an #ifdef

2006-11-09 00:41 VZ, revision 43211

don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h

2006-11-09 00:34 VZ, revision 43210

temporarily disable XRC richtext handler to avoid breaking the build

2006-11-08 22:26 KO, revision 43209

Fix for incorrect error message report that caused wxMediaCtrl not to play MPEGs.

2006-11-08 19:16 BIW, revision 43208

missing header file

2006-11-08 19:09 VZ, revision 43207

fix Normalize() test by using dummy working directory allowing the test to work even when it's ran from the root directory or its subdirectory (this message also applies to the previous, accidental, commit of this file)

2006-11-08 19:07 BIW, revision 43206

wxAuiMDI* patches through images to wxAuiNotebook

2006-11-08 19:06 VZ, revision 43205

use CPPUNIT_ASSERT_MESSAGE() to show which test exactly failed; use more CPPUNIT_ASSERT_EQUAL()s instead of simple CPPUNIT_ASSERT()s for the same purpose

2006-11-08 19:02 VZ, revision 43204

use CPPUNIT_ASSERT_MESSAGE() to show which test exactly failed; use more CPPUNIT_ASSERT_EQUAL()s instead of simple CPPUNIT_ASSERT()s for the same purpose

2006-11-08 18:52 VZ, revision 43203

wxArrayString::Alloc() shouldn't clear the array contents

2006-11-08 18:51 JS, revision 43202

Add ctor parameters to match wxTextCtrl

2006-11-08 16:57 VZ, revision 43201

rebaked after addition of XRC handler for richtext control

2006-11-08 16:47 BIW, revision 43200

another ghost button bug fixed in wxAuiNotebook

2006-11-08 15:45 JS, revision 43199

Added wxRichTextCtrl XRC handler

2006-11-08 15:19 BIW, revision 43198

wxAuiNotebook bitmaps working now

2006-11-08 14:05 JS, revision 43197

Added a couple of text effects Added style description Fixed some bugs in style comparison Fixed extra newline when loading

2006-11-08 13:58 VZ, revision 43196

fix crash in wxLogTrace() in Unicode build

2006-11-08 13:39 RR, revision 43195

Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane to be flicker-free

2006-11-08 13:34 MW, revision 43194

Restore the max printf arguments to 64.

2006-11-08 12:20 VS, revision 43193

more efficient version of the wxUniv scrolling fix: don't call Update() in cases when ScrollWindow() wouldn't be called

2006-11-08 12:17 VS, revision 43192

fixed wxOverlay to handle wxWindowDC/wxClientDC in the same way wxMac does

2006-11-08 10:36 BIW, revision 43191

crash fixes for wxAuiNotebook on gtk

2006-11-08 10:31 BIW, revision 43190

accessor functions for wxAuiMDIParentFrame

2006-11-08 10:12 BIW, revision 43189

vertically centered miniframe close button

2006-11-08 09:54 BIW, revision 43188

wxAuiNotebook tab drag-drop bug fixes

2006-11-08 09:03 JJ, revision 43187

synchronizing setup.h_vms with setup.h.in Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2006-11-08 08:13 BIW, revision 43186

fixed bug in ButtonHitTest() which caused invisible buttons to be pressable

2006-11-08 07:44 BIW, revision 43185

button bug fix

2006-11-08 05:39 BIW, revision 43184

fixed crasher (part 2)

2006-11-08 05:38 BIW, revision 43183

fixed crasher

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

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

2006-11-08 04:54 RD, revision 43181

ensure m_table is not NULL before trying to access the view

2006-11-08 01:13 MW, revision 43180

Go back to using sprintf instead of swprintf, since it's signature has changed on Windows. There are quite a few compilers where we don't know which version the change occurred or will occur, including bcc, gcc, and icc.

2006-11-08 00:09 MW, revision 43179

Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so that users can edit them easily.

2006-11-07 23:48 MW, revision 43178

Fix for CreateTempFileName with wxFFile for Windows. Also _open_osfhandle requires O_BINARY on Borland, and the others don't seem to mind it.

2006-11-07 22:39 RD, revision 43177

wxFileSystemHandler test case

2006-11-07 22:36 RD, revision 43176

Typecheck each list element in wxArrayInt typemap

2006-11-07 22:35 RD, revision 43175

Keep m_pos in sync in SetValue in case the value_changed callback is not called, such as when the widget is first created.

2006-11-07 21:43 RD, revision 43174

test for mac theme brush

2006-11-07 21:43 RD, revision 43173

Don't embed the style sheet

2006-11-07 21:42 RD, revision 43172

Fix for bug # 1592263, changing 'glLightModel' to 'glLightModelfv'

2006-11-07 20:29 RD, revision 43171

Use the native vswprintf on OSX

2006-11-07 20:04 BIW, revision 43170

reverted to gtk-specific close xbm

2006-11-07 20:02 BIW, revision 43169

button bug fixed

2006-11-07 19:59 RD, revision 43168

fixes for the dummy classes (used when wxUSE_GRAPHICS_CONTEXT is 0)

2006-11-07 18:47 JS, revision 43167

Rename double readme

2006-11-07 16:13 BIW, revision 43166

fixed width measuring - minor fixes

2006-11-07 15:48 BIW, revision 43165

prevent sash artifacts on gtk

2006-11-07 15:40 BIW, revision 43164

elipsis for oversized pane captions

2006-11-07 15:32 VZ, revision 43163

include the icon also for wxMGL (fixes tinderbox error)

2006-11-07 14:51 ABX, revision 43162

Adjustement to OW 1.6-rc2 state.

2006-11-07 13:32 BIW, revision 43161

round active tab corners a bit

2006-11-07 13:26 BIW, revision 43160

a tad bit more padding

2006-11-07 13:24 BIW, revision 43159

add a little extra padding around text in new tab theme

2006-11-07 13:10 BIW, revision 43158

clipping bug fixed

2006-11-07 12:52 BIW, revision 43157

fixed event processing bug in tabmdi

2006-11-07 10:59 BIW, revision 43156

touched up close button

2006-11-07 10:34 JJ, revision 43155

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

2006-11-07 10:29 BIW, revision 43154

fixed compile error

2006-11-07 10:28 BIW, revision 43153

streamlined gradients

2006-11-07 09:31 BIW, revision 43152

added image to root item of tree in aui sample

2006-11-07 09:08 JS, revision 43151

Include winundefs.h

2006-11-07 08:53 BIW, revision 43150

in wxAuiDefaultDockArt, save base colour just in case

2006-11-07 08:45 BIW, revision 43149

simplified gradient code a bit

2006-11-07 08:37 BIW, revision 43148

removed unnecessary commented code

2006-11-07 08:36 BIW, revision 43147

small bug fix

2006-11-07 08:10 BIW, revision 43146

new default theme for wxAuiNotebook

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

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

2006-11-07 08:09 SC, revision 43144

supporting theme brushes under 10.4 properly

2006-11-07 05:20 RD, revision 43143

reSWIGged

2006-11-07 05:17 RD, revision 43142

GetNumberOfLines on GTK doesn't count wrapped lines again...

2006-11-07 05:13 RD, revision 43141

Typo fixed

2006-11-07 05:12 RD, revision 43140

The "small optimization" causes asserts if Play is called before the first EVT_SIZE event (because the m_backingStore bitmap won't have been created yet) so take it out.

2006-11-07 03:46 RD, revision 43139

Patch #1591763 Set focus when clicked

2006-11-07 03:29 RD, revision 43138

Add wxGCDC(const wxWindow*)

2006-11-07 01:57 RD, revision 43137

Move setting of mac.listctrl.always_use_generic to wx.PyApp.__init__

2006-11-07 01:47 RD, revision 43136

fixed indentation error

2006-11-07 01:23 VZ, revision 43135

fixed typo

2006-11-06 23:57 VZ, revision 43134

disable joystick for wxMGL, it's not implemented there

2006-11-06 23:21 VZ, revision 43133

disable net contrib for non-Unix nor Windows platforms (e.g. wxMGL under DOS)

2006-11-06 22:26 VZ, revision 43132

implement declared but not defined ctor not taking wxGLContext

2006-11-06 20:55 RD, revision 43131

changes to match AUI API changes

2006-11-06 20:53 RD, revision 43130

some more updates about changes

2006-11-06 20:51 RD, revision 43129

better check for valid font and color

2006-11-06 20:50 RD, revision 43128

upload to wxpython.wxcommunity.com instead of starship

2006-11-06 18:54 JS, revision 43127

Fixed crash if trying to move tab to non-existant window (outside frame)

2006-11-06 17:37 RD, revision 43126

use the 0.2.1 version of bakefile.m4

2006-11-06 17:12 BIW, revision 43125

docking hint bug fix

2006-11-06 16:48 SC, revision 43124

transforming clippings correctly, even if there is no native graphics context available yet

2006-11-06 16:15 VZ, revision 43123

disable wxSound for wxMGL DOS build (it's not implemented there)

2006-11-06 15:05 BIW, revision 43122

implemented page close event for wxAuiNotebook

2006-11-06 13:44 BIW, revision 43121

wxAuiNotebook has external tab dragging now

2006-11-06 13:05 VZ, revision 43120

disable dialup manager for MGL, it doesn't link as there is no DOS implementation of it

2006-11-06 13:00 JS, revision 43119

Better vertical height for choice/combo

2006-11-06 12:59 VZ, revision 43118

(blind) compilation fix for wxCocoa

2006-11-06 12:50 SC, revision 43117

adjust to new and deleted files

2006-11-06 12:12 VZ, revision 43116

update from Mahrazi Mohd Kamal

2006-11-06 11:41 JS, revision 43115

Improved highlight drawing on wxMac/Core Graphics by not using wxClientDC

2006-11-06 10:23 SC, revision 43114

add a header placeholder

2006-11-06 10:18 SC, revision 43113

add a header placeholder

2006-11-06 10:16 SC, revision 43112

add a source placeholder

2006-11-06 10:12 BIW, revision 43111

fixed misspelling

2006-11-06 09:47 SC, revision 43110

adapting to new inheritance of wxMemoryDC (under MSW only at the moment)

2006-11-06 09:09 SC, revision 43109

wxGraphicsContext always is using clipping regions in user coordinates

2006-11-06 08:11 SC, revision 43108

fixing region clipping

2006-11-06 08:06 SC, revision 43107

translate the wxRegion from device to user coordinates, swap angles for the arc drawing

2006-11-06 07:49 SC, revision 43106

fixing origin

2006-11-06 07:46 BIW, revision 43105

aui sample can now create extra notebooks

2006-11-06 07:09 BIW, revision 43104

api uniformity between tabart and dockart

2006-11-06 01:45 VZ, revision 43103

update window before changing the scrolling position and really scrolling it to avoid redraw problems in wxUniv

2006-11-06 01:40 VZ, revision 43102

generic animation sources are used under all platforms so put them in ADVANCED_CMN_SRC/HDR instead of listing them for each platform; this fixes double inclusion (and resulting link problems) of animateg.cpp in wxUniv builds

2006-11-06 01:15 RD, revision 43101

commented out some test code

2006-11-06 01:14 RD, revision 43100

Rebaked after addition of mediactrl_qt.cpp

2006-11-06 01:12 RD, revision 43099

Re-add the wxQTMediaBackend class, by copying the code for it from the old mediactrl.cpp to mediactrl_qt.cpp

2006-11-06 00:59 VZ, revision 43098

fix compilation error when wxUSE_DYNLIB_CLASS == 0

2006-11-06 00:57 VZ, revision 43097

move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW

2006-11-05 22:47 RD, revision 43096

reSWIGged

2006-11-05 22:47 RD, revision 43095

Disown the preview object when calling wxPyPreviewFrame ctor

2006-11-05 22:46 RD, revision 43094

dosctring for DrawRotatedText

2006-11-05 22:07 RD, revision 43093

reSWIGged

2006-11-05 22:03 RD, revision 43092

Patch from F. Oliver Gathmann to observer enabled/disabled state of the control by changing text fg color.

2006-11-05 21:37 RD, revision 43091

New DrawText methods

2006-11-05 21:29 RD, revision 43090

Fix default value for wxFontPickerCtrl's initial font parameter

2006-11-05 21:28 RD, revision 43089

Patch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_TAB flag for wx.lib.flatnotebook.

2006-11-05 21:27 RD, revision 43088

Revert reentrancy patch (#1573619)

2006-11-05 21:22 RD, revision 43087

Revert reentrancy patch (#1573619)

2006-11-05 21:20 RD, revision 43086

Add DLL export macros

2006-11-05 21:07 RR, revision 43085

#if wxUSE_CARET guard.

2006-11-05 20:22 BIW, revision 43084

bug fixed for mdi parent frames

2006-11-05 19:51 SC, revision 43083

fixing pattern phase bugs

2006-11-05 14:47 SN, revision 43082

Allow passing file names with path to dllnames.sh.

2006-11-05 00:51 VZ, revision 43081

preserve pen in DrawCheckMark() (bug 1581621)

2006-11-05 00:45 VZ, revision 43080

no changes, just removed commented out line

2006-11-05 00:03 VZ, revision 43079

fixed typo in files.bkl which broke wxUniv link (why oh why didn't bakefile tell me I forgot a bracket?)

2006-11-04 23:46 VZ, revision 43078

include wx/datetime.h and test for wxUSE_DATETIME before using wxLocaltime_r()

2006-11-04 23:41 VZ, revision 43077

VC8 has strftime(), even under CE

2006-11-04 23:27 VZ, revision 43076

use built in VC8 time functions instead of our (almost certainly broken) ones for wxWinCE

2006-11-04 23:20 VZ, revision 43075

use wxLocaltime_r() instead of localtime(): this is safer and localtime() isn't available under WinCE while wxLocaltime_r() is always available

2006-11-04 22:09 VZ, revision 43074

fix the broken code in strftime()

2006-11-04 21:58 VZ, revision 43073

really restored correct sample code

2006-11-04 21:54 RR, revision 43072

Added wxAUI category.

2006-11-04 21:41 RR, revision 43071

File rename.

2006-11-04 21:40 RR, revision 43070
  • D /wxWidgets/trunk/docs/latex/wx/framemanager.tex
  • D /wxWidgets/trunk/docs/latex/wx/paneinfo.tex

Removed. CVtn:~/wxNew/docs/latex/wx> rm paneinfo.tex l ----------------------------------------------------------------------

2006-11-04 21:38 RR, revision 43069

Renamed AUI tex files. Documented wxAuiDockArt.

2006-11-04 21:38 KO, revision 43068

Sizing and positioning fixes for generic control.

2006-11-04 21:18 VZ, revision 43067

removed unused variable

2006-11-04 21:15 VZ, revision 43066

document GetChildren() (bug 1578143)

2006-11-04 21:12 VZ, revision 43065

fix warning about unused variable in wxWinCE build

2006-11-04 20:50 VZ, revision 43064

oops, restored accidentally checked in testing code

2006-11-04 20:48 VZ, revision 43063

recognize CP866 (bug 1497808)

2006-11-04 20:39 VZ, revision 43062

rebaked with baefile rev 928

2006-11-04 20:34 VZ, revision 43061

regenerated after changes in rev 1.15 of build/aclocal/bakefile/m4

2006-11-04 20:32 VZ, revision 43060
  • D /wxWidgets/trunk/make-deb

Debian files should be in debian subdir, not here; besides this script just duplicates the information from README.HowToBuild and is not very useful anyhow

2006-11-04 20:23 VZ, revision 43059

restored manually specified project order once again

2006-11-04 20:21 VZ, revision 43058

restored the wx-specific changes accidentally lost in rev 1.13 and 1.14

2006-11-04 20:18 VZ, revision 43057

rebaked after wxCollapsiblePane move to core and using bakefile rev 928 which fixes Makefile after the last common.bkl change

2006-11-04 20:15 VZ, revision 43056

updated from bakefile revision 928

2006-11-04 20:13 VZ, revision 43055

fix messages for OpenGL headers detection

2006-11-04 20:03 VZ, revision 43054

moved wxCollapsiblePane to core from adv

2006-11-04 19:54 KO, revision 43053

Adding label editing to native OS X listctrl.

2006-11-04 18:52 SN, revision 43052

Added deep copy of bitmaps.

2006-11-04 18:29 RR, revision 43051

Reorder event things a little. Two callbacks for page change and page changing. use signal_connect_after() for page changed event, as everywhere else, this should also make it possible to select a different page in the event handler. GetSelection just uses native call. Don't use m_skipEvent flag, disconnect from events.

2006-11-04 18:25 VZ, revision 43050

add wxTempFile test

2006-11-04 18:24 RR, revision 43049

Test adding page without setting selection.

2006-11-04 18:14 VZ, revision 43048

define wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)

2006-11-04 17:43 VZ, revision 43047

add wxUSE_ACCESSIBILITY guards (bug 1107297)

2006-11-04 17:41 SC, revision 43046

adding text with background brush

2006-11-04 17:40 VZ, revision 43045

test for GL/glu.h too (fixes part of bug 879474)

2006-11-04 17:33 VZ, revision 43044

look for OpenGL headers/libraries in /opt/graphics/OpenGL as this is where they're found on HP-UX systems apparently (closes bug 925307)

2006-11-04 17:17 VZ, revision 43043

rebaked after animation control and helpbest.h changes

2006-11-04 17:10 VZ, revision 43042

fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)

2006-11-04 17:09 JS, revision 43041

Account for PANGO_WEIGHT_SEMIBOLD not being available on older Pango installations

2006-11-04 17:09 VZ, revision 43040

don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW

2006-11-04 17:08 VS, revision 43039

don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+

2006-11-04 16:56 RR, revision 43038

Reenabled page selection event when page in notebook was deleted.

2006-11-04 16:46 VZ, revision 43037

correction to last commit: don't add animation control source to core library, add them to advanced one, for wxUniv builds

2006-11-04 16:10 JS, revision 43036

Generic fix for full row highlight

2006-11-04 14:01 VZ, revision 43035

fixed crash due to infinite recursion in wxPopupFocusHandler::OnKeyDown()

2006-11-04 13:43 VZ, revision 43034

don't leave tables non-owned by the grid with dangling view pointer when the grid is deleted (patch 1310535)

2006-11-04 13:31 VZ, revision 43033

capture mouse to be notified when it exists the popup rect (bug 1372228)

2006-11-04 13:08 VZ, revision 43032

moved wxSingleInstanceChecker to base from core under Mac (bug 1384489)

2006-11-04 13:01 VZ, revision 43031

define wxMiniFrame at least somehow if the current port doesn't define it

2006-11-04 12:51 VZ, revision 43030

define arrays of chartoo as the existing ones can't be used to store char values (bug 1572314)

2006-11-04 12:42 VZ, revision 43029

document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314)

2006-11-04 12:33 VZ, revision 43028

grid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)

2006-11-04 12:20 VZ, revision 43027

invalidate best size of the book controller too when the pages are added/removed, this fixes a lot of sizing problems with treebook

2006-11-04 12:18 VZ, revision 43026

removed out of date FIXME (part of patch 1590194)

2006-11-04 12:18 VZ, revision 43025

document WX_PREPEND_ARRAY (part of patch 1590194)

2006-11-04 12:15 VZ, revision 43024

use Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)

2006-11-04 11:59 VZ, revision 43023

reverted the last fix, it was just wrong, sorry, the problem is elsewhere

2006-11-04 11:42 VZ, revision 43022

fix tree control best size calculation: account for the images and the buttons

2006-11-04 11:26 VZ, revision 43021

test GetBoundingRect()

2006-11-04 11:16 VZ, revision 43020

call base class ctor in copy ctors explicitly (fixes gcc warnings with -Wextra)

2006-11-04 11:14 VZ, revision 43019

handle all wxROLE_XXX values in wxConvertToWindowsRole()

2006-11-04 11:13 VZ, revision 43018

add generic animation sources to wxUniv (and correspondingly removed them from wxX11)

2006-11-04 11:03 VZ, revision 43017

really define TRACE_CLIPBOARD (fix for the last commit)

2006-11-04 10:57 VZ, revision 43016

attempt to fix linking error in one of the tinderbox builds by moving local class declaration out of the function

2006-11-04 10:42 VZ, revision 43015

include iostream header when using std streams

2006-11-04 10:38 SC, revision 43014

removing additional offset - why did this ever work ?

2006-11-04 09:57 SC, revision 43013

stub implementations

2006-11-04 07:50 SC, revision 43012

adding measuring contexts, streamlining printing code

2006-11-04 06:39 SC, revision 43011

allowing transformation changes even if there is no graphics context around

2006-11-04 06:33 SC, revision 43010

fixing warning

2006-11-04 03:14 VZ, revision 43009

don't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds where both __UNIX__ and __WINDOWS__ are defined)

2006-11-04 03:12 VZ, revision 43008

regenerated after last fix

2006-11-04 03:10 VZ, revision 43007

fix to last change: compilation test must be done after test for C compiler

2006-11-04 02:58 VZ, revision 43006

regenerated after two last configure.in changes

2006-11-04 02:54 VZ, revision 43005

add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's used

2006-11-04 00:02 VZ, revision 43004

include iostream header when using std streams

2006-11-03 23:36 VZ, revision 43003

corrected documentation of font parameter

2006-11-03 23:34 VZ, revision 43002

compilation fix for last fix

2006-11-03 22:16 VZ, revision 43001

wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)

2006-11-03 22:02 VZ, revision 43000

added collpane sample

2006-11-03 21:54 VZ, revision 42999

use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers

2006-11-03 21:48 VZ, revision 42998

fix typo in WX_ARG_ENABLE for richtext (patch 1589243)

2006-11-03 21:37 VZ, revision 42997

use wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number of parameters even when expdecl passed to the outer macro is empty (as happens in static builds)

2006-11-03 21:32 MW, revision 42996

Use hash<long> instead of hash<wxLongLong_t> when they are the same size since even some 64-bit compilers have a problem with it, it seems.

2006-11-03 21:25 VZ, revision 42995

added IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency

2006-11-03 21:21 VZ, revision 42994

clarify/correct note about VC6 build order problem

2006-11-03 21:06 VZ, revision 42993

don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation for name clash; instead define wxEMPTY_PARAMETER_VALUE and use it in both variant.h and event.h

2006-11-03 21:00 VZ, revision 42992

restored mention of the other .rsp files removed in last commit

2006-11-03 20:50 VZ, revision 42991

update the distribution instructions after switch to new distribution scripts

2006-11-03 19:53 VZ, revision 42990

fix compilation after last change for compilers without variadic macros support

2006-11-03 19:45 VZ, revision 42989

compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h

2006-11-03 19:26 VZ, revision 42988

don't use native GTK implementation in wxUniv builds

2006-11-03 19:22 VZ, revision 42987

blind compilation fix: include wx/window.h

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

compilation fix for wxPenRefData operator==()

2006-11-03 17:55 RD, revision 42985

Removed duplicate (and wrong) helpref

2006-11-03 17:42 VZ, revision 42984

use IsSameAs() instead of wxPalette::operator==() which doesn't exist any more

2006-11-03 17:37 VZ, revision 42983

use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps

2006-11-03 12:19 VZ, revision 42982

fix XPM name to correct compilation under Unix

2006-11-03 10:55 JS, revision 42981

Mac wxODBC fix from Jose' Cruanyes Aguilar

2006-11-03 10:52 ROL, revision 42980

updated

2006-11-03 10:50 ROL, revision 42979

withard styles

2006-11-03 10:17 JG, revision 42978

Rearrange build order so dll builds have the correct dependencies

2006-11-03 09:57 JS, revision 42977

Removed a warning

2006-11-03 08:08 PC, revision 42976

ignore requests to install idle handler when app instance is not valid

2006-11-03 08:07 RD, revision 42975

rwSWIGged

2006-11-03 08:05 RD, revision 42974

More aui updates

2006-11-03 08:04 RD, revision 42973

A patch from Frame Niessink which adds an additional style that (un)checks a parent when all children are (un)checked, i.e. TR_AUTO_CHECK_PARENT.

2006-11-03 07:45 RD, revision 42972

SetBestSize alias

2006-11-03 07:45 RD, revision 42971

Can wxMemoryDC derive from wxWindowDC on all platforms?

2006-11-03 07:41 RD, revision 42970

include vidmode.h

2006-11-03 07:41 RD, revision 42969

docstrings

2006-11-02 22:45 JS, revision 42968

Undid completely wrong patch 1438117: other platforms do _not_ count the visible lines, only the underlying lines. With the patch, you can't reliably do anything with lines using the other functions.

2006-11-02 22:44 RR, revision 42967

Return to just using the official API for setting TLW position and size. This works more often with newest version of GTK+ than with oldest versions.

2006-11-02 22:29 RR, revision 42966

Correct code for TLW placement, this fixes several AUI problem when dragging panes quickly (the hint window would appear in the wrong place).

2006-11-02 22:00 JS, revision 42965

If the GIF isn't an animation, we can ignore the animation size, thus suppressing false error.

2006-11-02 21:48 MW, revision 42964

Use the standard hash<wxLongLong_t> on 64-bit machines.

2006-11-02 21:47 BIW, revision 42963

aui documentation updates

2006-11-02 20:50 BIW, revision 42962

wxaui maximize bug fixes

2006-11-02 20:29 BIW, revision 42961

added missing header to auibook.cpp

2006-11-02 20:27 BIW, revision 42960

implemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCROLL_BUTTONS in wxAuiNotebook

2006-11-02 19:05 PC, revision 42959

don't reset idle tag unless idle function is also going to be removed

2006-11-02 18:57 VS, revision 42958

don't crash when destroying window with scrollbars

2006-11-02 18:37 PC, revision 42957

revert memory leak fix, it causes crash

2006-11-02 18:17 KO, revision 42956

Sizing fixes for generic control.

2006-11-02 17:05 RD, revision 42955

AUI updates.

2006-11-02 16:31 BIW, revision 42954

added a cursor hint so user knows a tab is being dragged

2006-11-02 15:45 JS, revision 42953

Typo correction

2006-11-02 15:41 BIW, revision 42952

aui sample update to include newly implemented options

2006-11-02 15:40 BIW, revision 42951

implemented wxAUI_NB_TAB_SPLIT and wxAUI_NB_TAB_MOVE

2006-11-02 14:54 BIW, revision 42950

option for no close button for wxAuiNotebook in aui demo

2006-11-02 14:52 JJ, revision 42949

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/xrc/descrip.mms

2006-11-02 14:34 SC, revision 42948

first version for docs on graphics classes

2006-11-02 14:28 SC, revision 42947

first version for docs on graphics classes

2006-11-02 14:16 BIW, revision 42946

wxAuiNotebook window styles implemented

2006-11-02 14:13 BIW, revision 42945

updated aui sample to expose notebook flags

2006-11-02 13:19 JS, revision 42944

Style application fixes

2006-11-02 13:11 BIW, revision 42943

close button better positioning

2006-11-02 13:06 BIW, revision 42942

various close-button styles implemented in wxAuiNotebook

2006-11-02 12:18 CE, revision 42941

replace out of date (and broken) ini

2006-11-02 11:23 CE, revision 42940

replace out of date (and broken) ini

2006-11-02 11:07 VZ, revision 42939

slightly better fix for missing c_str() in OnCellValueChanged

2006-11-02 11:05 JS, revision 42938

Compile in non-CG mode

2006-11-02 10:45 BIW, revision 42937

proper indentation

2006-11-02 10:42 JS, revision 42936

Moved function

2006-11-02 09:51 JS, revision 42935

Moving GTK+-specfic function - it shouldn't be in public headers because it then becomes impossible to include in app without adding further include paths

2006-11-02 09:23 JS, revision 42934

Eliminate POD warning/error

2006-11-02 09:18 SC, revision 42933

using the foreground brush to fill mono bitmaps - gradients are not yet supported

2006-11-02 09:16 SC, revision 42932

interpreting DrawBitmap for mono bitmaps according to the docs : using textfore- and background-colors

2006-11-02 07:27 BIW, revision 42931

fixed aui flicker bug caused by typo

2006-11-02 01:48 VZ, revision 42930

close the file before removing it

2006-11-01 23:44 RD, revision 42929

reSWIGged

2006-11-01 23:33 RD, revision 42928

miniframe default style

2006-11-01 23:32 RD, revision 42927

AUI updates

2006-11-01 22:52 RD, revision 42926

Added the sample code from wxPython In Action to the samples dir

2006-11-01 22:36 RD, revision 42925

Added the sample code from wxPython In Action to the samples dir

2006-11-01 21:53 VZ, revision 42924

override ExitMainLoop() to exit the MFC main loop instead of wxWidgets one, otherwise the application hangs on exit

2006-11-01 21:38 VZ, revision 42923

define _AFXDLL to ensure that MFC libraries are linked in

2006-11-01 21:37 VZ, revision 42922

removed inline from the method which is not inline

2006-11-01 20:38 VZ, revision 42921

sections cleanup

2006-11-01 20:02 BIW, revision 42920

fixed bad rename

2006-11-01 19:27 RR, revision 42919

Least important change: move AUI docs in alphabetical index.

2006-11-01 19:13 BIW, revision 42918

while we're at it, rename wxAuiFloatingPane to the more correct wxAuiFloatingFrame

2006-11-01 19:03 BIW, revision 42917

wxaui docs after big rename

2006-11-01 18:51 BIW, revision 42916

wxaui big class rename

2006-11-01 17:43 BIW, revision 42915

wxaui maximize/restore button patch from Aleksey Sanin (many thanks)

2006-11-01 17:10 BIW, revision 42914

wxaui notebook style flags added

2006-11-01 16:30 JS, revision 42913

Corrected directory example

2006-11-01 15:45 RR, revision 42912

Remove debug printf.

2006-11-01 15:30 JS, revision 42911

IsDir() test is pretty useless, use DirExists

2006-11-01 15:29 JS, revision 42910

Allow for WinCE drive-less single backslash

2006-11-01 15:24 RR, revision 42909

Make wxDataViewCtrl compile and work in ANSI mode.

2006-11-01 14:35 VZ, revision 42908

do not include <windows.h> directly

2006-11-01 14:24 BIW, revision 42907

aui this really has to be BOOL and not bool

2006-11-01 14:16 VZ, revision 42906

also disable/reenable warning 4100 (unreferenced formal parameter) for VC5

2006-11-01 14:08 VZ, revision 42905

fix for longlongHash for architectures where sizeof(long long) == sizeof(long)

2006-11-01 14:04 RR, revision 42904

Fix compilation for GTK >= 2.6

2006-11-01 12:56 RR, revision 42903

Fix warning.

2006-11-01 12:26 RR, revision 42902

wxMiniFrame's default style is without closebox on wxGTK and wxMSW, and now on wxMAC as well. Document that.

2006-11-01 12:21 RR, revision 42901

FRM's small wxSize::Scale enhancement.

2006-11-01 12:17 RR, revision 42900

Also apply second part of patch for preventing aui crashes.

2006-11-01 11:53 RR, revision 42899

Compile fix.

2006-11-01 10:32 SC, revision 42898

typo

2006-11-01 10:21 JS, revision 42897

Reverted patch 1476893 pending further investigation (broke Advise in IPC)

2006-11-01 09:45 JS, revision 42896

Fixed compile error with --enable-stl

2006-11-01 07:09 RD, revision 42895

Fix for always failing assert in GetValue. Save the same value that will be tested for there (the date without any time set.)

2006-11-01 06:07 SC, revision 42894

casing the coordinates recalc

2006-11-01 04:00 KO, revision 42893

Fixing icon drawing and implementing HitTest and GetItemRect for native OS X list ctrl.

2006-11-01 03:59 RD, revision 42892

The rect passed to DrawTreeItemButton is already adjusted, we shouldn't do it again.

2006-11-01 03:27 RD, revision 42891

SWIGged

2006-11-01 03:23 RD, revision 42890

Implement deep copy of wxBitmapRefData

2006-11-01 02:21 RD, revision 42889

Don't use the "wxHtmlWindow" name, so the classname lookup function doesn't get confused

2006-11-01 02:20 RD, revision 42888

better report if the subclass factory has import problems

2006-11-01 02:18 RD, revision 42887

Buffered DCs now take non-const bitmaps

2006-11-01 02:17 RD, revision 42886

Make it possible to create just one clock, for testing

2006-11-01 02:10 RD, revision 42885

Remove comment from patch that doesn't apply anymore

2006-11-01 02:07 RD, revision 42884

Switch wxBufferedDC to use a wxBitmap* internally, so it doesn't increment the refcount of the bitmap refdata, and so it doesn't do a copy on write.

2006-11-01 01:55 VZ, revision 42883

initialize m_surface when copying invalid bitmap

2006-11-01 01:36 VZ, revision 42882

implement proper bitmap copying

2006-11-01 01:16 SN, revision 42881

Generalized compilation fix for old compilers.

2006-11-01 01:01 SN, revision 42880

Dummy implementation for copying bitmaps.

2006-11-01 00:49 MW, revision 42879

Fix setting the large file flag.

2006-10-31 23:50 SN, revision 42878

Compilation fix.

2006-10-31 23:38 KO, revision 42877

Explicitly forward non-command events along to the native control first.

2006-10-31 23:29 SN, revision 42876

Maximize chances to find an existing definition for O_BINARY and MAX_PATHLEN.

2006-10-31 23:14 RR, revision 42875

Return SetSizeHints() in wxWindow to its former life but still recommend to use SetMinSize() and SetMaxSize(). I've already purged wxWidgets of any use of this function internally, but others may use it still.

2006-10-31 23:03 RR, revision 42874

Fix crash when intersecting with NULL region.

2006-10-31 22:48 RR, revision 42873

Commited region iterator fix.

2006-10-31 20:46 SN, revision 42872

Compilation fix.

2006-10-31 19:30 RD, revision 42871

Add a topc overview about window sizing

2006-10-31 18:43 RD, revision 42870

Always draw the selection of selected items, not just when they have an icon

2006-10-31 18:41 RD, revision 42869

fix typo

2006-10-31 17:52 RD, revision 42868

reSWIGged

2006-10-31 17:40 RD, revision 42867

Change the wxCharBuffer typemap to make sure there is data before accessing it, set result to an empty string if now.

2006-10-31 17:38 RD, revision 42866

wxTGAHandler is included by default

2006-10-31 17:29 VZ, revision 42865

always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time)

2006-10-31 16:50 VZ, revision 42864

include wx/private/*.h and wx/port/gtk/*.h files in the distribution (also fixes Debian packages build)

2006-10-31 16:46 VZ, revision 42863

call PKG_PROG_PKG_CONFIG before checking for gnomeprintui, gnomevfs and hildon libraries -- otherwise they were never detected

2006-10-31 16:39 VZ, revision 42862

no changes, just resolving conflict with Julian's change which was almost exactly the same as mine

2006-10-31 16:37 VZ, revision 42861

don't compute (and mainly don't cache) our best size until we have created the radio buttons

2006-10-31 16:37 JS, revision 42860

Add newline at end - necessary for PDF

2006-10-31 16:35 JS, revision 42859

Invalidate cache because best size was calculated earlier

2006-10-31 16:34 JS, revision 42858

Initialise all variables

2006-10-31 16:19 VZ, revision 42857

correct compilation after last change (added ifdef in the wrong function...)

2006-10-31 16:16 VZ, revision 42856

increase the notebook size to accomodate the size of the controls inside it

2006-10-31 15:27 BIW, revision 42855

wxaui documentation updates

2006-10-31 15:22 JS, revision 42854

implement wcsftime for versions of VS earlier than 2005

2006-10-31 15:07 JS, revision 42853

wxWinCE compile fixes

2006-10-31 15:00 VZ, revision 42852

added entry for 2.7.2

2006-10-31 14:44 VZ, revision 42851

use SelectObjectAsSource when we don't need to modify the bitmap

2006-10-31 14:43 VZ, revision 42850

fix wxBitmap mask copying

2006-10-31 14:34 VZ, revision 42849

don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600 if it's not defined

2006-10-31 14:31 VS, revision 42848

compilation fix for !wxUSE_PALETTE

2006-10-31 13:55 BIW, revision 42847

aui notebook - foreign tab drops are positioned correctly

2006-10-31 13:42 VZ, revision 42846

fixes for status bar positioning with non-top aligned toolbars

2006-10-31 13:25 JS, revision 42845

Version changes

2006-10-31 13:13 VZ, revision 42844

recognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too

2006-10-31 13:12 BIW, revision 42843

aui docking works well on systems with solid window dragging turned off

2006-10-31 13:11 VZ, revision 42842

many fixes to toolbar positioning code

2006-10-31 13:10 VZ, revision 42841

checking that a wxWindow is of run-time type wxWindow is hopefully useless

2006-10-31 13:09 VZ, revision 42840

ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down

2006-10-31 13:01 JS, revision 42839

Remove unnecessary restriction for sizer parent

2006-10-31 12:51 VZ, revision 42838

don't define specifyLevel variable in release builds (fixes gcc and probably others warning)

2006-10-31 12:51 VZ, revision 42837

removed unused Tell() call

2006-10-31 12:50 VZ, revision 42836

don't define TRACE_CLIPBOARD in release builds (fixes gcc warning)

2006-10-31 12:17 VZ, revision 42835

fix crash in wxRadioBox creation due to its DoGetBestSize() now being called from the base class Create(), before m_radioButtons are created

2006-10-31 12:02 VZ, revision 42834

blind compilation fixes for OS/2

2006-10-31 11:39 VZ, revision 42833

fix refcountlist subsection location

2006-10-31 11:20 VZ, revision 42832

SetBestSize() is now deprecated, don't use it

2006-10-31 10:59 BIW, revision 42831

aui notebook real-time dragging implemented

2006-10-31 10:51 JS, revision 42830

Made all bitmaps 16x16

2006-10-31 10:48 VS, revision 42829

fixed: clicking on links in the help view did nothing

2006-10-31 10:40 SC, revision 42828

fixing reset clip

2006-10-31 10:30 SC, revision 42827

correct meaning of logical origin

2006-10-31 10:16 BIW, revision 42826

aui notebook pages can be moved around

2006-10-31 10:08 SC, revision 42825

added missing init

2006-10-31 09:35 MW, revision 42824

Fix for handling of invalid gifs, patch 1587754 Noel Byron.

2006-10-31 09:34 BIW, revision 42823

fixed missed button enum conversion

2006-10-31 09:32 VZ, revision 42822

avoid unneeded use of cat in the last change

2006-10-31 09:26 VS, revision 42821

fixed scrolling using mouse broken by my previous commit

2006-10-31 08:56 RD, revision 42820

Get the version numbers from configure.in, which should always be correct.

2006-10-31 08:56 SC, revision 42819

make things compile under 10.3 again

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

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

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

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

2006-10-31 08:50 RD, revision 42816

GetBestFittingSize --> GetEffectiveMinSize SetBestFittingSize --> SetInitialSize SetBestSize --> SetInitialSize SetInitialBestSize --> SetInitialSize

2006-10-31 08:47 VZ, revision 42815

define wxTC_MULTILINE explicitly as wxNB_MULTILINE is not necessarily defined where it is used (e.g. msw/tabctrl.cpp); change the value of wxTC_OWNERDRAW to avoid conflict with wxTC_MULTILINE

2006-10-31 08:45 JS, revision 42814

Don't process char event if wxTranslateKeyEvent returned false.

2006-10-31 08:45 VZ, revision 42813

include wrapwin.h to get HMONITOR and friends declarations

2006-10-31 08:43 SC, revision 42812

lost save state call

2006-10-31 08:39 SC, revision 42811

make sure we always restore the passed in cg in a paint event

2006-10-31 08:14 JS, revision 42810

Updated version number

2006-10-31 08:07 BIW, revision 42809

minor aui doc updates

2006-10-31 08:06 JS, revision 42808

Updated manual version

2006-10-31 08:02 BIW, revision 42807

aui: allow m_frame to be null in wxFrameManager

2006-10-31 07:41 BIW, revision 42806

fix aui crash related to SF bug 1531361

2006-10-31 07:40 MW, revision 42805

Update docs to mention new filesystem handlers.

2006-10-31 01:24 VZ, revision 42804

make wxBitmap *really* ref counted in X11; some cleanup of bitmap code

2006-10-31 00:59 RD, revision 42803

Some random test apps that I've been playing with

2006-10-31 00:59 VZ, revision 42802

partly successful (i.e. previously it didn't work at all and spewed Pango warnings and now it just doesn't work) attempts to fix drawing text on wxMemoryDC in Unicode build

2006-10-31 00:57 RD, revision 42801

Gobs of changes needed to get up to date with today's CVS

2006-10-31 00:41 VZ, revision 42800

added --enable-tga (on by default)

2006-10-31 00:35 VZ, revision 42799

added horse.tga to bakefile and distribution scripts

2006-10-31 00:26 VZ, revision 42798

use wxChar correctly in wxString docs; mark wx1 compatibility functions

2006-10-31 00:14 VZ, revision 42797

compilation fix after wxMemoryDCBase changes

2006-10-31 00:13 VZ, revision 42796

compilation fix after wxBitmap::operator==() removal

2006-10-30 23:42 JS, revision 42795

More fun with line endings, to avoid mangling PDF contents

2006-10-30 23:22 VZ, revision 42794

don't assign NULLs to bools and floats, this is confusing (and also the usual: deTABified; corrected double to int cast)

2006-10-30 23:19 VZ, revision 42793

more fixes to double to int conversions

2006-10-30 23:16 VZ, revision 42792

gcc signed/unsigned comparison fix

2006-10-30 23:16 VZ, revision 42791

hack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEND_MODES not being defined -- but should it be used in this common file at all?

2006-10-30 23:09 VZ, revision 42790

forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom

2006-10-30 23:03 VZ, revision 42789

removed unneeded ifdef from last commit

2006-10-30 22:58 JS, revision 42788

Compile fix for Universal

2006-10-30 22:58 VZ, revision 42787

compilation fix after operator==() removal

2006-10-30 22:51 VZ, revision 42786

compilation fix after operator==() removal

2006-10-30 22:44 VZ, revision 42785

added wxUSE_COLLPANE (why is this file not generated, again?)

2006-10-30 22:43 VZ, revision 42784

Unicode compilation fix

2006-10-30 22:42 VZ, revision 42783

compilation fixes after adding wxMemoryDCBase::Init(): renamed wxDC::Init() in wxDFB to DFBInit()

2006-10-30 22:26 VZ, revision 42782

ignore dmc_lib (Digital Mars build directory)

2006-10-30 22:24 VZ, revision 42781

commented out if(1) which resulted in annoying bcc warning

2006-10-30 22:23 VZ, revision 42780

a better compilation fix

2006-10-30 22:12 RR, revision 42779

Compile fix.

2006-10-30 22:11 VZ, revision 42778

compilation fix after operator==() removal

2006-10-30 22:06 VZ, revision 42777

compilation fix after IsRefTo -> IsSameAs

2006-10-30 22:03 VZ, revision 42776

renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and changed its signature to take a const reference instead of a pointer which simplifies the code and makes it safer as well

2006-10-30 21:53 VZ, revision 42775

don't need to check if we set the same cursor before setting it: SetCursor() already checks for this anyhow

2006-10-30 21:48 VZ, revision 42774

use wxUSE_COLLPANE around usage of wxCollapsiblePane

2006-10-30 21:47 VZ, revision 42773

gcc signed/unsigned comparison warning fix

2006-10-30 21:45 VZ, revision 42772

Unicode compilation fix

2006-10-30 21:45 VZ, revision 42771

handle PANGO_WEIGHT_SEMIBOLD font weight (avoids gcc warnings and generally makes sense)

2006-10-30 21:43 RR, revision 42770

Commit configure.

2006-10-30 21:33 RR, revision 42769

Blindly fixed (tried to) wxSlider on Mac after SetSizeHints() change.

2006-10-30 21:27 RD, revision 42768

another compile fix

2006-10-30 21:09 RD, revision 42767

Add DLL export macro

2006-10-30 21:08 RD, revision 42766

More compile fixes.

2006-10-30 20:56 RD, revision 42765

Some compile fixes. It sure would be nice if big complicated patches could be tested (or at least compiled) on all the core platforms before being checked in, especially in last-minute crunch times.

2006-10-30 20:51 VZ, revision 42764

include wx/bitmap.h as we use wxBitmap here now

2006-10-30 20:34 VZ, revision 42763

remove just added wxCoordRound() (see patch 1586499)

2006-10-30 20:25 VZ, revision 42762

added collpane sampel files

2006-10-30 20:23 VZ, revision 42761

no changes, just removed commented out code

2006-10-30 20:17 VZ, revision 42760

rebaked

2006-10-30 20:08 VZ, revision 42759

Various wxCollapsiblePane enhancements (re-patch 1577412): 1. wxUSE_COLLPANE added 2. XRC handler added 3. flicker fixes for the generic version 4. sizing fixes for GTK+ version 5. RTL fixes for the generic version (via wxBoxSizer) 6. better appearance under Mac for the generic version

2006-10-30 20:07 BIW, revision 42758

aui notebook sizing calculations streamlined

2006-10-30 20:03 VZ, revision 42757

replaced wxCint() with wxRound() (which is exactly the same) in Rotate(); small code cleanup

2006-10-30 19:49 MBN, revision 42756

Nearly finished Italian translation.

2006-10-30 19:41 VZ, revision 42755

Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare the bitmap to ensure that no other bitmaps are modified; also remove some code duplication by introducing wxMemoryDCBase (patch 1580745)

2006-10-30 19:36 VZ, revision 42754

mention comparison operators changes

2006-10-30 19:30 VZ, revision 42753

no changes, just wrap long lines

2006-10-30 19:26 VZ, revision 42752

COW cleanup patch (1583966): 1. perform deep comparison for the classes for which it makes sense in the ports where this wasn't done yet 2. remove (shallow) comparison operators for the classes for which it does not make sense (such as wxBitmap) 3. makes wxBitmap use COW on all ports 4. adds wxObject::IsRefTo() 5. centralizes and improves COW docs

2006-10-30 19:14 VZ, revision 42751

use explicit virtual keyword with overridden virtual methods

2006-10-30 19:13 RR, revision 42750

Replaced SetSizeHints -> SetMinSize

2006-10-30 19:11 VZ, revision 42749

compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPATIBILITY_2_6 (bug 1587408)

2006-10-30 19:09 RR, revision 42748

Replaced SetSizeHints() with SetMinSize(). Fixed what must by typo be the way.

2006-10-30 18:58 BIW, revision 42747

aui notebook button enabling/disabling implemented

2006-10-30 18:52 RR, revision 42746

It's too late.

2006-10-30 18:52 RR, revision 42745

Typo.

2006-10-30 18:47 RR, revision 42744

Small fix again.

2006-10-30 18:40 ABX, revision 42743

Simplest fix received from OW community (Peter C. Chapin).

2006-10-30 18:20 RR, revision 42742

Removed GetAdjustedBestSize().

2006-10-30 18:18 RR, revision 42741

removed hack that used SetSizeHints() for some strange reason.

2006-10-30 18:15 JS, revision 42740

Copy constructor warning elimination

2006-10-30 18:08 ABX, revision 42739

Tinderbox build fix.

2006-10-30 18:07 RR, revision 42738

Correct wxPickerBase size calculation.

2006-10-30 18:06 ABX, revision 42737

wxWinCE build fix.

2006-10-30 18:00 PC, revision 42736

don't try to add emission hook if GtkWidget type is not loaded

2006-10-30 17:52 JS, revision 42735

Added page break specification

2006-10-30 17:51 JS, revision 42734

Reuse wxCaret object Add page break specification Optimize drawing after character input

2006-10-30 17:07 VZ, revision 42733

handle XOpenDisplay() failure in GetSM(); reformatted the code

2006-10-30 17:05 ABX, revision 42732

Tinderbox build fix.

2006-10-30 17:03 MW, revision 42731

Some watcom warnings.

2006-10-30 16:34 BIW, revision 42730

wxaui notebook tabs can scroll; notebook themability improved

2006-10-30 16:18 VZ, revision 42729

generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow

2006-10-30 16:14 ABX, revision 42728

Updated to recently added files.

2006-10-30 16:04 VZ, revision 42727

GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes

2006-10-30 15:41 VZ, revision 42726

include wx/msw/private.h before wx/msw/uxtheme.h for consistency with other headers (it's not needed, strictly speaking, as uxtheme.h now includes it itself anyhow, but it's more clear like this)

2006-10-30 15:37 VZ, revision 42725

need to include wx/msw/private.h to get GetHwnd() which is used here

2006-10-30 15:02 RR, revision 42724

Mark GetMinSize() as virtual and explain why.

2006-10-30 14:46 RR, revision 42723

[ 1587248 ] Segfault w/o Session Manager (e.g. KDE/GNOME ...)

2006-10-30 14:33 ABX, revision 42722

Updated to recently added files.

2006-10-30 13:57 RR, revision 42721

Compilo.

2006-10-30 13:29 ABX, revision 42720

Match EscapeSqlChars() interface.

2006-10-30 13:25 RR, revision 42719

Moved overridden SetMinSize() to base class.

2006-10-30 13:18 RR, revision 42718

Make SetMinSize() and SetMaxSize() virtual so they can be overridden in wxTLW to set WM hints. Actually did that for wxGTK, nothing required for wxMSW, no idea about wxMac. Documented this in tlw.tex.

2006-10-30 12:45 ABX, revision 42717

Keep buildable.

2006-10-30 12:33 VS, revision 42716

moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes

2006-10-30 12:24 VS, revision 42715

renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()

2006-10-30 12:16 MW, revision 42714
  • D /wxWidgets/trunk/include/wx/fileback.h

Moved to include/wx/private/fileback.h

2006-10-30 11:56 ABX, revision 42713

Minor header cleaning.

2006-10-30 11:46 RR, revision 42712

[ 1587059 ] wxLaunchDefaultBrowser fix for KDE

2006-10-30 11:41 VS, revision 42711

don't use deprecated wxSTRING_MAXLEN

2006-10-30 11:29 VZ, revision 42710

define wxLongLong_t as long long if it is supported, only fall back to long otherwise as we want to be able to pass wxLongLong_t to the standard C99 functions working with long long

2006-10-30 11:25 VS, revision 42709

compilation fix for !wxUSE_MIMETYPE

2006-10-30 11:20 VZ, revision 42708

slightly reduce the number of #ifndef __WATCOMC__

2006-10-30 11:08 ABX, revision 42707

Temporary ugly trick to make release for OpenWatcom possible.

2006-10-30 10:19 VS, revision 42706

render scrollbar's thumb as stippled bar to distinguish it from controls

2006-10-30 10:11 JS, revision 42705

Call Update after user input to improve responsiveness

2006-10-30 09:37 JJ, revision 42704

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

2006-10-30 09:07 CE, revision 42703

add index and contents as per http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/78600/match=pdf

2006-10-30 09:03 JS, revision 42702

Applied patch [ 1586964 ] Getting the PID of the process executed by wxProcess::Open() by Lauri Nurmi

2006-10-30 08:07 SN, revision 42701

Compilation fix for old GCC versions.

2006-10-30 07:16 JS, revision 42700

Improve the registry query for whether to show combobox animation or not WinCE compile fix

2006-10-30 07:12 JS, revision 42699

Focus event recursion fix

2006-10-30 07:04 JS, revision 42698

Don't use wstring for MinGW versions that don't support it

2006-10-30 04:36 KH, revision 42697

Non pre-comp compilation fix

2006-10-30 01:28 VZ, revision 42696

check that the cell using bool editor has a valid value (i.e. either true or false) (last nail in the coffin of the request 1557790)

2006-10-30 01:01 VZ, revision 42695

try http scheme if we can't find the default browser for the URL scheme (this is the case for file:// URLs for example) in wxLaunchDefaultBrowser()

2006-10-30 00:44 VZ, revision 42694

undid removal of implicit http: from wxLaunchDefaultBrowser() done in last revision as it's not supposed to work with local files by default (which should have file:// scheme (obviously)) but with URLs

2006-10-30 00:36 VZ, revision 42693

increment TEXTCTRLYADJUST_CLASSIC (patch 1586710)

2006-10-30 00:07 JS, revision 42692

Small updates

2006-10-29 23:57 SN, revision 42691

Renamed m_clientData member variable to avoid clash with variable with same name in wxEvtHandler which wxSimpleHtmlListBox derives from.

2006-10-29 23:42 VZ, revision 42690

Borland needs dummy return in wxSEH_HANDLE as well

2006-10-29 23:40 VZ, revision 42689

removed more unused variables (thanks Borland)

2006-10-29 23:38 VZ, revision 42688

removed unused variable (thanks Borland)

2006-10-29 23:35 VZ, revision 42687

commented out more unused code (bcc compilation warning)

2006-10-29 23:20 VZ, revision 42686

renamed OnLinkClicked() event handler to avoid hiding the virtual function with the same name

2006-10-29 23:16 VZ, revision 42685

set wxUSE_STD_STRING to 1 by default

2006-10-29 22:57 SN, revision 42684

Fixed typo.

2006-10-29 22:46 JS, revision 42683

Digital Mars needs CCS_RIGHT

2006-10-29 22:41 MW, revision 42682

Compile fix for no-pch.

2006-10-29 22:38 MW, revision 42681

Compile fix after GetC return type changed from char to int.

2006-10-29 22:33 MW, revision 42680

Compile fix for 64-bit.

2006-10-29 22:31 MW, revision 42679

Make m_typeflag an int.

2006-10-29 22:01 JS, revision 42678

Digital Mars doesn't like the identifiers being declared later

2006-10-29 21:55 JS, revision 42677

Digital Mars fixes

2006-10-29 21:49 VZ, revision 42676

escape special SQL chars in where clauses (patch 1204728)

2006-10-29 21:29 VZ, revision 42675

search in the index case-insensitively in FindPageByName() if all else fails (replaces patch 1227882)

2006-10-29 21:28 SC, revision 42674

minimize overlay area to avoid eg scrolling artifacts when using a caret

2006-10-29 21:13 VS, revision 42673

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 21:10 MW, revision 42672

Restore the final wildcard.

2006-10-29 21:10 VZ, revision 42671

avoid infinite recursion by not using GetMaxWidth/Height() from GetMaxSize() implementation

2006-10-29 21:09 VZ, revision 42670

mention wxTB_RIGHT patch

2006-10-29 21:01 SC, revision 42669

guarding against setting of NULL

2006-10-29 21:00 SC, revision 42668

applying correct offsets

2006-10-29 20:51 SC, revision 42667

remove unneeded code

2006-10-29 20:47 VZ, revision 42666

remove manual bitmap greying code with a call to wxImage::ConvertToGreyscale()

2006-10-29 20:44 CE, revision 42665

fix borland header difference

2006-10-29 20:39 VZ, revision 42664

don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead

2006-10-29 20:39 PC, revision 42663

remove unnecessary casts

2006-10-29 20:38 VZ, revision 42662

return the results of GetMin/MaxSize() from GetMin/MaxWidth/Height(); fix warnings about unused parameters in DoSetSizeHints()

2006-10-29 20:37 PC, revision 42661

remove unneeded include

2006-10-29 20:36 PC, revision 42660

fix for Borland 5.5

2006-10-29 20:26 VZ, revision 42659

pass correct indicator pointer to SQLBindCol() (patch 1390059)

2006-10-29 20:26 VS, revision 42658

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 20:24 VZ, revision 42657

post WM_CLOSE instead of deleting the inplace edit control (second incarnation of the patch 1394785)

2006-10-29 20:23 VS, revision 42656

added SUB/SUP tags to the list of supported ones

2006-10-29 20:17 VZ, revision 42655

CW8.3+ has ssize_t (patch 1492413)

2006-10-29 20:15 RR, revision 42654

Let wxMiniFrame have the same default flags under wxGTK as under wxMSW, notably no close box by default.

2006-10-29 20:13 RR, revision 42653

Remove left-over code.

2006-10-29 20:12 RR, revision 42652

Clarify docs about wxSizer::SetSizeHints().

2006-10-29 20:06 MW, revision 42651

Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to wxArchiveFSHandler for compatibilty.

2006-10-29 19:53 VZ, revision 42650

some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869)

2006-10-29 19:43 SC, revision 42649

subrect blit

2006-10-29 19:26 RR, revision 42648

Use SetSizeHints() for wxTLW.

2006-10-29 19:19 SN, revision 42647

Add method declaration needed for wxGTK.

2006-10-29 19:17 RR, revision 42646

Make wxWindow::SetSizeHints() do nothing. Make wxTLW::SetSizeHints() set the various m_minWidth etc. fields. Override SetSizeHints() in wxGTK to call the relevant gtk funcion only there and not in every resize. Make GetMinWidth() etc. non-virtual.

2006-10-29 19:12 VZ, revision 42645

added wxTB_RIGHT style for right-aligned toolbars (slightly modified patch 1567469)

2006-10-29 18:58 VZ, revision 42644

added TGA handler (somewhat modified patch 1393912)

2006-10-29 18:44 VS, revision 42643

compilation fix

2006-10-29 18:10 RR, revision 42642

Added simplistic test for nested sizer (in panel).

2006-10-29 18:09 RR, revision 42641

Forgot one wxCoordRound

2006-10-29 18:09 VZ, revision 42640

don't set translation credits if they're empty (part of patch 1586730)

2006-10-29 18:08 RR, revision 42639

wxRound

2006-10-29 18:07 RR, revision 42638

wxCoordRound() -> wxRound()

2006-10-29 18:05 VZ, revision 42637

correct EnsureFileAccessible() docs broken by previous change (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42636

don't call gtk_image_set_from_pixbuf() if no animation (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42635

commented out/unused code removed; use wxAboutDialog (part of patch 1586730)

2006-10-29 18:03 VZ, revision 42634

handle errors returned by wxAnimateCtrl::Play() (part of patch 1586730)

2006-10-29 17:59 SN, revision 42633

Corrected includes for wxGTK under OS/2.

2006-10-29 17:59 VZ, revision 42632

don't use Unicode filenames under Win9x, even with MSLU (heavily modified patch 1585672)

2006-10-29 17:55 RR, revision 42631

wxCoordRound -> wxRound.

2006-10-29 17:50 RR, revision 42630

Use wxRound instead of wxCoordRound

2006-10-29 17:37 SC, revision 42629

flushing is not done anymore in closing the context, but we need it here - there's still an offset bug however ...

2006-10-29 17:32 JS, revision 42628

Merge extra documents with main doc archives to help reduce user confusion/fatigue. Rename doc archive names to something more readable. .zip should be lower case.

2006-10-29 17:29 JS, revision 42627

Applied patch [ 1583316 ] set media source for printing by d2walter

2006-10-29 17:13 MW, revision 42626

Remove extra newline.

2006-10-29 17:11 MW, revision 42625

Mention GetC and wxFileSystem in incompatible changes.

2006-10-29 17:01 JS, revision 42624

Applied patch 1586499: wxCoordRound function Centralises rounding and adds nearest-value rounding to prntbase.cpp. by Robert J. Lang

2006-10-29 17:00 MW, revision 42623

Change GetC to return an int so that it can return wxEOF on error.

2006-10-29 16:48 JS, revision 42622

Borland fix.

2006-10-29 16:47 MW, revision 42621

Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.

2006-10-29 15:51 VZ, revision 42620

deal correctly with vsnprintf() implementations which always NUL-terminate the buffer, even if there is not enough space (recent glibc ones do it like this)

2006-10-29 15:12 MBN, revision 42619

Updated PO files. Translated some of the missing Italian strings.

2006-10-29 14:53 RR, revision 42618

More simplistic test for setting size and max size after creation.

2006-10-29 14:25 RR, revision 42617

Test SetSizeHints() for wxFrame (does nothing under wxMSW).

2006-10-29 13:56 VZ, revision 42616

use just HAVE_FSYNC as wxFsync() guard, it is now defined if wxFsync() is

2006-10-29 13:55 VZ, revision 42615

use wxPOSIX_IDENT() for consistent handling of underscores in POSIX functions names in Windows compilers standard headers; this should hopefully fix the compilation for older Borland versions without breaking it for anything else; also define wxFsync() for Borland and DMC as they seem to have _commit() too (subject to version checks...), only Watcom seems to lack it

2006-10-29 12:56 MW, revision 42614

Document filter streams take owner ship when created with a pointer, new feature of the archive factories and new filter factories.

2006-10-29 11:07 SC, revision 42613

blit implemented using dc.GetAsBitmap with subrect

2006-10-29 10:46 SC, revision 42612

GetAsBitmap with subrect

2006-10-29 10:42 SC, revision 42611

apply complete transforms (scroll window PrepareDC was not functioning properly)

2006-10-29 10:41 SC, revision 42610

forgotten commit for having native affine matrix ops

2006-10-29 10:39 SC, revision 42609

extend GetAsBitmap with an optional subrect

2006-10-29 09:49 SC, revision 42608

using native tranforms for everything

2006-10-29 09:44 SC, revision 42607

switch having an affine transform even when there is no native context around

2006-10-29 09:41 SC, revision 42606

moving context methods

2006-10-29 07:37 MW, revision 42605

Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.

2006-10-29 05:29 KO, revision 42604

Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order to restore the ability to blit the contents of those DCs.

2006-10-29 03:05 RD, revision 42603

SetTextColour is gone

2006-10-29 03:03 RD, revision 42602

reSWIGged

2006-10-29 03:00 RD, revision 42601

Add wxPyTabArt

2006-10-29 02:59 RD, revision 42600

wxGraphicsMatrix and wxGraphicsPath are ref-counted now, use references instead of pointers. Other changes to get up to date.

2006-10-29 02:53 RD, revision 42599

wxGridCellBoolEditor::UseStringValues

2006-10-29 02:50 RD, revision 42598

Add wxPyTabArt

2006-10-29 02:33 RD, revision 42597

update the Cairo version to match recent changes in the others

2006-10-29 02:28 RD, revision 42596

Add missing wxNullGraphicsPath

2006-10-29 02:26 RD, revision 42595

Add export macros

2006-10-29 01:05 VZ, revision 42594

added NZST and NZDT time zones (request 617912)

2006-10-28 22:19 RR, revision 42593

Mention the Unix printing overview in the general printing overview.

2006-10-28 22:07 RR, revision 42592

Correct background colour in ComboCtrl (from Jaako).

2006-10-28 21:57 RR, revision 42591

Launch the browser that is set in the gconf registry. Don't blindly add "http://" to URL as this will not work with local file paths (obviously).

2006-10-28 21:54 RD, revision 42590

Moved version number to 2.7.2.0 and rebaked

2006-10-28 20:46 VZ, revision 42589

remove unneeded WXDLLEXPORTs for the classes only used inside the implementation and so not needing to be exported

2006-10-28 18:27 BIW, revision 42588

fixed some compiler warnings in wxaui

2006-10-28 18:21 BIW, revision 42587

wxaui multi-book prep work for left/right buttons on tab bar

2006-10-28 17:15 VZ, revision 42586

avoid gcc warnings about missing braces in an aggregate initializer by not using a union in ToLongTestData

2006-10-28 17:13 VZ, revision 42585

check for strtoull() or wcstoull()

2006-10-28 17:04 VZ, revision 42584

fix gcc compilation warning

2006-10-28 16:55 KO, revision 42583

For whatever reason, font-size 9 is now hardly readable on Mac. Using default font size on that platform for now.

2006-10-28 16:53 SC, revision 42582

missing methods

2006-10-28 16:46 VZ, revision 42581

added wxString::ToLongLong() and ToULongLong() (feature request 1290937)

2006-10-28 16:39 VZ, revision 42580

no changes, just a typo in comment

2006-10-28 15:42 VZ, revision 42579

also reset errno iin ToDouble()

2006-10-28 15:41 VZ, revision 42578

reset errno before testing it

2006-10-28 15:24 VZ, revision 42577

extracted common code of ToLong and ToULong in a separate template helper

2006-10-28 15:20 BIW, revision 42576

wxaui multi-notebook now uses a tab art provider which allows for dynamically switchable notebook themes

2006-10-28 15:16 VS, revision 42575

removed unused GetScrollbarArrowSize() version

2006-10-28 15:01 VZ, revision 42574

deTABified

2006-10-28 14:58 VZ, revision 42573

check for under/overflow in ToLong/ULong/Double() as well

2006-10-28 14:41 SC, revision 42572

matrix and path to ref counting

2006-10-28 14:16 VZ, revision 42571

Alloc() doesn't clear the array any more, for consistency with reserve()

2006-10-28 14:11 VZ, revision 42570

no real changes, just renamed the header guard to standard form and removed unneeded casts

2006-10-28 14:06 VZ, revision 42569

deprecate wxSTRING_MAXLEN in favour of wxString::npos

2006-10-28 14:03 VZ, revision 42568

added missing dlldecl for wxFSHandlerHash

2006-10-28 13:57 VZ, revision 42567

allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790)

2006-10-28 13:46 SC, revision 42566

moving path and matrix to refcounting as well, switching filling rule default to odd-even as dc.h does

2006-10-28 13:46 VZ, revision 42565

don't use unneeded logBuf member variable; show the changed cell value in OnCellValueChanged()

2006-10-28 11:53 MW, revision 42564

Another fix for the pch bug test.

2006-10-28 11:07 MW, revision 42563

Another fix for the pch bug test.

2006-10-28 10:49 JS, revision 42562

Documented wxRichTextBuffer printing

2006-10-28 10:48 JS, revision 42561

Avoid missing ref

2006-10-28 10:31 MW, revision 42560

Fix bugs in check for gcc's precompiled header bug.

2006-10-28 09:29 JS, revision 42559

Corrected a clearing bug

2006-10-28 09:17 MW, revision 42558

Compile fix for VC++ 5 and 6.

2006-10-28 03:01 RD, revision 42557

reSWIGged

2006-10-28 03:00 RD, revision 42556

daily updates and add wxGrpahicsPath overloads

2006-10-28 02:59 RD, revision 42555

Add missing Contains overload

2006-10-28 02:59 RD, revision 42554

Typemaps for wxRect2D

2006-10-28 02:59 RD, revision 42553

Don't decref if the interpreter is not initialized, (eg. it's in its shutdown process.)

2006-10-28 02:58 RD, revision 42552

daily updates and tweaks

2006-10-28 02:28 RD, revision 42551

Ensure that the pen and bush are properly initialized

2006-10-28 01:15 MW, revision 42550

Fix portibility bug.

2006-10-28 00:52 VZ, revision 42549

explain that wxRTTI macros must be used for OnCompareItems() to be called

2006-10-28 00:44 VZ, revision 42548

verify that we checked all the array elements in TestSTL(); make the number of array elements a constant

2006-10-28 00:37 KO, revision 42547

Calling SetFocus from within an OnFocus handler causes infinite recursion on Mac...

2006-10-28 00:28 VZ, revision 42546

fix VC warning about forward declaring struct as class

2006-10-28 00:20 VZ, revision 42545

removed hard TAB

2006-10-27 22:10 MW, revision 42544

Add wxArchiveFSHandler.

2006-10-27 22:03 MW, revision 42543

Tidy up includes and #if wxUSE statements.

2006-10-27 20:22 KO, revision 42542

Don't use the superview when converting.

2006-10-27 20:05 RR, revision 42541

Indicate that EnableCloseButton is virtual.

2006-10-27 18:42 RR, revision 42540

Compile fix.

2006-10-27 18:02 RR, revision 42539

[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation

2006-10-27 17:59 RR, revision 42538

[ 1585270 ] Further fixes to wxPathList

2006-10-27 17:25 KO, revision 42537

Don't use bitmaps to draw tree item buttons, use the HITheme drawing functions instead. (The bitmaps would show jaggies on dark backgrounds.)

2006-10-27 15:52 BIW, revision 42536

fixed crash in multi notebook

2006-10-27 15:19 SC, revision 42535

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 15:02 MW, revision 42534

Comment out compile time check.

2006-10-27 14:59 SC, revision 42533

switching things to ref counting

2006-10-27 14:32 JS, revision 42532

Pagination fix

2006-10-27 14:32 MW, revision 42531

Remove header now not needed here.

2006-10-27 14:30 MW, revision 42530

Missing header.

2006-10-27 14:26 VS, revision 42529

fixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV

2006-10-27 14:21 SC, revision 42528

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 14:16 JS, revision 42527

Colour preview canvas grey to contrast with page

2006-10-27 14:14 MW, revision 42526

Compile fix for --enable-stl.

2006-10-27 14:06 MW, revision 42525

Missing exports.

2006-10-27 13:14 JS, revision 42524

Robert Lang's patch and wxRTC changes documented

2006-10-27 13:08 VS, revision 42523

compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine

2006-10-27 13:07 JS, revision 42522

Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies

2006-10-27 12:41 VS, revision 42521

don't draw the endpoint in DrawLine at least in the common cases of vertical and horizontal lines

2006-10-27 12:40 JS, revision 42520

Fixed caret droppings left when scrolling

2006-10-27 12:23 VS, revision 42519

wx{V,H}SCROLL code is needed on all platforms

2006-10-27 12:21 VS, revision 42518

fixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW/Univ

2006-10-27 12:16 MW, revision 42517

Base wxArchiveFSHandler on wxZipFSHandler.

2006-10-27 11:33 MW, revision 42516

Yes VC5 support large files.

2006-10-27 11:27 VZ, revision 42515

don't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge files, this fails with Borland, so test for all compilers explicitly

2006-10-27 10:47 MW, revision 42514

Bug fix.

2006-10-27 10:14 MW, revision 42513

Use wxFS_SEEKABLE when opening images since some image handlers need seeking.

2006-10-27 10:11 MW, revision 42512

Add tar stream tests.

2006-10-27 10:06 MW, revision 42511

Include FindLength in the tests.

2006-10-27 09:57 MW, revision 42510

Rebake for new tar streams.

2006-10-27 09:54 MW, revision 42509

Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.

2006-10-27 09:53 MW, revision 42508

Base class factory on the wxFilter base class and implement the new Find feature.

2006-10-27 09:35 MW, revision 42507

Allow per instance filesystem handlers.

2006-10-27 09:29 JS, revision 42506

Warning fixes

2006-10-27 09:28 MW, revision 42505

Add tar streams.

2006-10-27 09:27 JS, revision 42504

Typo fix

2006-10-27 09:12 RR, revision 42503

Add empty EnableCloseButton() into wxTLW base class.

2006-10-27 09:12 MW, revision 42502

Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.

2006-10-27 09:07 RR, revision 42501

Document wxTLW::EnableCloseButton.

2006-10-27 09:02 RR, revision 42500

Minor doc corrections.

2006-10-27 08:59 JS, revision 42499

Demonstrates printing

2006-10-27 08:56 JS, revision 42498

Added richtextprinting.cpp/h

2006-10-27 08:54 MW, revision 42497

Add FindLength()

2006-10-27 08:50 RR, revision 42496

Don't overwrite wxFD_ styles in m_windowStyle.

2006-10-27 08:45 RR, revision 42495

Move the wxFD_... flags back into m_windowStyle as requested. Add the list if flags, with which the wxFD_ flags have to cooperate into the header of wxFileDialog.

2006-10-27 08:43 JS, revision 42494

First cut at printing support for wxRichTextCtrl

2006-10-27 08:18 RR, revision 42493

Add EnableCloseButton() as wxMSW does. Use it in wxProgressDialog so that without wxPD_CAN_ABORT you cannot close the dialog. Closes [ 1585563 ] wxProgressDialog @ GTK CloseButton

2006-10-27 07:52 MW, revision 42492

Factory some of wxFilterClassFactory into a base class.

2006-10-27 07:48 ABX, revision 42491

Reverted winundef.h removal - without it build fails on GetWindowStyle later.

2006-10-27 07:45 ABX, revision 42490

Warning fixes.

2006-10-27 07:21 BIW, revision 42489

made the multi-notebook the default view in the aui sample; added welcome screen to the notebook

2006-10-27 07:06 MW, revision 42488

Add wxFS_SEEKABLE open flag.

2006-10-27 06:30 RD, revision 42487

flesh out the dummy classes reorg the class decls a bit do some overloading add docstrings

2006-10-27 06:29 RD, revision 42486

include mslu.h

2006-10-27 06:28 RD, revision 42485

fix some compile/link errors

2006-10-27 06:08 RD, revision 42484

Added Changer classes

2006-10-27 06:06 RD, revision 42483

Add wxRect2D

2006-10-27 05:32 RD, revision 42482

fix compile errors

2006-10-27 05:31 RD, revision 42481

Detabified

2006-10-27 04:42 PC, revision 42480

allow building with wxUSE_THREADS==0

2006-10-26 22:49 MW, revision 42479

Add wxFilterFSHandler.

2006-10-26 22:45 MW, revision 42478

Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().

2006-10-26 22:43 MW, revision 42477

Add wxFilterClassFactory::PopExtension().

2006-10-26 22:41 MW, revision 42476

For streams smaller than the buffer reduce the buffer to length + 1 instead of length, so that it doesn't go to disk.

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

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

2006-10-26 21:41 RD, revision 42474

wxPython 2.7.1.3

2006-10-26 21:36 VZ, revision 42473

include autopackage-related files

2006-10-26 21:35 VZ, revision 42472

include wx/msw/mslu.h for wxUsingUnicowsDll() declaration

2006-10-26 21:08 RR, revision 42471

[ 1585253 ] Various important bugfixes to wxFileName::Normalize

2006-10-26 20:35 RR, revision 42470

Make animation of combo-popdown optional. Replace wxMiniSleep() + wxYield() implemenation by wxTimer based one.

2006-10-26 20:29 RR, revision 42469

Rewrite selection event code for wxListBox. Remove ifdef for non-native wxCheckListBox.

2006-10-26 19:48 MW, revision 42468

Missing header.

2006-10-26 19:24 SC, revision 42467

moving rounded rect and ellipse to path class

2006-10-26 19:21 SC, revision 42466

missing apply call

2006-10-26 19:17 KO, revision 42465

Updating bindings for wxGraphicsContext and wxRichTextCtrl.

2006-10-26 19:12 VZ, revision 42464

no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it used to do now

2006-10-26 19:11 VZ, revision 42463

rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)

2006-10-26 19:06 VZ, revision 42462

move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h

2006-10-26 17:54 RD, revision 42461

Patch from Dj Gilcrease to fix gradients.

2006-10-26 17:31 SC, revision 42460

adding workarounds for 10.4 only implementations

2006-10-26 17:22 SC, revision 42459

switching to new renderer API

2006-10-26 16:49 JS, revision 42458

Minor corrections

2006-10-26 16:19 RD, revision 42457

fixed compile error (jump to label bypasses initialization, or something like that...)