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-08-09 15:05 JS, revision 47972

Toolbars shouldn't have themed borders Made it easier to switch off theme borders in wxWindow if necessary

2007-08-08 23:34 VZ, revision 47969

remove extra space which confuses some servers (at least wu-ftpd 2.6.2) from interpreting the PORT command correctly

2007-08-08 21:55 VS, revision 47967

fixed visiblity attribute warnings in STL build

2007-08-08 21:26 VS, revision 47966

VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent name conflicts

2007-08-08 12:39 JS, revision 47963

Made wxBORDER_THEME the same as wxBORDER_DEFAULT Moved wxControl::GetBorderStyle into wxWindowMSW::GetBorderStyle but added GetBorderStyle to have the same behaviour as before (so e.g. notebook panels don't get borders) Improved help window borders

2007-08-08 12:38 JS, revision 47962

Added wxWindowMSW::GetThemedBorderStyle as a helper for 2.8 Improved help window borders

2007-08-08 11:53 JS, revision 47961

Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several pages of template-related warnings)

2007-08-08 11:22 JS, revision 47960

Removed minifram

2007-08-08 04:35 DE, revision 47958

Merged 47957 from trunk: Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:34 DE, revision 47957

Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:27 DE, revision 47956

Merged 47955 from trunk: Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create Copyright 2007 Software 2000 Ltd.

2007-08-08 04:25 DE, revision 47955

Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create

2007-08-08 04:06 DE, revision 47954

Merged 47953 from trunk: Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 04:05 DE, revision 47953

Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 03:18 DE, revision 47952

Merged trunk 47951: Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:17 DE, revision 47951

Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:08 DE, revision 47950

Merged trunk 47949: In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 03:06 DE, revision 47949

In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 01:38 DE, revision 47947

Merged 47946 from trunk: Return true in unsetenv case.

2007-08-08 01:37 DE, revision 47946

Return true in wxSetEnv for unsetenv case.

2007-08-07 22:39 VZ, revision 47943

correction to last commit: don't test unsetenv() return value, it's void under Darwin

2007-08-07 22:29 VZ, revision 47942

use unsetenv() instead of setenv(var, NULL) which is invalid

2007-08-07 22:26 DE, revision 47941

Implement wxRadioButton Get/SetLabel methods.

2007-08-07 21:44 RD, revision 47940

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:42 RD, revision 47939

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:37 FM, revision 47938

added first version of wxStyleTextCtrl|Event docs

2007-08-07 21:13 VS, revision 47937

the Ubuntu visibility bug only happens when building shared libraries on some systems, use -shared when testing for it

2007-08-07 21:00 FM, revision 47935

typo fix

2007-08-07 20:33 VZ, revision 47932

don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)

2007-08-07 19:40 JS, revision 47930

Added wxBORDER_THEME and made wxTextCtrl and wxSearchCtrl show the correct borders. Because we can't add virtual functions because of binary compatibility considerations, we can't make controls intelligent enough to know when they need themed borders. So in 2.8 we have to add wxBORDER_THEME explicitly where necessary.

2007-08-07 19:25 JS, revision 47928

Clean up

2007-08-07 19:22 JS, revision 47927

Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). wxTextCtrl and wxSearchCtrl now get the correct border on wxMSW, and the wxRichTextCtrl sample also now demonstrates correct borders.

2007-08-07 19:12 RD, revision 47926

Patch #1769242: Check for wxUSE_GRAPHICS_CONTEXT in renderer.cpp

2007-08-07 13:55 JS, revision 47925

Compile fix for VC++ 6

2007-08-07 13:50 JS, revision 47924

compile and warning fixes

2007-08-07 12:01 CE, revision 47923

cvs to svn changes for 2.8.5

2007-08-07 11:52 CE, revision 47922

new is_text from head for svn

2007-08-07 11:46 CE, revision 47921

2.8.5 not 2.8.4

2007-08-07 08:56 CE, revision 47920

put constant in define

2007-08-07 01:38 VZ, revision 47919

remove tests for Mac Rez and SetFile which are also already done by bakefile; restore assignment to RESCOMP which was removed by last commit but which bakefile doesn't set

2007-08-07 01:23 VZ, revision 47918

don't test for things which bakefile already tests for (STRIP, RANLIB, INSTALL, WINDRES, ...); don't chech for VPATH support in make at all as we don't use it any more

2007-08-06 21:48 FM, revision 47917

added propertyaccessor.tex

2007-08-06 21:39 FM, revision 47916

first raw version

2007-08-06 21:37 FM, revision 47915

rewritten completely the XTI overview. First version.

2007-08-06 19:49 FM, revision 47913

build fix

2007-08-06 19:48 FM, revision 47912

regenerated after wx_dynamic_cast addition

2007-08-06 18:31 FM, revision 47911

add wx_dynamic_cast

2007-08-06 14:55 FM, revision 47908

Use wx prefix also for event table macros (still lots of work to do for adding 'wx' prefix to all event macros)

2007-08-06 14:55 DE, revision 47907

Merged 44792 (NOTE: CVS) from trunk: implemented GetLabel() (part of patch 1679337)

2007-08-06 14:53 VS, revision 47906

WXIMPORT must specify default visibility too, otherwise things like typeinfo may break subtly

2007-08-06 14:52 VS, revision 47904

fixed incorrect DLL export macro for wxJoystick

2007-08-06 14:19 DE, revision 47903

Merged 47902 from trunk: Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject. Also implements wxStaticBox Get/SetLabel which wasn't in the 2.8 branch.

2007-08-06 13:47 DE, revision 47902

Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject.

2007-08-06 08:46 FM, revision 47901

formatting change

2007-08-06 01:00 VZ, revision 47899

add wx/univ/tglbtn.h to wxUniv headers

2007-08-06 00:59 VZ, revision 47898

use wxBORDER_NONE instead of wxNO_BORDER

2007-08-06 00:58 VZ, revision 47897

corrected sizer code example which wrongly used wxBORDER

2007-08-05 22:14 FM, revision 47895

provide a ctor compatible with "old" wxRTTI system

2007-08-05 22:13 FM, revision 47894

use wx prefix for _all_ public macros (providing backward aliases for compat)

2007-08-05 22:11 FM, revision 47893

formatting changes

2007-08-05 22:10 FM, revision 47892

took the freedom to update the Acknowledgement and File Handling sections (which really needed an update!!); open for comments/other-decisions about the Acknowledgement section ;)

2007-08-05 21:29 FM, revision 47890

updated topic name

2007-08-05 21:29 FM, revision 47889

documented the wxFORCE_LINK_THIS_MODULE and wxFORCE_LINK_MODULE macros (they're useful also for XTI).

2007-08-05 20:01 FM, revision 47887

better GetClassInfo() description

2007-08-05 19:55 FM, revision 47886

put the "classes by category" section immediately after "alphabetic class reference" as it's more logical

2007-08-05 19:54 FM, revision 47885

1. Call this chapter instead of "Functions", "Functions and macros" since it contains docs for LOTS of macros 2. Small fixes and precisations to the various sections 3. move wxDECLARE_APP and wxIMPLEMENT_APP and WXDEBUG_NEW out of "XTI macros" section: they're not anything XTI related! 4. added docs for most of new XTI macros 5. reorganized and revised docs for "old" RTTI macros

2007-08-05 19:05 FM, revision 47884

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 19:04 FM, revision 47883

update the XTI classes section and also lots of other sections: layout classes control classes STC classes (needs someone who writes docs for wxStyledTextCtrl/Event!) multimedia classes openGL classes application and process management

2007-08-05 18:57 FM, revision 47882

fix for the "documentation for native toolkits" section: it cannot be a real \subsection otherwise tex2rtf puts its contents into the wrong page (e.g. in the wxX11 page)

2007-08-05 18:55 FM, revision 47881

use \urlref for external URLs

2007-08-05 18:54 FM, revision 47880

added the static function GetLabelText() to wxStaticText which was mentioned in the docs but not implemented; also fixed the return type documented for wxControl::GetLabel*() functions

2007-08-05 18:32 FM, revision 47879

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 10:10 JS, revision 47878

Updated border style names

2007-08-04 21:58 VZ, revision 47877

make wxTmemxxx() functions return char* and not void* in ANSI build for compatibility with wx 2.9 [backport of 47876 from trunk]

2007-08-04 21:33 VZ, revision 47876

make wxTmemchr() return (and take) char* instead of void* in ANSI build too

2007-08-04 18:40 VZ, revision 47874

added FromAscii(unsigned char *) overloads

2007-08-04 02:31 RD, revision 47870

Fix the building of debug python package if the debian/ubuntu system supports it

2007-08-04 02:27 RD, revision 47869

Patch from KO to allow the renderer to be able to draw onto a wxGCDC

2007-08-03 20:00 VZ, revision 47865

more wxUSE_XXX documented (patch from Tim Stahlhut)

2007-08-03 11:47 VZ, revision 47863

sorting support for generic version (patch 1765087 from Bo)

2007-08-03 08:50 JS, revision 47862

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-03 08:50 JS, revision 47861

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-02 16:28 DE, revision 47860

Merged 47838 from trunk: Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 18:54 FM, revision 47856

typo fix

2007-08-01 15:34 JS, revision 47850

Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)

2007-08-01 15:32 JS, revision 47849

Error and warning corrections

2007-08-01 15:30 JS, revision 47848

VC++ 6 reports ambiguities when using template Read/Write, so don't use them in this case

2007-08-01 14:43 VS, revision 47846

fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase)

2007-08-01 12:53 FM, revision 47845

added "show only classes with XTI info" checkbox; added "show all properties recursively" checkbox

2007-08-01 12:53 FM, revision 47844

added GetBaseClass1/2() shortcuts for symmetry with GetBaseClassName1/2()

2007-08-01 10:53 FM, revision 47843

move back m_itsClass member to its original position to avoid warnings from MSVC about "alignment of a member was sensitive to packing"

2007-08-01 10:52 FM, revision 47842

also show the generated code after saving it

2007-08-01 10:40 FM, revision 47841

de-dialogblockfied the code

2007-08-01 04:31 DE, revision 47840

Merged 47839 from 2.8 branch: Add missing wxT.

2007-08-01 04:29 DE, revision 47839

Add missing wxT.

2007-08-01 04:14 DE, revision 47838

Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 00:25 VZ, revision 47837

corrected library link

2007-07-31 22:03 VZ, revision 47835

added WXDLLEXPORT to the (empty) wxControlWithItems class declaration

2007-07-31 20:10 FM, revision 47832

moved a few methods from headers to sources

2007-07-31 19:30 FM, revision 47831

typo fixes

2007-07-31 19:29 FM, revision 47830

added first raw version of new XTI classes docs (already with the "Library" section which was added in TRUNK)

2007-07-31 19:27 FM, revision 47829

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:26 FM, revision 47828

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:25 FM, revision 47827

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-30 10:51 VS, revision 47826

don't crash in wxGetEmptyString(): it's now a #define for wxString(), which is not any less efficient now

2007-07-29 19:08 VZ, revision 47822

removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216)

2007-07-29 14:27 VZ, revision 47821

forcefully disable wxUSE_JOYSTICK too

2007-07-29 14:25 VZ, revision 47820

always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compilation of the code using it)

2007-07-29 14:21 VZ, revision 47819

compilation fix for WinCE

2007-07-29 14:08 VZ, revision 47818

CE compilation fix for X button stuff

2007-07-29 14:06 VZ, revision 47817

compilation fix for wxUSE_DBGHELP==0 after latest changes

2007-07-29 13:56 VZ, revision 47816

we must use TB_BUTTONSTRUCTSIZE before adding menu items to the toolbar; also send SHCMBM_GETMENU after creating the menus, otherwise it always returns NULL

2007-07-29 13:38 VZ, revision 47815

update button style to include BS_MULTILINE when a multiline label is set

2007-07-29 13:16 VZ, revision 47814

no changes, just removed unnecessary #ifdef __WIN32__

2007-07-29 03:36 DE, revision 47807

Use the ECHO_N and ECHO_C variables in lieu of echo -n since some shells need it. Use cat /dev/null instead of echo -n in the non-Mac (but on OS X) POSTLINK_COMMAND and RESCOMP variables.

2007-07-29 01:25 VZ, revision 47806

make the text in the top area more readable

2007-07-29 01:23 VZ, revision 47805

don't use deprecated DoLog() overload

2007-07-29 01:20 VZ, revision 47804
  • D /wxWidgets/trunk/difflast.pl

removed the script which only worked with cvs

2007-07-29 01:11 VZ, revision 47803

add support for 4th and 5th mouse buttons; reduce code duplication

2007-07-29 01:04 VZ, revision 47802

added support for 2 extra mouse buttons (patch 1757630)

2007-07-29 00:31 VZ, revision 47801

undid accidental commit of this file in the last revision

2007-07-29 00:28 VZ, revision 47800

removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab

2007-07-29 00:21 VZ, revision 47799

added wxMiniFrame demonstration to the dialogs sample

2007-07-28 23:48 VZ, revision 47798

preserve the arguments read from configarg.cache in it

2007-07-28 21:00 DE, revision 47797

Remove bogus DoDelete from 44730. It's appears that it's supposed to be DoDeleteItems which was added in a different place.

2007-07-28 20:40 DE, revision 47796

Merged trunk 47795: Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon

2007-07-28 20:34 DE, revision 47795

Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.

2007-07-28 19:35 DE, revision 47794

Merged trunk 47522: Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-28 19:35 PC, revision 47793

remove duplicates

2007-07-28 19:06 DE, revision 47792

Merged trunk 46229 (NOTE: CVS) inside #if 0 pending research into how to do it in an ABI-compatible way: Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-07-28 17:34 PC, revision 47791

make definitions match declarations in wxcrt.h

2007-07-28 17:08 PC, revision 47790

warning fix

2007-07-28 17:07 PC, revision 47789

Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient preincrement operator on iterators.

2007-07-28 16:55 RD, revision 47783

Use generic code for wheel scrolling on wxGTK as discussed on wx-dev a couple weeks ago

2007-07-28 16:54 RD, revision 47782

Also build the debug python package, and more tweaks from Ubuntu's wx rules file.

2007-07-28 16:15 RD, revision 47781

Use the wxWidgets name

2007-07-28 13:12 VZ, revision 47779

(ugly) compilation fix for wxUSE_STL==1 build

2007-07-28 12:23 VZ, revision 47778

show wxUSE_STL in the summary at the end too

2007-07-28 12:21 VZ, revision 47777

added the mention of library in which each class is defined to the documentation (patch 1756715)

2007-07-28 12:14 VZ, revision 47776

added the script used to add libraries to the documentation files (see patch 1756715)

2007-07-28 12:04 VZ, revision 47775

escape underscores

2007-07-28 11:54 VZ, revision 47774

no real changes, just cleanup and use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT (patch 1762528)

2007-07-28 11:51 VZ, revision 47773

added more wxUSE_XXX symbols (modified patch 1758917)

2007-07-28 11:29 VZ, revision 47772

no changes, just a typo fix

2007-07-28 11:27 VZ, revision 47771

set eol-style

2007-07-28 10:25 VZ, revision 47770

blind OS/2 compilation fix in wxSetWorkingDirectory()

2007-07-28 00:21 VZ, revision 47768

recognize hover bitmaps (patch 1758843)

2007-07-28 00:16 VZ, revision 47767

stop after at most 200 iterations in WalkFrom() to avoid looping endlessly when the stack is corrupted (patch 1759239)

2007-07-28 00:14 VZ, revision 47766

added maxDepth parameter to WalkFromException() (patch 1759239)

2007-07-28 00:08 VZ, revision 47765

removed unused wxUSE_XXX options (patch 1759328)

2007-07-27 23:59 VZ, revision 47764

made strings used in wxIPC methods const as a temporary compilation fix (they will need to be also made void* and not wxChar* later) (patch 1759924)

2007-07-27 23:49 VZ, revision 47763

added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)

2007-07-27 23:16 VZ, revision 47762

destroy TLW children pending for deletion from ~wxTLW to avoid leaving them with dangling parent pointer

2007-07-27 22:03 VZ, revision 47761

yet another compilation fix for ItemDeleted

2007-07-27 21:45 DE, revision 47759

Merged trunk 47757: * Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:57 DE, revision 47757

* Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:19 VZ, revision 47755

use symbolic name for the shell menu bar too; include resources.h in wince.rc directly instead of only doing it from smartphone.rc

2007-07-27 18:02 VZ, revision 47752

fix menu bar creation under WM5 (SHCMBF_EMPTYBAR must be used or it's not created at all!)

2007-07-27 17:02 PC, revision 47751

skip preprocessor test for a couple more header checks

2007-07-27 16:45 PC, revision 47750

fix last commit, it seems spaces are not allowed between macro and paren

2007-07-27 16:34 VZ, revision 47749

many compilation fixes for WinCE using VC8 (it now build, although still doesn't work)

2007-07-27 16:32 VZ, revision 47748

ignore VC8 project files and build directories

2007-07-27 14:57 VZ, revision 47747

added wxUSE_INICONF (disabled by default)

2007-07-27 13:51 VZ, revision 47746

don't use min() macro in wxQsort() which conflicts with the one from windows.h

2007-07-27 13:48 VZ, revision 47745

deTABbed wxQsort()

2007-07-27 12:22 VZ, revision 47744

and another compilation fix for ItemDeleted() from Bo

2007-07-27 12:17 VZ, revision 47743

real compilation fix for ItemDeleted()

2007-07-27 03:38 DE, revision 47742

Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-07-27 00:17 VZ, revision 47741

compilation fix for insert()

2007-07-27 00:16 VZ, revision 47740

compilation fix for ItemDeleted()

2007-07-26 21:24 RR, revision 47739

escape _

2007-07-26 18:40 DE, revision 47738

Add a Clear() method simply calling the wxComboBoxBase::Clear() to disambiguate it with wxTextCtrl::Clear() since wxCocoa's wxComboBox derives from wxTextCtrl for some reason.

2007-07-26 18:19 DE, revision 47737

Merged trunk 47733: Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 18:18 DE, revision 47736

Merged trunk 47732: Added missing #import <Foundation/NSArray.h>

2007-07-26 16:27 VZ, revision 47734

re-disable Universal Mac builds by default

2007-07-26 16:08 DE, revision 47733

Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 15:56 DE, revision 47732

Added missing #import <Foundation/NSArray.h>

2007-07-26 14:25 VZ, revision 47731

compilation fix after last commit

2007-07-26 13:54 VZ, revision 47730

many wxItemContainer-related changes: 1. the main function for item insertion is now DoInsertItems() which allows for much more efficient addition of many new items at once 2. the items client data management is done entirely in wxItemContainer itself, the derived classes don't have to distinguish between void and object client data 3. many fixes for sorted controls, in particular implemented wxCB_SORT support in wxGTK combobox

2007-07-26 11:43 VZ, revision 47729

removed called to deprecated wxPixelData::UseAlpha() which does nothing now

2007-07-26 02:32 BY, revision 47727

Sync with the trunk

2007-07-26 02:20 BY, revision 47726

Merge changes from trunk

2007-07-25 22:37 RR, revision 47724

Rewritten wxList docs

2007-07-25 18:46 RR, revision 47722

Use type safe list for model notifiers, sample corrected

2007-07-25 18:25 RR, revision 47721

call attributes attributes

2007-07-25 18:23 RR, revision 47720

Small correction

2007-07-25 18:18 RR, revision 47719

ItemDeleted now has (parent, item)

2007-07-25 18:09 RR, revision 47718

Patch from Bo, implement sorting in wxDVC

2007-07-25 17:42 VZ, revision 47716

fix warnings due to using deprecated-but-used-internally methods from the header file (which, of course, meant that they were also used during client code compilation)

2007-07-25 13:58 BY, revision 47714

Merge changes from trunk

2007-07-25 13:20 BY, revision 47713

Add a member to wxDataViewTreeNode for recording the visible numbers of node's subtree. This member is used to accelerate the ItemToRow and RowToItem. Also, I make a the node leaf to save memory space.

2007-07-25 10:19 RR, revision 47712

Add iterators to wxVector, use std::vector in STL mode, correct wxVector::erase()

2007-07-25 10:17 RR, revision 47711

make wxDataViewCtrl in STL mode

2007-07-25 07:18 JS, revision 47710

Typo correction

2007-07-25 07:17 JS, revision 47709

Typo correction

2007-07-24 20:00 VS, revision 47707

optimized wxStringTokenizer: it's now slightly faster in wchar_t build and much faster in UTF-8 build

2007-07-24 15:20 VZ, revision 47706

use To/FromWChar() in single parameter wxMBConv::cMB2WC/WC2MB() overloads too, instead of passing by the deprecated MB2WC/WC2MB()

2007-07-24 15:10 VZ, revision 47705

use wxMBConvStrictUTF8 instead of wxMBConvUTF8 in ConvertStr() and mb/wc_str()

2007-07-24 15:01 VZ, revision 47703

add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support for PUA/octal mappings and use it for wxConvUTF8 as it's simpler and more efficient (~20% faster)

2007-07-24 12:22 BY, revision 47701

Merge changes from trunk and make the current row changing with the deletion of rows. That means if the user delete the current row which is the last visible row, the current row will automatic change to the last visible row.

2007-07-24 10:22 SC, revision 47699

fixing layering problems when modal dialogs should appear in front of floating windows (eg miniframes), as long as wxSTAY_ON_TOP is not set on the miniframe

2007-07-24 10:16 SC, revision 47698

applying 1660835, making sure wxSTAY_ON_TOP mini frame windows don't get hidden on deactivate

2007-07-24 10:10 RR, revision 47697

Patch from Bo to speed up FindNode() in internal data tree structure (GTK)

2007-07-24 09:26 RR, revision 47696

Added wxQsort()

2007-07-24 09:25 RR, revision 47695

Don't send events when expanding internally, only after wxDataViewModel::ItemAdded was called

2007-07-24 09:15 RR, revision 47694

Send events from port-specific code, not common code, tested in samples

2007-07-24 08:35 RR, revision 47693

Patch from Bo to optimize FindNode() in internal tree structure

2007-07-24 00:36 VZ, revision 47691

corrected off by 1 error in cMB2WC() call (thanks valgrind)

2007-07-23 22:36 VZ, revision 47689

don't add an extra empty line to the end (fixes bug introduced by the last optimization round)

2007-07-23 22:34 VZ, revision 47688

harmless warning fix

2007-07-23 22:33 VZ, revision 47687

compilation fix

2007-07-23 22:29 VZ, revision 47686
  • D /wxWidgets/trunk/tests/fileconf

removed empty directory

2007-07-23 21:59 VZ, revision 47684

fix caching of configure arguments broken by one of the previous commits (all options got saved in the cache file, not just the ones explicitly specified)

2007-07-23 20:14 SC, revision 47681

we now always have a transparent sizer grip

2007-07-23 20:12 SC, revision 47680

we now always have a transparent sizer grip

2007-07-23 20:11 SC, revision 47679

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 20:09 SC, revision 47678

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 18:00 VZ, revision 47675

removed wxUSE_STRUTILS which was left over from the old code version

2007-07-23 17:08 SC, revision 47673

implementing wxALWAYS_SHOW_SB from 1744665

2007-07-23 15:51 RD, revision 47668

Allow supporting more than one version of Python at a time, if python-central is available and installed in the Debian distro, and if it specifies that more than one version should be supported.

2007-07-23 15:33 BY, revision 47667

Merge changes from Trunk and also make some modification to change HasChildren to IsContainer.

2007-07-23 12:23 JS, revision 47663

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 12:23 JS, revision 47662

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 09:18 BY, revision 47661

A more efficient algorithm for ItemAdded and ItemDeleted. This algorithm is implemented by the new member function FindNode. We first find the item's parent-chain, and then down along the parent-chain to find the node.

2007-07-23 04:42 SC, revision 47660

correcting my last commit

2007-07-22 20:27 JW, revision 47657

Added additional stubs, improved DC and evtloop implementations, modified bakefiles and configure.in

2007-07-22 15:53 VZ, revision 47656

tagging libtiff 3.8.2

2007-07-22 15:36 VZ, revision 47655

importing libtiff 3.8.2

2007-07-22 15:27 VZ, revision 47654

fix for r47646: typedef wxDouble for all platforms, not just wxMac

2007-07-22 15:20 SC, revision 47653

applying 1741073

2007-07-22 15:03 SC, revision 47652

restricting mouse-wheel support to y axis only, trunk is having both dimensions

2007-07-22 14:54 SC, revision 47651

changing handling of mouse-down buttons according to patch 1749825

2007-07-22 13:20 SC, revision 47650

fixing path

2007-07-22 11:34 SC, revision 47649

adding missing defaults

2007-07-22 10:34 VZ, revision 47648

call aglEnable(AGL_BUFFER_RECT) after setting the rect; fixes both drawing over all the other windows and missing redraw before first resize (patch 1758339)

2007-07-22 10:29 VZ, revision 47647

removed erroneous spaces from wxTo/FromString() documentation

2007-07-22 10:14 SC, revision 47646

no 68k macs more to support...

2007-07-22 10:12 SC, revision 47645

no 68k macs more to support...

2007-07-22 09:20 VS, revision 47644

fix visibility problems with libstdc++ on Debian and Ubuntu

2007-07-22 08:30 SC, revision 47643

adding quicktime framework (needed for PICT conversion)

2007-07-22 08:28 SC, revision 47642

adding cocoa utils file

2007-07-22 08:01 VS, revision 47641

fixed visibility warning on Fedora

2007-07-22 00:00 VZ, revision 47639

corrected the include file names (rest of patch 1757479)

2007-07-21 23:59 VZ, revision 47638
  • D /wxWidgets/trunk/docs/latex/wx/database.tex
  • D /wxWidgets/trunk/docs/latex/wx/expr.tex
  • D /wxWidgets/trunk/docs/latex/wx/gridwork.tex
  • D /wxWidgets/trunk/docs/latex/wx/query.tex
  • D /wxWidgets/trunk/docs/latex/wx/recrdset.tex

removed docs for classes not existing any more (part of patch 1757479)

2007-07-21 23:54 VZ, revision 47637

correct closing comments in #endifs (patch 1756990)

2007-07-21 23:51 VZ, revision 47636

updated after fileconf/fileconftest.cpp to config/fileconf.cpp move

2007-07-21 23:50 VZ, revision 47635

moved wxFileConfig test to config directory together with wxConfig test

2007-07-21 23:47 VZ, revision 47634

added support for user-defined types to wxConfig (patch 1753875)

2007-07-21 23:41 VZ, revision 47633

added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms

2007-07-21 23:24 VZ, revision 47632

added wxTo/FromString(wxColour) (part of patch 1753875)

2007-07-21 23:22 VZ, revision 47631

added --enable-ownerdrawn MSW-only option

2007-07-21 23:07 RR, revision 47630

added wxDataViewIndexListModel and sample

2007-07-21 22:56 VZ, revision 47629

allow overriding automatic alpha detection during icon->bitmap conversions (slightly modified patch 1738168)

2007-07-21 22:51 VZ, revision 47628

initialize m_labelWidget to 0 to fix crash when the label is empty (backport of part of r45312 changes from trunk)

2007-07-21 21:36 VZ, revision 47627

removed unused variable left after the last commit

2007-07-21 16:43 VS, revision 47623

fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)

2007-07-21 13:22 VZ, revision 47622

removed duplicate MSW-specific options, they're now all between special start/end MSW options comment

2007-07-21 13:09 VZ, revision 47621

added --enable-ps-in-msw configure option

2007-07-21 13:07 VZ, revision 47620

removed wxUSE_UXTHEME_AUTO which wasn't used anywhere

2007-07-21 13:06 VZ, revision 47619

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:05 VZ, revision 47618

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:01 VZ, revision 47617

added wxUSE_REGKEY option

2007-07-21 12:58 VZ, revision 47616

regenerated MSW part from wx/msw/setup_inc.h

2007-07-21 12:56 VZ, revision 47615

extracted MSW-specific setup.h options to their own wx/msw/setup_inc.h file which is now used to automaitcally generate both wx/msw/setup0.h and setup.h.in by update-setup-h

2007-07-21 11:41 VZ, revision 47614

correct the last patch: we should compare wxGenericTreeItem pointers, not a pointer with an id

2007-07-21 11:15 VZ, revision 47612

corrected (and simplified) configarg.cache updating broken by last changes to WX_ARG_WITH/ENABLE

2007-07-21 07:31 VZ, revision 47611

define wxUSE_FONTENUM

2007-07-21 02:20 VZ, revision 47610

define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared pure virtual in the base class), just return NULL from it

2007-07-21 02:20 VZ, revision 47609

added wxUSE_FONTENUM for wxFontEnumerator

2007-07-21 02:05 VZ, revision 47608

fixes for building wxMSW with --disbale-all-features

2007-07-21 01:42 VZ, revision 47607

added --enable-uxtheme option

2007-07-21 01:30 VZ, revision 47606

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI [backport from trunk]

2007-07-21 01:26 VZ, revision 47605

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI

2007-07-21 01:17 VZ, revision 47604

use colour in the libraries diagram to indicate base/GUI libraries instead of explicitly drawing the arrows from all libraries to the base and core one

2007-07-20 22:11 DE, revision 47603

wxCocoa: Implement wxControl::GetLabel/SetLabel by stowing the label in the wxNonControlNSControl instance used when the wxControl is a non-native subclass (e.g. a generic control). Not needed in trunk since there is now m_labelOrig. Copyright 2007 Software 2000 Ltd.

2007-07-20 22:00 VZ, revision 47602

replaced with Debian Etch version which has slightly better fseeko() test

2007-07-20 20:41 DE, revision 47601

Merged trunk 47600: wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 20:35 DE, revision 47600

wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 19:47 DE, revision 47599

Merged trunk 47598: wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 19:05 DE, revision 47598

wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 18:27 PC, revision 47597

more AC_CHECK_HEADERS fixes

2007-07-20 17:59 DE, revision 47596

Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEADER so that the HAVE_* defines will be generated when needed. This fixes breakage caused by 44703. Only usage where HAVE_* macro is in setup.h.in or was used by configure itself (e.g. HAVE_X11_XLIB_H) is changed.

2007-07-20 17:51 DE, revision 47595

Update all of the .m4 files using Apple-shipped autoconf with a change to functions.m4 to make the output match what is currently ni the tree from VZ.

2007-07-20 17:23 PC, revision 47594

use the right cast to fix warning, rather than just suppressing it

2007-07-20 16:22 VZ, revision 47593

moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h; added it to setup.h.in so that it gets defined (always as 0 as mingw32 doesn't support it anyhow) for configure builds too

2007-07-20 14:10 VZ, revision 47591

document wxCB_SORT

2007-07-20 12:24 RR, revision 47590

Optimise internal sorting datastructure

2007-07-20 09:01 RR, revision 47589

Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel

2007-07-20 08:23 RR, revision 47588

Fix for crash when opening empty node

2007-07-20 06:44 PC, revision 47587

add missing parens to bitwise expression

2007-07-20 05:47 DE, revision 47586

Merged trunk 47585: Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 05:40 DE, revision 47585

Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 04:16 DE, revision 47584

Merged trunk 47580, 47581: Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 04:13 DE, revision 47583

Merged trunk 47570: Strip mnemonics from the label before passing it to Cocoa.

2007-07-20 04:08 DE, revision 47582

Remove wxStockCursor function that should never have been global.

2007-07-20 04:06 DE, revision 47581

Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 02:12 DE, revision 47580

Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Copyright 2007, Software 2000 Ltd.

2007-07-20 01:10 VZ, revision 47578

make To/From8bit() inline for performance reasons

2007-07-20 01:03 VZ, revision 47577

rewrite FilterInValue() using iterators, this results iin 12x performance improvement in UTF-8 build

2007-07-19 23:00 VZ, revision 47576

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier [backport from trunk]

2007-07-19 23:00 VZ, revision 47575

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier

2007-07-19 22:58 VZ, revision 47574

added code to free memory allocated in wxSetEnv() when it uses putenv()

2007-07-19 19:48 DE, revision 47573

Merged trunk 47523, 47567, 47569 (full wxRadioBox implementation): * Partially implement wxRadioBox for wxCocoa. * Implement most of wxRadioBox's methods. * Implement wxCocoa wxRadioBox event. Copyright 2007 Software 2000 Ltd.

2007-07-19 19:44 DE, revision 47572

Merged trunk 47568: Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 19:43 DE, revision 47571

Merged trunk 47521: Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-19 19:19 DE, revision 47570

Strip mnemonics from the label before passing it to Cocoa.

2007-07-19 18:52 DE, revision 47569

Implement wxCocoa wxRadioBox event.

2007-07-19 18:00 DE, revision 47568

Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 17:58 DE, revision 47567

Implement most of wxRadioBox's methods.

2007-07-19 17:40 DE, revision 47566

Added include wx/timer.h to non WX_PRECOMP case.

2007-07-19 15:47 VZ, revision 47564

do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h

2007-07-19 14:03 RR, revision 47562

Better sorting example and better default

2007-07-19 13:55 VZ, revision 47561

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style [backport of patch 1756184 from trunk]

2007-07-19 05:46 BY, revision 47560

Merge changes from the trunk. Robert has add sorting support for the model.

2007-07-19 01:06 VZ, revision 47558

always generate the taskbar sample makefile; this was wrong since the line adding it to SAMPLES_SUBDIRS was added in the wrong place in rev 15927

2007-07-19 01:02 VZ, revision 47557

added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure

2007-07-18 23:42 VZ, revision 47556

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style (patch 1756184)

2007-07-18 23:37 VZ, revision 47555

speed up reading wxFileConfig from wxInputStream by factors of 3.5, 20 and 7 for ANSI/wchar_t/UTF-8 builds respectively (replaces patch 1755969)

2007-07-18 22:01 VZ, revision 47553

wxGTK/Univ compilation fixes

2007-07-18 18:46 RR, revision 47552

Completed sorting in wxDataViewCtrl

2007-07-18 18:09 VZ, revision 47551

added documentation of wxUSE_XXX symbols (modified patch 1755127)

2007-07-18 18:08 VZ, revision 47550

fix broken wxvscrolledwindowsetrowcount link

2007-07-18 15:03 VS, revision 47549

compilation fix for minimal build

2007-07-18 15:02 VS, revision 47548

compilation fix for minimal build

2007-07-18 14:09 RR, revision 47547

First work at resort with header click

2007-07-18 13:25 RR, revision 47546

Forgot this one

2007-07-18 13:23 RR, revision 47545

First actual sorting for wxDataViewCtrl

2007-07-18 12:58 VZ, revision 47544

removed the hyphen from the new --enable{baseevt,epoll,select}loop options description

2007-07-18 10:15 VS, revision 47543

don't use _T() for literals in wxDFB, it uses UTF-8 build

2007-07-18 09:44 VS, revision 47542

use iterators instead of c_str()

2007-07-17 23:34 RD, revision 47541

wxPython wants monolithic build on OSX

2007-07-17 23:04 VZ, revision 47540

added new libraries (patch from Francesco)

2007-07-17 22:53 VZ, revision 47538

added missing libraries to the requirements list

2007-07-17 22:51 VZ, revision 47537

remove references to contrib (patch from Francesco)

2007-07-17 22:47 VZ, revision 47536

check whether the string is non-empty before accessing its first element [backport from trunk]

2007-07-17 22:46 VZ, revision 47535

check whether the string is non-empty before accessing its first element

2007-07-17 22:01 RR, revision 47534

Some code renaming to avoid confusion. Test editable column in sample.

2007-07-17 13:25 CE, revision 47530
  • D /wxWidgets/trunk/BuildCVS.txt

svn rather than cvs

2007-07-17 13:24 CE, revision 47529

svn rather than cvs

2007-07-17 11:59 VS, revision 47528

compilation fix for Borland C++

2007-07-17 11:11 FM, revision 47527

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 11:10 FM, revision 47526

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 10:44 FM, revision 47525

fix an issue with GTK filedialog (already fixed in the trunk)

2007-07-17 08:15 BY, revision 47524

merge changes from trunk.

2007-07-17 05:41 DE, revision 47523

Partially implement wxRadioBox for wxCocoa. Copyright 2007 Software 2000 Ltd.

2007-07-17 05:31 DE, revision 47522

Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-17 05:14 DE, revision 47521

Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-17 02:46 BY, revision 47520
  • D /wxWidgets/branches/SOC2007_DVC/wxPython

syc with the trunk

2007-07-16 23:28 VZ, revision 47517

remove file containing many obsolete defines, if anyone wants to revive MicroWindows support the MicroWin-specific checks should be added to wx/msw/chkconf.h or wx/msw/microwin/chkconf.h

2007-07-16 23:09 DE, revision 47516

Added preliminary documentation about how to write new wxCocoa controls. Basically just a brain dump but it's better than nothing.

2007-07-16 21:20 VZ, revision 47513

test for gettimeofday/ftime even if we don't use wxDateTime -- we still need these functions for wxGetLocalTimeMillis() and wxStopWatch

2007-07-16 21:16 VZ, revision 47512

use wxGetLocalTimeMillis() instead of wxDateTime in wxSocketBase::_Wait(), this allows to use sockets without wxUSE_DATETIME

2007-07-16 21:15 VZ, revision 47511

compilation fix for wxUSE_LOG==0

2007-07-16 21:14 VZ, revision 47510

add wxMilliClockToLong() helper

2007-07-16 20:41 VZ, revision 47509

include wx/dynarray.h to fix compilation with minimal set of wxUSE options

2007-07-16 20:38 VZ, revision 47508

add wxUSE_BASE64 checks around DoRead/WriteBinary() functions

2007-07-16 20:33 VZ, revision 47507

include wx/longlong.h to fix compilation with wxUSE_DATETIME==0

2007-07-16 20:04 VZ, revision 47506

fix rounding errors in stretchable items size calculation (patch 1754785)

2007-07-16 18:57 VS, revision 47505

support real transparency for controls that return HasTransparentBackground() in wxDFB

2007-07-16 18:52 VS, revision 47504

compilation fix for wxStrtod and friends: non-zero int can't be passed as pointer

2007-07-16 17:01 DE, revision 47500

The wxUSE_EPOLL_DISPATCHER (like other wxUSE flags) is a 0/1 not an undef/def conditional.

2007-07-16 16:18 VZ, revision 47499

fix WX_ARG_WITH behaviour when it's used before wxUSE_ALL_FEATURES is defined, as for --without-subdirs option

2007-07-16 13:10 VZ, revision 47496

added unistd.h include for close()

2007-07-16 11:21 RR, revision 47495

Use wxDataViewItem, not row to index

2007-07-16 11:15 RR, revision 47494

Store pointers in wxDataViewItem in the sample, no any artifical int ID

2007-07-16 11:01 RR, revision 47493

change wxDataViewItem id to void*

2007-07-16 10:37 RR, revision 47492

Patch from Bo for generic wxDataViewCtrl

2007-07-16 09:11 BY, revision 47491

Add the DVC directory to the SVN repository. I don't know why the DVC directory is marked as changed alone.

2007-07-16 05:17 BY, revision 47489

Two things changed: 1.Make this branch with the trunk version 47488 and also make my previous changes in it 2.Make GetSelection work and modify some of ItemAdded and ItemDeleted

2007-07-15 20:49 VZ, revision 47488

simplify the test for build setup.h being out of date (do it as in the patch 1752567 for consistency with 2.8)

2007-07-15 20:48 VZ, revision 47487

don't overwrite build setup.h with user setup.h unless the latter is newer (as we already do in the trunk) (patch 1752567)

2007-07-15 19:33 VZ, revision 47486

added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop

2007-07-15 19:32 PC, revision 47485

fix for monolithic build

2007-07-15 19:31 VZ, revision 47484

no real changes, just added an extra status message

2007-07-15 19:29 VZ, revision 47483

create greyed image for wxBitmapButton in MSW automatically, as in wxGTK (replaces patch 1734018)

2007-07-15 14:12 VS, revision 47482

forward compatibility with wx3: accept empty string as well as NULL in places where wx3 uses empty strings only

2007-07-15 14:08 RR, revision 47481

Add test for deleting item from wxDataViewCtrl

2007-07-15 10:05 VS, revision 47480

convert bitmap's surface to RGB24/ARGB in wxBitmap::GetRawData() if it uses different format

2007-07-15 08:10 VS, revision 47479

don't export private stc2wx(), wx2stc() functions from wxSTC shared library

2007-07-14 20:32 VZ, revision 47478

regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions

2007-07-14 20:30 VZ, revision 47477

make the path absolute before using it with gtk_file_chooser_set_current_folder() (patch 1753796)

2007-07-14 20:27 VZ, revision 47476

replace RunLoop() call with Dispatch() after wxFDIODispatcher changes

2007-07-14 20:27 VZ, revision 47475

allow setting empty tooltip in SetIcon() [backport of rev 47474 from trunk]

2007-07-14 20:26 VZ, revision 47474

allow setting empty tooltip in SetIcon() (patch 1750994)

2007-07-14 20:22 VZ, revision 47473

don't leak epoll descriptor

2007-07-14 20:22 VZ, revision 47472

corrected #if check which was written as #ifdef

2007-07-14 20:18 VZ, revision 47471

create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatcher in wxGSocket as the global dispatcher may be of a different type (modified patch 1733626)

2007-07-14 19:50 VZ, revision 47470

replaced wxFDIODispatcher::RunLoop() with Dispatch() which handles only one event at a time (part 1 of the patch 1733626)

2007-07-14 19:41 VZ, revision 47469

changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregister it unconditionally; use ModifyFD() to just change the flags (modified part of patch 1733626)

2007-07-14 19:40 VZ, revision 47468

ignore bakefile-generated test.dsw too

2007-07-14 19:17 PC, revision 47467

fix syntax error

2007-07-14 19:09 VZ, revision 47466

added include guard

2007-07-14 19:06 VZ, revision 47465

Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; put checks for them in the new Unix-specific wx/unix/chkconf.h file

2007-07-14 18:52 VZ, revision 47464

fix harmless unused variable warning

2007-07-14 18:18 PC, revision 47463

fix HasPendingEvents() to only return true if there are actually events pending

2007-07-14 18:12 VZ, revision 47462

allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros and renamed --disable-all_features to --disable-all-features

2007-07-14 17:54 VZ, revision 47461

don't change the wxUSE_XXX for the controls if --enable-controls wasn't specified

2007-07-14 15:47 RR, revision 47460

Test in GetFirstChild() if item is known to control

2007-07-14 13:54 RR, revision 47459

Made wxDataViewCtrl sample use a real, expandabl data tree

2007-07-14 11:13 FM, revision 47458

fixed a small set of typos/errors. Now all features of the sample are functional.

2007-07-14 11:12 FM, revision 47457

formatting change

2007-07-14 11:12 FM, revision 47456

fixed BUG in wxSpinCtrl which prevents the user from creating a dummy wxSpinCtrl instance, i.e. a wxSpinCtrl instance which is never Create()d

2007-07-14 11:07 VZ, revision 47455

cast abs() argument to int (from long) as BCC 2007 doesn't define abs(long) overload in stdlib.h (only cstdlib)

2007-07-14 10:54 FM, revision 47454

fix macro redefinition and added missing macro def

2007-07-14 10:40 FM, revision 47453

fixed wildcard filters

2007-07-14 10:37 FM, revision 47452

added empty XTI macro definitions for builds with wxUSE_EXTENDED_RTTI=0 (which is a cfg that now builds fine)

2007-07-14 10:10 BIW, revision 47451

fix for bug #1747890 - close button problem fixed

2007-07-14 10:07 VS, revision 47450

renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761)

2007-07-14 10:06 BIW, revision 47449

fix for bug #1747890 - close button problem fixed

2007-07-14 05:47 SC, revision 47448

adapting to new m_labelOrig label member

2007-07-14 05:26 SC, revision 47447

fix XTI problems on Mac

2007-07-13 22:30 DE, revision 47446

Merged 47382: Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-13 21:49 DE, revision 47445

Merged 46227 from trunk (Note:CVS): Allow many Objective-C classes to be uniquified at runtime.

2007-07-13 21:30 VS, revision 47444

removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works

2007-07-13 21:30 DE, revision 47443

Merged 46116 from trunk (NOTE: CVS): * Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization to true but a plugin can set it to false to cause wxCocoa to not initialize things like the application delegate or the menubar manager.

2007-07-13 21:14 DE, revision 47440

Merged modified 46013 from svn trunk (NOTE: CVS). Rework idle handling so that NSApplication does not need to be subclassed or posed as. Copyright Software 2000 Ltd.

2007-07-13 20:44 VS, revision 47439

added --disable-visibility configure option

2007-07-13 20:25 DE, revision 47438

Provide versioning for backport of 46117 (wxLog::DoCreateOnDemand).

2007-07-13 14:49 VZ, revision 47434

compilation fix for DoReadBinary() in STL build

2007-07-13 14:26 SC, revision 47433

better debug output

2007-07-13 14:26 SC, revision 47432

adding new Name property (needed in sample)

2007-07-13 14:16 VZ, revision 47431

set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event

2007-07-13 14:09 VZ, revision 47430

fixed showing busy cursor for disabled windows and during wxExecute()

2007-07-13 13:48 VZ, revision 47429

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms [backport from trunk]

2007-07-13 13:43 VZ, revision 47428

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms

2007-07-13 13:05 VZ, revision 47427

added commands to test how busy cursor behaves during wxExecute()

2007-07-13 12:57 VZ, revision 47426

added eVC project file for building regex library (patch 1753200)

2007-07-13 11:29 VZ, revision 47425

added stubs for DoRead/WriteBinary()

2007-07-13 11:14 VZ, revision 47424

cast abs() argument to int to fix compilation with BC++ 2007

2007-07-13 11:13 VZ, revision 47423

wxCreateDIB() seems to be unused, removed

2007-07-13 09:55 VS, revision 47420

make it possible to build in ANSI build on Windows again

2007-07-13 09:13 VS, revision 47419

make --enable-optimise the default in absence of --enable-debug again

2007-07-13 07:02 SC, revision 47418

XTI for Mac fixes

2007-07-13 05:13 JW, revision 47417

Added more stubs, fleshed out the event dispatch, including preliminary JSON parsing. Updated bakefiles

2007-07-13 03:10 BY, revision 47416

Make the tree build function non recursive, change the building function into OnExpanding. And I also add the notifiers as well as do some work to suppress the warnings.

2007-07-13 03:06 DE, revision 47415

Merged 47182 from svn trunk: Make wxCocoa compile in 64-bit mode.

2007-07-13 02:49 DE, revision 47414

Merged 46226 from svn trunk (Note: CVS): Add implementation of Objective-C class name uniquifying.

2007-07-13 02:36 DE, revision 47412

Merged 46117 from trunk. (Note: CVS): Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that logging will work even if wxWidgets is reentered after being cleaned up.

2007-07-13 00:35 RR, revision 47410

More patches from Bo, reduced wxDataViewModel, more sorting preps

2007-07-12 22:34 DE, revision 47409

Merged modified 46014 from trunk (Note: CVS). This version only removes the include of ObjcPose.h from source files that no longer need it due to the previous commits. ObjcPose.h still remains and is still used by the NSApplication code until I can do the necessary modifications to backport that without breaking ABI compatibility.

2007-07-12 22:04 VZ, revision 47406

fix unused parameter warning in OnIdle()

2007-07-12 22:04 VZ, revision 47405

use unsigned char to avoid MSVC warnings about cast truncations

2007-07-12 22:01 VZ, revision 47404

remove deprecated UseAlpha() call

2007-07-12 21:46 DE, revision 47403

Merged 47384 from svn trunk: Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 21:44 DE, revision 47401

Merged 47226 from trunk: Don't include <CoreFoundation/CFBase.h> because it in turn includes MacTypes.h which causes too much namespace pollution. Instead, declare the CFTypeRef type and the CFRelease and CFRetain functions.

2007-07-12 21:30 DE, revision 47400

Merged r45869 from trunk (Note: CVS, rename done using svn move on 2.8 version): Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

2007-07-12 21:24 DE, revision 47399

Merged slightly-modified r45749 from trunk (Note: CVS): Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.

2007-07-12 21:17 DE, revision 47398

Merged (slightly modified to maintain ABI compatibility) r45554 from trunk (Note: CVS): Remove Objective-C class posing for everything except for NSApplication.

2007-07-12 20:53 RD, revision 47389

Bump sub-release number

2007-07-12 20:46 DE, revision 47388

Merged r45553 from trunk (note: CVS): Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files. No new or changed code. Work on behalf of Software 2000 Ltd.

2007-07-12 20:43 FM, revision 47387

wxListCtrl fix for generic version (which needs to be able to do wxStaticCast(..., wxGenericListCtrl) operations

2007-07-12 20:41 FM, revision 47386

removed yet other redundant RTTI decl

2007-07-12 20:36 FM, revision 47385

removed yet other redundant RTTI decl

2007-07-12 20:03 DE, revision 47384

Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 19:42 FM, revision 47383

removed remaining redundant RTTI declarations

2007-07-12 18:26 DE, revision 47382

Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-12 15:16 BY, revision 47380

Change some spaces again

2007-07-12 15:08 BY, revision 47379

replace TAB with spaces

2007-07-12 14:39 SC, revision 47377

XTI for Mac fixes

2007-07-12 14:38 SC, revision 47376

XTI for Mac fixes

2007-07-12 14:16 BY, revision 47375

Make the expander the windows native one. Thanks to wxRendererNative's method DrawTreeItemButton

2007-07-12 12:58 RR, revision 47374

Bo's patch for generic code, more sorting code, WIP

2007-07-12 12:36 VS, revision 47373

removed extra semicolon

2007-07-12 12:29 FM, revision 47372

removed redundant RTTI declarations for wxColour, wxFont and wxDialog

2007-07-12 12:16 VZ, revision 47371

compilation fix for ANSI STL build

2007-07-12 12:13 FM, revision 47370

fix for wxHTML lib

2007-07-12 12:04 VZ, revision 47369

removed Insert() methods which already exist in the base wxControlWithItems class

2007-07-12 11:22 FM, revision 47368

changed macros to all start with "wx" prefix; old macro names are still supported (with wx28 compat turned on). Reformatted the XTI definitions in the COMMON files; removed the #if wxUSE_EXTENDED_RTTI/#endif blocks

2007-07-12 11:20 FM, revision 47367

fixed a NULL-pointer access which prevents the XTI sample from being able to save the XML definition of a GUI dialog

2007-07-12 10:57 FM, revision 47366
  • D /wxWidgets/branches/SOC2007_XTI/wxPython

removed wxPython from XTI branch as it's useless there

2007-07-12 10:05 FM, revision 47364

formatting changes

2007-07-12 09:56 FM, revision 47363

formatting changes

2007-07-12 09:43 FM, revision 47362

formatting changes

2007-07-12 08:36 VZ, revision 47361

added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112)

2007-07-12 07:01 PC, revision 47360

fix MDI child sizing, which was working more or less by accident before I broke it in rev 46223

2007-07-12 06:37 BY, revision 47359

Four new API in wxDataViewCtrl : SetIndent/GetIndent/SetExpanderColumn/GetExpanderColumn. Complete drawing expander, mouse click event for expander, left/right arrow event.

2007-07-12 06:13 VS, revision 47358

compilation fix

2007-07-12 00:18 VZ, revision 47355

added missing spaces

2007-07-12 00:12 VZ, revision 47354

non-PCH compilation fix after latest change

2007-07-12 00:11 VZ, revision 47353

added support for binary data to wxConfig (slightly modified patch 1736788)

2007-07-11 23:31 VZ, revision 47349

--with-sdl option should be taken into account for non-GUI builds too (closes bug 1196162)

2007-07-11 23:17 VZ, revision 47348

minor changes: increase the initial window size, create the log control read-only, don't create unneeded status bar panes

2007-07-11 23:16 VZ, revision 47347

call SetCanFocus(false) to prevent the control window itself from getting focus, only m_mainWin should have it

2007-07-11 21:54 VZ, revision 47346

don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified after cflags option (patch from John Labenski)

2007-07-11 21:14 VZ, revision 47345

fixed a bug in a test (there should be a space after -z)

2007-07-11 21:14 VZ, revision 47344

disable the libraries and features which were disabled before the latest changes but got accidentally enabled

2007-07-11 21:06 KO, revision 47343

Update to work with the latest wxPython and to work with more shells. Also, get the script's directory using $0 rather than relying on it to be run from the dir it lives in.

2007-07-11 20:52 VZ, revision 47342

added wxUSE_SVG

2007-07-11 20:42 VZ, revision 47341

cleanup: indentation, line length, don't include unneeded headers

2007-07-11 20:11 VZ, revision 47340

add adv and core libraries to the built wx libs if GUI is enabled

2007-07-11 20:03 VZ, revision 47339

Rewrote configure --enable/with options handling: 1. There is no more need to set DEFAULT_wxUSE_XXX for all options (although it's still taken into account if it is set), use WX_ARG_DISABLE/WITHOUT for the options which are enabled by default instead (and WX_ARG_ENABLE/WITH for those which are disabled): this makes configure messages more understandable (this closes bug 1038676) 2. Added --disable-all-features option which allows to disable everything which can be disabled at once in order to build the absolutely minimal wx library 3. General cleanup

2007-07-11 15:50 SC, revision 47337

avoiding copies if not necessary (better dependancy tracking)

2007-07-11 15:46 SC, revision 47336

64bit fix for patch as well

2007-07-11 15:16 SC, revision 47335

forcing bitmap type

2007-07-11 08:55 JS, revision 47334

Test for wxUSE_UXTHEME

2007-07-11 08:55 JS, revision 47333

Test for wxUSE_UXTHEME

2007-07-11 08:37 JS, revision 47332

Fixed a crash in wxGrid on creation due to OnSize being called too soon.

2007-07-11 08:32 JS, revision 47331

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:32 JS, revision 47330

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:03 RR, revision 47329

Compilo.