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-04-14 11:41 SC, revision 45456

fixing assert

2007-04-14 11:17 SC, revision 45455

fixing non core graphcis build

2007-04-14 11:16 SC, revision 45454

fixing assert

2007-04-14 11:04 VS, revision 45453

don't use the VC6 workaround in wxList with newer versions of VC

2007-04-14 10:45 VS, revision 45452

fixed wxUniCharRef::IsAscii() definition

2007-04-14 10:19 SC, revision 45451

fixing the shrinking embedded controls

2007-04-14 09:58 VS, revision 45450

removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)

2007-04-14 09:33 SC, revision 45449

cleaning up problems after string changes

2007-04-14 09:24 SC, revision 45448

cleaning up problems after string changes

2007-04-14 01:17 VZ, revision 45447

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004) [backport from HEAD]

2007-04-14 01:15 VZ, revision 45446

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004)

2007-04-13 23:41 VZ, revision 45445

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000) [backport from HEAD]

2007-04-13 23:38 VZ, revision 45444

implement support for right-aligned/centered items owner-drawn items (patch 1699415) [backport from HEAD]

2007-04-13 23:36 VZ, revision 45443

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000)

2007-04-13 23:32 VZ, revision 45442

implement support for right-aligned/centered items owner-drawn items (patch 1699415)

2007-04-13 23:26 VZ, revision 45441

removed documentation for wxStartTimer() and wxGetElapsedTime() which are only kept for backwards compatibility

2007-04-13 16:27 RR, revision 45440

Correctly handle ENTER for cell activation.

2007-04-13 14:13 VZ, revision 45439

include memory.h to help Borland compilation in Unicode mode

2007-04-13 12:06 VZ, revision 45438

rebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition

2007-04-13 02:13 VZ, revision 45437

removed contrib files from the scripts

2007-04-13 02:02 VZ, revision 45436
  • D /wxWidgets/trunk/contrib/Makefile.in
  • D /wxWidgets/trunk/contrib/samples
  • D /wxWidgets/trunk/contrib/utils

removing unnecessary makefiles, there is nothing left here

2007-04-13 02:00 VZ, revision 45435
  • D /wxWidgets/trunk/contrib/utils/convertrc

removing obsolete and not working tool

2007-04-13 01:27 VZ, revision 45434

clarifications to the ctor documentation

2007-04-12 21:15 VS, revision 45433

initial version of UTF-8 strings representation (still converting to wchar_t* a lot); it has to be explicitly enabled with --enable-utf8 for now

2007-04-12 21:13 VS, revision 45432

moved vararg handling code in wxMessageOutput to single method and added simple Output(wxString) virtual method instead of DoPrintf(format,...)

2007-04-12 19:51 RD, revision 45431

Forward declare new wxPy classes

2007-04-12 17:47 VS, revision 45430

removed unneeded wxChar* cast, we already have wxString one

2007-04-12 15:00 VZ, revision 45429

removed the code to manually send wxNavigationEvents, it's not needed any more

2007-04-12 14:57 VZ, revision 45428

avoid code duplication by using helper functions

2007-04-12 14:28 VZ, revision 45427

modify the listbox item in place instead of deleting and inserting it back in SetString(), this gets rid of confusing listbox selection events for invalid item when SetString() is called

2007-04-12 00:56 RD, revision 45426

reSWIGged

2007-04-12 00:54 RD, revision 45425

wx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and wx.HVScrolledWindow classes have been added.

2007-04-12 00:53 RD, revision 45424

SetCanFocus

2007-04-12 00:52 RD, revision 45423

wizard classes don't take resource parameter anymore

2007-04-12 00:51 RD, revision 45422

wxNullIconBundle

2007-04-12 00:50 RD, revision 45421

Add wxEXEC_NOEVENTS

2007-04-12 00:49 RD, revision 45420

update wx.IconBundle methods and docstrings

2007-04-12 00:45 RD, revision 45419

SetDefault returns the former default widget

2007-04-12 00:44 RD, revision 45418

wx.IconBundle support

2007-04-12 00:44 RD, revision 45417

wxMac: The get-url apple event is now supported, simply override wx.App.MacOpenURL to receive it.

2007-04-12 00:41 RD, revision 45416

Add wx.Position

2007-04-12 00:38 RD, revision 45415

STC is not a separate library anymore

2007-04-12 00:37 RD, revision 45414

tweaks needed for new GLCanvas API

2007-04-12 00:36 RD, revision 45413

trim whitespace

2007-04-12 00:35 RD, revision 45412

Test EVT_TREE_ITEM_ACTIVATED

2007-04-12 00:34 RD, revision 45411

All platforms have the same GLCanvas API now

2007-04-12 00:23 RD, revision 45410

Use the wxWANTS_CHARS style

2007-04-12 00:23 RD, revision 45409

Don't use stc lib if building monolithic

2007-04-12 00:13 RD, revision 45408

Adjust output dir for wxPython file

2007-04-11 21:54 RD, revision 45407

Don't use hidden items for size calc (patch 1698314) (backport from HEAD)

2007-04-11 21:53 RD, revision 45406

Don't use hidden items for size calc (patch 1698314)

2007-04-11 19:53 VZ, revision 45405

remove documentation of (protected) AutoSizeColumnOrRow()

2007-04-11 15:37 SC, revision 45404

compile guard

2007-04-11 15:32 SC, revision 45403

changing the Multiple Inheritance along the Single Inheritance, patch 1623801

2007-04-11 13:55 VZ, revision 45402

add aglUpdateContext() call (doesn't seem to change anything but should be there according to the docs)

2007-04-11 13:36 VZ, revision 45401

forward declare wxDC (fixes wxMotif compilation)

2007-04-11 13:13 VS, revision 45400

fixed another place where wxString was used as bool

2007-04-11 12:13 VZ, revision 45399

derive wxStaticText from wxStaticTextBase under wxGTK1 too, in particular thi sfixes missing wxStaticText::Wrap() problem during linking

2007-04-11 11:53 VZ, revision 45398

linking fix after the one before last commit

2007-04-11 10:32 MBN, revision 45397

Added --enable-extended_rtti configure switch (defaults to disabled). Fix compilation when WXINTL_NO_GETTEXT_MACRO is defined. Added wx/flags.h to installed files. Fix XTI compilation after wxString changes. Fix 'virtual functions but non-virtual destructor' GCC warnings. Minimal XTI definition for wxOwnerDrawnComboBox (cut'n'paste from wxComboBox, will need to be completed). Requires rerunning bakefile and autoconf.

2007-04-11 00:26 VZ, revision 45396

compilation fix after last commit

2007-04-11 00:23 VZ, revision 45395

don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956)

2007-04-11 00:19 VZ, revision 45394

add support for a data tag which can be used to embed arbitrary data into the generated code (part of some forgotten patch...)

2007-04-11 00:12 VZ, revision 45393

added our own implementation of strto[u]ll() if the system doesn't have one (patch 1696533)

2007-04-10 23:56 VZ, revision 45392

send selection events when Ctrl-clicking an item repeeatedly in a multiselection tree

2007-04-10 23:48 VZ, revision 45391

added a menu command to clear log

2007-04-10 19:32 VS, revision 45390

reverted previous commit and added a comment explaining why CByteArrayFormat should be kept

2007-04-10 19:13 VS, revision 45389

don't crash if (char*)c_str() is used twice in a row on the same string and both pointers are used at the same time

2007-04-10 17:38 VZ, revision 45388

Big wxGL classes refactoring/cleanup: 1. Provide the same API, especially, but not limited to, wxGLCanvas and wxCLContext ctors (which were completely different in all ports) 2. Extracted common parts into wxGLCanvas/ContextBase classes 3. Deprecate the old API using implicitly created wxGLContext

2007-04-10 16:51 VZ, revision 45387

rename the menu to avoid conflict with a standard Mac menu

2007-04-10 16:09 SC, revision 45386

don't change the case of extensions

2007-04-10 15:43 VZ, revision 45385
  • D /wxWidgets/branches/WX_2_8_BRANCH/docs/latex/wx/dcsvg.tex
  • D /wxWidgets/branches/WX_2_8_BRANCH/include/wx/dcsvg.h
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/common/dcsvg.cpp

removing the files recently added to HEAD from 2.8 branch

2007-04-10 14:55 VS, revision 45384

fixed typo: _T(), not _()

2007-04-10 14:35 VZ, revision 45383

add GetOwner() documentation

2007-04-10 13:37 VS, revision 45382

removed unused CByteArrayFormat function

2007-04-10 13:25 SC, revision 45381

accomodating to new files

2007-04-10 12:49 SC, revision 45380

using info plist above, debug on native arch only

2007-04-10 12:35 SC, revision 45379

needs threads...

2007-04-10 12:23 SC, revision 45378

correcting include style

2007-04-10 11:25 SC, revision 45377

removing duplicated error message

2007-04-10 11:23 SC, revision 45376

fixing refcounting for embedded native controls

2007-04-10 09:59 SC, revision 45375

fixing refcounting for embedded native controls, backporting code for Realize

2007-04-10 08:03 RR, revision 45374

Document wxWindow::Navigate() instead of generation of a navigation event in the text on wxWANTS_CHARS.

2007-04-10 01:29 VZ, revision 45373

compilation fix after last commit

2007-04-10 00:02 VZ, revision 45372

refresh GL canvas itself, not the frame, when the GL context changes, otherwise it doesn't redraw under wxGTK1

2007-04-09 23:42 VZ, revision 45371

reverted patch 1325857 (rev 1.561): it might have fixed handling of CJK keys but broke handling of the normal keys without IM

2007-04-09 23:03 VZ, revision 45370

fix the sample to work under X11 (where a context can't be made current before the window is realized)

2007-04-09 22:54 VZ, revision 45369

1. switched to new wxGLCanvas API (not using the implicit context) 2. pruned everything not related to OpenGL, making the remaining code much more readable 3. show using the same wxGLContext with multiple wxGLCanvases

2007-04-09 22:32 VZ, revision 45368

last version was broken and died when trying to create config.status, regenerated a working one

2007-04-09 21:41 VZ, revision 45367

truncate the static box label to fit the control size (patch 1695228) [backport from HEAD]

2007-04-09 21:39 VZ, revision 45366

truncate the static box label to fit the control size (patch 1695228)

2007-04-09 21:28 VZ, revision 45365

make Enter/Return activate the default button (second version of patch 1696563)

2007-04-09 21:24 VZ, revision 45364

don't use Pango hack for drawing underlined text when using new enough version of Pango (patch 1697040) [backport from HEAD]

2007-04-09 21:21 VZ, revision 45363

don't use Pango hack for drawing underlined text when using new enough version of Pango (patch 1697040)

2007-04-09 21:19 VZ, revision 45362

don't return the next line text from GetLineText() for empty lines (patch 1697208) [backport from HEAD]

2007-04-09 21:17 VZ, revision 45361

don't return the next line text from GetLineText() for empty lines (patch 1697208)

2007-04-09 20:33 VS, revision 45360

added wxgl pseudotarget

2007-04-09 16:43 MBN, revision 45359

Replace direct calls to ProcessEvent() with GetEventHandler()->ProcessEvent().

2007-04-09 16:09 VZ, revision 45358

escape &

2007-04-09 16:04 VZ, revision 45357

fix --with-opengl formatting

2007-04-09 15:52 VZ, revision 45356

don't overwrite the buffer if extending it failed

2007-04-09 15:50 VZ, revision 45355

replaced deprecated wxMULTIPLE with wxFD_MULTIPLE

2007-04-09 15:46 VZ, revision 45354

compilation fixes: remove unneeded c_str()

2007-04-09 13:51 VZ, revision 45353

added wx/image.h to fix compilation without PCH after last change

2007-04-09 12:21 VZ, revision 45352

undid signed/unsigned warning fix of rev 1.73 as the type of wxString::iterator::operator-() is now signed again

2007-04-09 12:19 VZ, revision 45351

compilation fix after last change

2007-04-09 12:13 VZ, revision 45350

fix unused parameter warning introduced by last commit

2007-04-09 11:37 VZ, revision 45349

make wxVarVScrollLegacyAdaptor::OnGetLineHeight() non-pure virtual to fix compilation with WXWIN_COMPATIBILITY_2_8==1

2007-04-09 11:18 VZ, revision 45348

compilation fixes after last commit

2007-04-09 08:18 VS, revision 45347

string iterator's operator- should return difference_type, not size_t or unsigned

2007-04-09 06:50 VS, revision 45346

removed spurious semicolons

2007-04-09 06:47 VS, revision 45345

compilation fix: needs wx/string.h

2007-04-09 00:19 VZ, revision 45344

added missing membersection for CreateIconBundle

2007-04-08 23:25 VZ, revision 45343

fix a fatal crash due to using wxHSCROLL presence in m_windowStyle as indicator of whether we wrap lines or not: this didn't work because wxHSCROLL was temporarily reset in wxWindow::Create() and so we used wxTextWrappedData when we only had created wxTextMultiLineData

2007-04-08 23:06 VZ, revision 45342

don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixelsPerLine is NULL, this resulted in problems mentioned in patch 1696082

2007-04-08 22:42 VZ, revision 45341

pass 0, not NULL, to SendMsg() which takes long to avoid gcc warnings

2007-04-08 22:28 VZ, revision 45340

added mouse wheel support (patch 1696082)

2007-04-08 22:26 VZ, revision 45339

compilation fix after last change

2007-04-08 22:18 VZ, revision 45338

Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing it in wxButton implementations in (almost) all ports; changed its return type to "wxWindow *" from "void" to accommodate the ports needing the old default item (replaces part of patch 1696563)

2007-04-08 21:45 VZ, revision 45337

make test_for_selected_wxbuild target optional (patch 1696363)

2007-04-08 21:02 VZ, revision 45336

fix the problem with parsing HTML comments (closes bug 1116708; based on patch 1168583)

2007-04-08 17:52 VS, revision 45335

fix crash in ~wxString with global wxString objects: temporarily move conversion buffers from a hash to wxString

2007-04-08 13:59 VS, revision 45334

don't build wxscintilla lib if wxSTC is not built

2007-04-08 13:55 VZ, revision 45333

fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0

2007-04-08 06:13 PC, revision 45332

Children need to be updated in size_allocate even if widget is not realized. Fix initial GdkWindow sizes in realize.

2007-04-08 02:08 VZ, revision 45331

compilation fix for !USE_PCH (added missing wx/dc.h include)

2007-04-08 01:58 VZ, revision 45330

The great wxVScrolledWindow refactoring: allow using it both horizontal and vertical directions (slightly modified patch 1671181)

2007-04-08 00:51 VZ, revision 45329

corrected typo in the creation date

2007-04-08 00:49 VZ, revision 45328

added wxPosition helper class (extracted from patch 1671181)

2007-04-08 00:43 VZ, revision 45327

added wxEXEC_BLOCK flag (patch 1620430)

2007-04-08 00:23 VZ, revision 45326

use wxFD_XXX instead of deprecated wxXXX in the documentation

2007-04-08 00:18 VZ, revision 45325

added wxEXEC_BLOCK flag (patch 1620430)

2007-04-07 23:54 VZ, revision 45324

use wxIconBundle::GetIconOfExactSize() instead of duplicating its code

2007-04-07 23:53 VZ, revision 45323

added GetIconOfExactSize()

2007-04-07 23:40 VZ, revision 45322

made wxTLW::SetIcon() non-virtual, it was already implemented in terms of SetIcons() in most of the ports, now do it in all of them

2007-04-07 23:38 VZ, revision 45321

don't allocate m_refData unnecessarily

2007-04-07 23:36 VZ, revision 45320

don't crash when IsEmpty() is called on invalid bundle; don't assert if GetIcon(-1) is called on an invalid or empty bundle as existing code expects to be able to do it

2007-04-07 23:14 VZ, revision 45319

don't use invalid wxIconBundles, it results in asserts after recent changes

2007-04-07 23:05 VZ, revision 45318

don't try to access empty wxIconBundle in gtk_frame_realized_callback

2007-04-07 23:04 VZ, revision 45317

added IsEmpty()

2007-04-07 22:25 VZ, revision 45316

filter out bundles/packages when showing the open file dialog (patch 1675784)

2007-04-07 22:14 VZ, revision 45315

use 2 extensions in a filter in FileSave() for testing

2007-04-07 22:13 VZ, revision 45314

choose the first extension by default, if several are specified, in the save file dialog (patch 1675781)

2007-04-07 21:59 VZ, revision 45313

don't remove the tools we hadn't added to the toolbar (replaces patch 1660201)

2007-04-07 21:18 MBN, revision 45312

Rework wxMotif font/color inheritance so it works like in the other ports. Avoid setting foreground/background color for windows and let the toolkit use the natural color. As an intermediate step font is still explicitly set. Handle the cases where m_foregroundColour, m_backgroundColour ir m_font are not initialized. Set default (overridable) X resources to emulate the old look. Unify wxMOTIF_NEW_FONT_HANDLING with wxMOTIF_USE_RENDER_TABLE. Minor unrelated (sizing) fixes to wxCheckListBox, wxStaticText, wxTextCtrl. Tagged with MOTIF_BEFORE_COLOUR_FONT_INHERITANCE before the changes.

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

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

2007-04-07 20:31 VZ, revision 45310

fix crash introduced in last commit (the correct item variable was shadowed by another one and so remained NULL)

2007-04-07 19:59 VZ, revision 45309

1. changed wxIconBundle to use m_refData and COW to make copying icon bundles fast (which was needed for 2) 2. make it possible to return wxIconBundles from wxArtProvider 3. implement Mac-specific wxArtProvider doing (2) (modified patch 1581960)

2007-04-07 18:23 VZ, revision 45308

add support for resources forks in wxCopyFile() (modified patch 1620336)

2007-04-07 17:05 VZ, revision 45307

support accelerators for buttons too (slightly modified patch 1549012)

2007-04-07 16:05 VZ, revision 45306

added MacOpenURL() (patch 1235957)

2007-04-07 15:45 VZ, revision 45305

document GetAnimation() (patch 1695722)

2007-04-07 15:44 VZ, revision 45304

document adding new resource handlers (patch 1695722)

2007-04-07 15:42 VZ, revision 45303

don't mention obsolete 2.2 version (part of patch 1695722)

2007-04-07 15:41 VZ, revision 45302

mention more predefined array classes (part of patch 1695722)

2007-04-07 14:41 RR, revision 45301

Restore border around non-scrolling widgets. The border seems to have the wrong colour now (?).

2007-04-07 13:33 VZ, revision 45300

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 13:25 VZ, revision 45299

use smaller icons, it looks better (patch 1695225)

2007-04-07 13:18 VZ, revision 45298

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 12:28 SN, revision 45297

Compilation fix for wxCStrData handling.

2007-04-07 12:21 SN, revision 45296

Replaced incorrect or inefficient usage of char_str() by wx_str().

2007-04-07 11:41 VZ, revision 45295

don't access the window after it had been deleted by the focus event handler (patch 1693063) [backport from HEAD]

2007-04-07 11:39 VZ, revision 45294

don't access the window after it had been deleted by the focus event handler (patch 1693063)

2007-04-07 10:40 VZ, revision 45293

fix typo in OnClosingDocument() name

2007-04-07 09:25 VS, revision 45292

STL build compilation fix

2007-04-06 23:16 VZ, revision 45291

add conversion of wxUniChar[Ref] to unsigned int if it's not already covered by conversion to wint_t

2007-04-06 22:56 VZ, revision 45290

added operator-(const wxChar *, const wxCStrData&) to allow compilation of the code doing "p - s.c_str()" where p is a pointer into the string s

2007-04-06 22:52 SN, revision 45289

Compilation fix for wxCStrData handling.

2007-04-06 22:48 VZ, revision 45288

wxCStrData must be dllexport'd now that it has non-inline methods

2007-04-06 22:41 VZ, revision 45287

suppress warning about converting -1 to MenuItemIndex

2007-04-06 22:19 SN, revision 45286

Backported bugfix (comparision vs. assignment).

2007-04-06 22:16 SN, revision 45285

Bugfix (comparision vs. assignment).

2007-04-06 21:42 SN, revision 45284

Added missing argument for DoGiveHelp.

2007-04-06 21:38 VZ, revision 45283

compilation fix: don't try to convert wxString to bool, use empty() instead

2007-04-06 21:35 VZ, revision 45282

compilation fix: don't try to convert wxString to bool (apparently unnecessarily)

2007-04-06 21:23 VZ, revision 45281

compilation fix: test correctly for filter string not being empty in MakeUserDataRec

2007-04-06 21:08 RD, revision 45280

More patches from FM to clean up after moving contribs. Also removes use of wxUSE_RESOURCES

2007-04-06 20:49 SN, revision 45279

Rather use the "obvious" implementation of wxStaticText::DoGetLabel().

2007-04-06 20:42 SN, revision 45278

Tentative implementation of wxStaticText::DoGetLabel().

2007-04-06 20:31 SN, revision 45277

Compilation fix for wxCStrData handling.

2007-04-06 20:06 SN, revision 45276

Compilation fix for wxCStrData handling.

2007-04-06 19:22 VZ, revision 45275

handle child destruction notifications in wxTLW itself and reset both normal and temporary default item pointers when the default window is destroyed

2007-04-06 19:16 VZ, revision 45274

more compilation and linking fixes for !wxHAS_NATIVE_TAB_TRAVERSAL after recent changes

2007-04-06 19:08 VZ, revision 45273

compilation fix for VC7.1: add size_t overloads for arithmetic operators on wxStringImpl::iterator

2007-04-06 18:08 SN, revision 45272

Compilation fix for wxCStrData handling.

2007-04-06 17:22 SN, revision 45271

Compilation fix for wxCStrData handling.

2007-04-06 17:10 SN, revision 45270

OS/2 specific compilation fix for wxCStrData handling.

2007-04-05 22:33 VZ, revision 45269

compilation fix for g++ 3 (and probably others) after the last commit

2007-04-05 22:32 VZ, revision 45268

compilation fixes for generic TAB navigation after last commit

2007-04-05 22:29 VZ, revision 45267

make wxControlContainer accept focus depending on whether it has any focusable children when using native TAB navigation too but also allow to manually override this automatic detection; added wxWindow::SetCanFocus() to notify GTK+ about changed focus state

2007-04-05 21:56 VZ, revision 45266

wxString::[const_]iterator operators -= and += should return reference and not iterator object

2007-04-05 21:55 VZ, revision 45265

added overloads taking pairs of const char/wchar_t pointers for wxString methods working with const_iterators for backwards compatibility with old wxString::const_iterator which used to be convertible to/from const wxChar *

2007-04-05 21:54 VZ, revision 45264

added WX_ASSERT_STR_EQUAL helper macro for comparing wxStrings with C strings

2007-04-05 21:47 VS, revision 45263

compilation fix for previous commit

2007-04-05 21:28 VS, revision 45262

provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type

2007-04-05 18:28 RD, revision 45261

Compile fix for gcc on MSW

2007-04-05 18:26 RD, revision 45260

Patch from FM with more bakefile tweaks and etc.

2007-04-05 16:31 BIW, revision 45259

avoid assert in window list drop down

2007-04-05 15:38 VS, revision 45258

compilation fixes

2007-04-05 15:01 VZ, revision 45257

use wxINT32_MIN, not LONG_MIN, in wxDateTime default ctor to fix it under LP64 platforms

2007-04-05 15:00 VZ, revision 45256

changed wxLongLongNative(hi, lo) ctor to take wxInt32, not long, as it was completely broken on LP64 architectures otherwise

2007-04-05 14:58 VZ, revision 45255

define C99-like wxINT8/16/32_MIN/MAX constants in addition to wxInt8/16/32 types

2007-04-05 14:21 VZ, revision 45254

corrected signed/unsigned comparison warning

2007-04-05 14:19 VZ, revision 45253

fix another warning about unused variable in DoCStrDataTernaryOperator()

2007-04-05 12:41 VZ, revision 45252

fix warning about unused variable in DoCStrDataTernaryOperator()

2007-04-05 09:58 VZ, revision 45251

construct wxBasicString directly from wxString instead of passing by mb_str(): this is completely unnecessary (and also happens not to compile in Unicode build currently)

2007-04-05 09:33 VZ, revision 45250

fix typo in allowOthers description

2007-04-05 08:35 VS, revision 45249

made wxString::Replace, Matches and Find work with any form of string argument

2007-04-05 06:27 RD, revision 45248

Bakefile and other changes for new locations of STC and wxSVGFileDC. Remove old files in contrib.

2007-04-04 23:41 VZ, revision 45247

compilation fix for Unicode build: remove ambiguity arising when trying to pass wxCharBuffer to wxBasicString ctor which is overloaded for const char * and wxString by passing it directly wxString instead of calling mb_str() on it first

2007-04-04 13:38 VZ, revision 45246

don't call OnMouseEnter(-1) twice when the mouse leaves the toolbar but wasn't over a tool before

2007-04-04 11:40 VS, revision 45245

build fixes after previous commit

2007-04-04 02:04 VZ, revision 45244

call SetEventObject() for wxHtmlLinkEvents we generate [backport from HEAD]

2007-04-04 02:00 VZ, revision 45243

call SetEventObject() for wxHtmlLinkEvents we generate

2007-04-03 20:29 VS, revision 45242

cleanup of wxString ctors and operator=: made both char* and wchar_t* versions available, regardless of the build

2007-04-03 18:42 RD, revision 45241

Use our own getters and properties for wxVisualAttributes

2007-04-03 18:04 VZ, revision 45240

Undid last commit and restored bool argument to wxFrame::DoGiveHelp() as removing it could silently break existing user code overriding this function. Fix the problem with not restoring the original status bar text when the mouse pointer left the toolbar by simply calling DoGiveHelp() with false as second parameter only if there was no valid tool under mouse, not if the help string (for a valid tool) was empty.

2007-04-03 15:12 VZ, revision 45239

removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor: they're used without these checks in many other places anyhow

2007-04-03 14:06 VZ, revision 45238

replaced more occurrences of 2.8.3 with 2.8.4

2007-04-03 13:58 VZ, revision 45237

updated version to 2.8.4 after addition of wxString::[w]char_str()

2007-04-03 11:27 VZ, revision 45236

removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed

2007-04-03 10:36 VS, revision 45235

BCC5.5 compilation fix

2007-04-03 10:06 VS, revision 45234

compilation fix for BCC5.5

2007-04-03 08:46 VS, revision 45233

fixed wxBitmap<->wxImage conversion to not exchange red and blue components

2007-04-03 02:44 PC, revision 45232

build fixes for wxUSE_VALIDATORS==0

2007-04-03 02:15 PC, revision 45231

more checks for non-scrolling windows, some code duplication cleanup

2007-04-03 01:02 VZ, revision 45230

quote AM_PATH_WXCONFIG arguments before passing them to WX_CONFIG_CHECK, otherwise they're lost when using autoconf 2.13

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

removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed

2007-04-02 21:37 RD, revision 45228

reSWIGged

2007-04-02 21:26 RD, revision 45227

Elippsis and markup support for wxStaticText

2007-04-02 21:25 RD, revision 45226

Add wx.SizerItem.Assign* methods, deprecate coresponding wx.SizerItem.Set* methods

2007-04-02 21:24 RD, revision 45225

remove some problem commas

2007-04-02 21:23 RD, revision 45224

Primary selection stuff

2007-04-02 21:21 RD, revision 45223

fix test code

2007-04-02 21:20 RD, revision 45222

patch from Andrea fixing sending of events and drawing of lines at root.

2007-04-02 21:19 RD, revision 45221

Gizmos has been moved to wxCode.

2007-04-02 21:17 RD, revision 45220

Enable the use of the primary selection

2007-04-02 21:15 RD, revision 45219

Always use wxHSCROLL|wxVSCROLL.

2007-04-02 20:35 CE, revision 45218

get wx and tex2rtf docs only

2007-04-02 18:14 CE, revision 45217

restore cvs up

2007-04-02 18:13 VS, revision 45216

added some unsigned char overloads to wxString for compatibility

2007-04-02 17:42 CE, revision 45215

tidy up daily build for 2.9

2007-04-02 17:42 VS, revision 45214

some more operator?! tests

2007-04-02 12:25 VS, revision 45213

added wxString::[w]char_str() to 2.8 for forward compatibility with wx3

2007-04-02 08:51 JS, revision 45212

Added mouse event handler invocations

2007-04-02 08:49 JS, revision 45211

Fixed compile problem and warning

2007-04-02 05:33 VS, revision 45210

GetBaseByName doesn't exist anymore

2007-04-01 21:52 VZ, revision 45209

avoid asserts when the cipboard is acquired by another application

2007-04-01 17:00 VZ, revision 45208

removing obsolete contribs (partly moved to wxCode)

2007-04-01 16:35 VZ, revision 45207
  • D /wxWidgets/trunk/contrib/build/deprecated
  • D /wxWidgets/trunk/contrib/build/fl/fl.bkl
  • D /wxWidgets/trunk/contrib/build/fl/fl.dsp
  • D /wxWidgets/trunk/contrib/build/fl/fl.dsw
  • D /wxWidgets/trunk/contrib/build/fl/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.vc
  • D /wxWidgets/trunk/contrib/build/fl/makefile.wat
  • D /wxWidgets/trunk/contrib/build/foldbar
  • D /wxWidgets/trunk/contrib/build/gizmos
  • D /wxWidgets/trunk/contrib/build/mmedia
  • D /wxWidgets/trunk/contrib/build/net/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/net/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/net/makefile.vc
  • D /wxWidgets/trunk/contrib/build/net/makefile.wat
  • D /wxWidgets/trunk/contrib/build/net/net.bkl
  • D /wxWidgets/trunk/contrib/build/net/net.dsp
  • D /wxWidgets/trunk/contrib/build/net/net.dsw
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.bcc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.gcc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.vc
  • D /wxWidgets/trunk/contrib/build/ogl/makefile.wat
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.bkl
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.dsp
  • D /wxWidgets/trunk/contrib/build/ogl/ogl.dsw
  • D /wxWidgets/trunk/contrib/build/plot
  • D /wxWidgets/trunk/contrib/docs/latex/deprecated
  • D /wxWidgets/trunk/contrib/docs/latex/fl
  • D /wxWidgets/trunk/contrib/docs/latex/gizmos
  • D /wxWidgets/trunk/contrib/docs/latex/mmedia
  • D /wxWidgets/trunk/contrib/docs/latex/ogl
  • D /wxWidgets/trunk/contrib/include/wx/applet
  • D /wxWidgets/trunk/contrib/include/wx/deprecated
  • D /wxWidgets/trunk/contrib/include/wx/fl
  • D /wxWidgets/trunk/contrib/include/wx/foldbar
  • D /wxWidgets/trunk/contrib/include/wx/gizmos
  • D /wxWidgets/trunk/contrib/include/wx/mmedia
  • D /wxWidgets/trunk/contrib/include/wx/net
  • D /wxWidgets/trunk/contrib/include/wx/ogl
  • D /wxWidgets/trunk/contrib/include/wx/plot
  • D /wxWidgets/trunk/contrib/samples/applet
  • D /wxWidgets/trunk/contrib/samples/deprecated
  • D /wxWidgets/trunk/contrib/samples/fl
  • D /wxWidgets/trunk/contrib/samples/foldbar
  • D /wxWidgets/trunk/contrib/samples/gizmos
  • D /wxWidgets/trunk/contrib/samples/mmedia
  • D /wxWidgets/trunk/contrib/samples/ogl
  • D /wxWidgets/trunk/contrib/samples/plot
  • D /wxWidgets/trunk/contrib/src/applet
  • D /wxWidgets/trunk/contrib/src/deprecated
  • D /wxWidgets/trunk/contrib/src/fl
  • D /wxWidgets/trunk/contrib/src/foldbar
  • D /wxWidgets/trunk/contrib/src/gizmos
  • D /wxWidgets/trunk/contrib/src/mmedia
  • D /wxWidgets/trunk/contrib/src/net
  • D /wxWidgets/trunk/contrib/src/ogl
  • D /wxWidgets/trunk/contrib/src/plot

removing obsolete contribs (partly moved to wxCode)