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-11-22 15:17 VS, revision 50160

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:13 VZ, revision 50159

use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT

2007-11-22 15:04 VS, revision 50158

corrected wx_pango_version_check() comment

2007-11-22 14:22 SC, revision 50156

cleanup mac

2007-11-22 14:21 SC, revision 50155

cleanup mac

2007-11-22 13:59 SC, revision 50154

cleanup mac

2007-11-22 13:41 VS, revision 50153

added checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG

2007-11-22 13:39 VS, revision 50152

don't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is called, do it only if the handler isn't installed yet

2007-11-22 13:34 VS, revision 50151

use NULL for NULL pointers, not 0

2007-11-22 06:12 PC, revision 50145

make DoSetSizeHints protected, remove parameter defaults

2007-11-22 05:15 PC, revision 50144

use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

2007-11-22 02:52 PC, revision 50143

non-pch build fix for wxUSE_DISPLAY==0

2007-11-22 01:11 SN, revision 50142

Also use unix timer implementation for ConsoleApp.

2007-11-21 18:14 SN, revision 50137

Added files for console event loop.

2007-11-21 15:58 CE, revision 50136

remove .svn from manifest

2007-11-21 14:24 VZ, revision 50135

removed AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflict with the definitions from other packages used in wx programs)

2007-11-21 14:17 SN, revision 50134

Compilation fix for OS/2.

2007-11-21 14:12 SN, revision 50133

Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, so Unix' wxConsoleEventLoop can also be shared by platforms not having the complete ConsoleAppTraits of Unix (e.g. OS/2).

2007-11-21 13:32 CE, revision 50131

2.8.7 release respun

2007-11-21 13:05 SC, revision 50130

optimizing scrolling

2007-11-21 10:51 SC, revision 50127

focus fixes for 10.5

2007-11-21 08:42 CE, revision 50126
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/combo/makefile.dmc

makefiles.dmc should not be in SVN

2007-11-21 06:40 PC, revision 50122

fix for AUI pane shrinking each time it is floated

2007-11-20 23:07 DE, revision 50121

Added cfdataref.h and cfref.h to CoreFoundation headers list. Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

2007-11-20 22:52 VS, revision 50120

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

2007-11-20 22:48 VS, revision 50119

backport of r48962: fixed cellpadding when printing (bug #1795572)

2007-11-20 22:39 VZ, revision 50118

remove support for configarg.cache, use config.status or extract the last used configure command line from config.log instead

2007-11-20 22:36 SC, revision 50117

attempt to fix part of the focus problem under 10.5

2007-11-20 22:35 VS, revision 50116

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

2007-11-20 22:34 VZ, revision 50115

use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvailable(), this should find the child edit control whatever is the combobox size

2007-11-20 22:03 VZ, revision 50114

add gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but not for wxBase (which avoids dependency on a whole bunch of GUI libraries in console applications)

2007-11-20 16:55 PC, revision 50113

build fixes

2007-11-20 16:21 SC, revision 50112

mac cleanup

2007-11-20 16:12 VZ, revision 50111

added wxWindow::GetPrev/NextSibling() [backport of r50108 from trunk]

2007-11-20 16:08 SC, revision 50110

cleanup

2007-11-20 16:07 SC, revision 50109

switch to cf implementation

2007-11-20 15:57 VZ, revision 50108

added wxWindow::GetPrev/NextSibling()

2007-11-20 14:10 SC, revision 50107

cleanup

2007-11-20 09:25 SC, revision 50106

common xcode support

2007-11-20 09:22 SC, revision 50105

supporting -1 as 'to' parameter for selections

2007-11-20 08:21 SC, revision 50104

readding trace constant

2007-11-20 08:02 SC, revision 50103

cleanup mac

2007-11-20 07:35 SC, revision 50102

cleanup mac

2007-11-20 07:35 SC, revision 50101

cleanup mac

2007-11-20 07:20 SC, revision 50100

cleanup mac

2007-11-20 07:19 SC, revision 50099

cleanup mac

2007-11-19 21:37 DE, revision 50091

Move src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list. Remove src/mac/carbon/macnotify.cpp from the build since it's empty. Rebake (includes some OS/2 changes made in an earlier commit)

2007-11-19 19:54 DE, revision 50090

Don't define __WXOSX__ when building the wxCocoa base library.

2007-11-19 19:23 DE, revision 50089

Document the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's now part of the common base library). Use the CFLocale-based code on all Darwin systems instead of testing __WXOSX__ in base-library code which is NEVER appropriate.

2007-11-19 19:13 DE, revision 50088

Don't initialize argv member of wxApp in unicode mode where it's no longer a primitive array.

2007-11-19 19:09 DE, revision 50087

Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.

2007-11-19 19:06 DE, revision 50086

Remove wxDialogNameStr definition which should have been removed in r49873.

2007-11-19 14:34 RR, revision 50085

typo

2007-11-19 14:21 RR, revision 50084

Add short-cut for wxDataViewListIndexModel for generic code

2007-11-19 13:42 RR, revision 50082

Free memory of m_root

2007-11-19 13:41 RR, revision 50081

Typo

2007-11-19 13:19 VZ, revision 50080

another PCH-less build fix after last change

2007-11-19 13:14 VZ, revision 50079

don't capture the mouse when just moving it in the grid (replaces patch 1779923) [backport of r50010 from trunk]

2007-11-19 12:49 CE, revision 50078

2.8.7 release

2007-11-19 09:43 CE, revision 50076

2.8.7

2007-11-19 09:12 JS, revision 50075

Removed redundant mnemonic

2007-11-19 09:12 JS, revision 50074

Removed redundant mnemonic

2007-11-19 08:52 CE, revision 50073

document os2 bug as in http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/94104/focus=94133

2007-11-19 02:15 VZ, revision 50072

Hildonized wxColourDialog

2007-11-19 01:59 VZ, revision 50071

only call hildon_program_remove_window() when destroying a real HildonWindow (we may also have an object of a derived dialog class using a different GTK widget)

2007-11-18 23:54 RR, revision 50070

Implement wxGTK internal short-cut for wxDataViewIndexListModel

2007-11-18 23:32 VZ, revision 50069

always return true from IsMaximized() under Hildon

2007-11-18 23:31 VZ, revision 50068

don't show size grip if the window the status bar is attached to is maximized or not resizeable at all

2007-11-18 22:55 SN, revision 50067

Use new wxTextEntry implementation on OS/2.

2007-11-18 22:12 VS, revision 50066

removed remains of build system support for contrib

2007-11-18 21:54 VS, revision 50065

Added support for Visual C++ 2003 project files (still disabled until Bakefile 0.2.3 release

2007-11-18 21:48 SN, revision 50064

Added wxTextEntry implementation for OS/2.

2007-11-18 21:03 VZ, revision 50063

fix unused parameter warning after last change

2007-11-18 21:03 CE, revision 50062

2.8.7 release

2007-11-18 20:53 VZ, revision 50061

experimental IPv6 implementation (patch 1771429)

2007-11-18 20:42 VZ, revision 50060

fix gcc signed/unsigned comparison warnings after recent changes

2007-11-18 20:42 VZ, revision 50059

wxGTK compilation fix after wxInfoMessageBox change (need to include gtk.h)

2007-11-18 20:25 VZ, revision 50058

wxColourData::operator=() should return wxColourData&, not void

2007-11-18 19:56 VZ, revision 50057

added public wxInfoMessageBox() (slightly modified patch 1828235)

2007-11-18 19:33 VZ, revision 50056

preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)

2007-11-18 19:25 VZ, revision 50055

no real changes: just some cleanup, better error handling and (unsuccessful) attemps to retrieve CC_FULLOPEN value from the dialog

2007-11-18 18:37 PC, revision 50054

build fixes

2007-11-18 18:36 VZ, revision 50053

use newsince{2.9.0}, not {3.0}

2007-11-18 18:00 VS, revision 50052

enable VS2005 project files for samples, but without dependencies on library projects, it's better than nothing

2007-11-18 17:53 VZ, revision 50051

fix more unused parameters and variables warnings

2007-11-18 17:51 VZ, revision 50050

add wxUSE_DATAVIEWCTRL check to fix a hundred compilation errors

2007-11-18 17:45 VZ, revision 50049

removed not implemented anyhow SetIcons()

2007-11-18 17:44 VS, revision 50048

Bakefile cannot generate VC2005 project files for samples yet, disabled

2007-11-18 16:54 VZ, revision 50047

compilation fix after argv changes

2007-11-18 13:40 SN, revision 50046

Compilation fix for Watcom (on OS/2).

2007-11-18 11:59 FM, revision 50043

wxRichTextAttr does not exist anymore - document instead wxTextAttr

2007-11-18 11:52 SN, revision 50042

Fixed argument handling.

2007-11-18 11:07 RR, revision 50041

document attributes mechanism

2007-11-18 10:22 RR, revision 50040

Remove useless GetRowCount

2007-11-17 22:33 SN, revision 50039

Changed control name constants from wxChar to char according to revision 49873 (applying patch #1833732).

2007-11-17 21:20 RR, revision 50038

Update to wxDataViewCtrl from Hartwig

2007-11-17 21:17 VZ, revision 50037

don't use GTK printing in wxUniv

2007-11-17 21:07 VZ, revision 50036

animateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one

2007-11-17 21:02 VZ, revision 50035

more native GTK implementations of the classes in wxGTK adv library to a separate ADVANCED_GTK_NATIVE_SRC to avoid using them in wxUniv build

2007-11-17 20:50 VZ, revision 50034

rename g_openDialogs to wxOpenModalDialogsCount and define it in toplevel.cpp to fix wxUniv/GTK linking issues

2007-11-17 20:38 VZ, revision 50033

fix several problems in handling of the menu items with negative ids

2007-11-17 20:26 VZ, revision 50032

PCH-less compilation fix after last commit

2007-11-17 17:37 CE, revision 50031

add watcom to #include shlguid.h

2007-11-17 15:35 VZ, revision 50030

assume that all directories have children by default, it can take too long to check if they really do and it's better to do it on demand only, i.e. when the user really tries to open them (patch 1830527)

2007-11-17 15:31 VZ, revision 50029

test for remote drive existence using wxDirExists() first if it's mapped locally, it can be much faster if the drive is unavailable (patch 1831209)

2007-11-17 15:21 VZ, revision 50028

added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)

2007-11-17 15:16 VZ, revision 50027

handle NULL BSTRs as empty ones per Microsoft convention

2007-11-17 15:12 VZ, revision 50026

forward SetFocus() to the directory tree (replaces patch 1831210)

2007-11-17 14:59 VZ, revision 50025

allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)

2007-11-17 14:45 VZ, revision 50024

added vendor display name (for consistency with app display name &c) (patch 1831303)

2007-11-17 14:43 VZ, revision 50023

fix wxColourDialog::Centre() and SetSize() (modified patch 1831628)

2007-11-17 14:24 VZ, revision 50022

compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)

2007-11-17 14:04 VZ, revision 50021

PCH-less compilation fix after last commit

2007-11-17 13:52 RR, revision 50020

Use renderer to draw checkmark

2007-11-17 13:34 RR, revision 50019

Unsuccesfully tries to remove border from wxComboBox

2007-11-17 12:37 RR, revision 50018

Use wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW

2007-11-17 10:37 SC, revision 50017

cleanup mac

2007-11-17 00:24 VZ, revision 50013

no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)

2007-11-17 00:12 VZ, revision 50012

add wxModule::AddDependency(name) overload (patch 1790451)

2007-11-16 23:59 VZ, revision 50011

document Next/PrevControlId() removal (should have been part of r50007)

2007-11-16 23:55 VZ, revision 50010

don't capture the mouse when just moving it in the grid (tentative replacement for the patch 1779923)

2007-11-16 23:41 VZ, revision 50009

reset global wxTheApp pointer before deleting it to avoid use of half-destroyed object (bug 1831130)

2007-11-16 23:34 VZ, revision 50008

move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code

2007-11-16 23:25 VZ, revision 50007

added logic to manage automatically allocated ids in-use status to avoid clashes for long-running programs (modified patch 1800016, incidentally fixes bug 1832620)

2007-11-16 21:04 SC, revision 50006

cleanup mac

2007-11-16 21:01 SC, revision 50005

cleanup mac

2007-11-16 21:00 SC, revision 50004

cleanup mac

2007-11-16 20:58 SC, revision 50003

cleanup

2007-11-16 20:57 SC, revision 50002

cleanup

2007-11-16 20:55 SC, revision 50001

cleanup

2007-11-16 20:53 SC, revision 50000

cleanup

2007-11-16 20:52 SC, revision 49999

cleanup

2007-11-16 17:19 CE, revision 49998

fix Borland _stat needed for filedlgg.cpp in univ mode

2007-11-16 16:14 CE, revision 49997

add missing wxUSE to amke univ/Borland compile...

2007-11-16 15:52 CE, revision 49996

Borland still hates ? (head was 49127)

2007-11-16 13:15 JS, revision 49995

Documented another bug fix

2007-11-16 13:14 JS, revision 49994

Added some change logs

2007-11-16 13:12 JS, revision 49993

Don't suppress accelerators that include Enter just because a tree control is focused

2007-11-16 13:12 JS, revision 49992

Don't suppress accelerators that include Enter just because a tree control is focused

2007-11-16 12:25 SC, revision 49991

correcting import/export (_adv gave linking errors)

2007-11-16 10:02 CE, revision 49990

possible os2 watcom makefiles

2007-11-16 09:03 CE, revision 49988

fix missing cast, sf bug 1832866

2007-11-15 20:28 SC, revision 49985

cleanup

2007-11-15 20:26 SC, revision 49984

cleanup

2007-11-15 20:21 SC, revision 49983

cleanup

2007-11-15 20:20 SC, revision 49982

cleanup

2007-11-15 20:19 SC, revision 49981

cleanup

2007-11-15 20:12 RR, revision 49980

Slightly overoptimized

2007-11-15 20:11 RR, revision 49979

remove warnings

2007-11-15 18:02 SC, revision 49974

rebaked after adding utilscocoa.mm to wxmac

2007-11-15 16:44 PC, revision 49973

fix reference to temporary

2007-11-15 16:34 PC, revision 49972

build fixes for 64-bit

2007-11-15 16:27 MR, revision 49971

Fix non-pch build. Spotted by David Hart

2007-11-15 15:03 RR, revision 49970

optimise startup of wxDataViewIndexListModel

2007-11-15 10:22 JS, revision 49964

Border correction

2007-11-15 10:22 JS, revision 49963

Border correction

2007-11-15 08:04 JS, revision 49961

Corrected symbol for OS/2

2007-11-15 08:03 JS, revision 49960

Corrected symbol for OS/2

2007-11-15 07:11 JS, revision 49959

Added missing include

2007-11-15 07:09 JS, revision 49958

Added missing include

2007-11-14 21:05 RR, revision 49954

wxDC rework, forgot these

2007-11-14 15:01 JS, revision 49953

Don't try to call CanUndo/CanRedo for read-only combobox since we'll get an assert.

2007-11-14 14:53 JS, revision 49952

Style correction

2007-11-14 14:51 JS, revision 49951

Conflict correction

2007-11-14 14:50 RR, revision 49950

wxDC change

2007-11-14 14:49 RR, revision 49949

Further wxDC changes

2007-11-14 14:44 JS, revision 49948

Border corrections

2007-11-14 14:42 JS, revision 49947

Border corrections, and more compact dialog sizes

2007-11-14 14:22 JS, revision 49946

Border style corrections, and more economical window sizes

2007-11-14 13:15 RR, revision 49945

Ok -> IsOk

2007-11-14 12:54 RR, revision 49944

use const for xpm icons

2007-11-14 10:13 VS, revision 49942

added never_empty hint on WX_DIR option

2007-11-14 02:38 PC, revision 49940

put the useable border styles in one place

2007-11-14 02:37 PC, revision 49939

put the useable border styles in one place

2007-11-13 21:10 FM, revision 49938

fix some typos/imprecisions

2007-11-13 21:09 FM, revision 49937

allow wxpresets to be used with xcode2 format (even if it's not fully functional yet)

2007-11-13 20:56 FM, revision 49936

use docparam instead of simple italic tag for parameter docs

2007-11-13 20:54 FM, revision 49935

add 'Application and process-management classes', 'OpenGL classes', 'Multimedia classes' and 'stc classes' to the categories

2007-11-13 20:50 FM, revision 49934

document wxDECLARE_APP

2007-11-13 20:48 FM, revision 49933

document wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros

2007-11-13 20:46 FM, revision 49932

user proper markup for the url to unicode website

2007-11-13 20:46 FM, revision 49931

small fix to inheritance hierarchy

2007-11-13 20:43 FM, revision 49930

update the file handling part of the manual; update the Acknowledgement section including a list of the core developers (some of them were missing) and separating them from the list of occasional contributors

2007-11-13 20:38 FM, revision 49929

keep function description before parameter documentation

2007-11-13 20:18 BIW, revision 49928

added null pointer check and assert

2007-11-13 20:17 BIW, revision 49927

added null pointer check and assert

2007-11-13 20:04 PC, revision 49926

fix for missing gtk_icon_size_lookup, broken in rev 46605

2007-11-13 18:09 PC, revision 49921

fix border glitches after rev 49907

2007-11-13 18:00 RD, revision 49920

Fix pathname for copying the editra icon

2007-11-13 17:32 VZ, revision 49919

fix another minor bug in DLGC_WANTMESSAGE handling in MSWProcessMessage()

2007-11-13 17:23 VZ, revision 49918

unselect all selected items, not just the currently focused one, when the mouse is right clicked outside of selection to minimize user confusion (patch 1702201, bug 1676471) [backport of r49916 from trunk]

2007-11-13 17:19 VZ, revision 49917

override GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have borders by default

2007-11-13 17:18 VZ, revision 49916

unselect all selected items, not just the currently focused one, when the mouse is right clicked outside of selection to minimize user confusion (patch 1702201, bug 1676471)

2007-11-13 17:11 VZ, revision 49915

use GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving than for sizing (replaces patch 1830348)

2007-11-13 16:16 VZ, revision 49914

fix unreachable code warning in TranslateBorder()

2007-11-13 16:16 VZ, revision 49913

correction to the changes of r49805 to make the code work as expected

2007-11-13 15:22 VZ, revision 49912

disambiguate between 2 base class IsEmpty() versions too (bug 1831121)

2007-11-13 15:11 JS, revision 49911

Added missing return type

2007-11-13 14:51 JS, revision 49910

Take wxBORDER_THEME, and the default border style, into account

2007-11-13 14:44 JS, revision 49909

wxBORDER_THEME processing for Motif and X11

2007-11-13 14:34 JS, revision 49908

Take account of wxBORDER_THEME (assume it's like wxBORDER_SUNKEN)

2007-11-13 14:27 JS, revision 49907

Getting borders working

2007-11-13 13:57 SC, revision 49906

adding cocoa utils bridge

2007-11-13 13:48 VZ, revision 49904

added GetLineText() test

2007-11-13 13:27 VZ, revision 49902

replace changes of r49890 by defining more compatibility operators in wxCmdLineArgsArray as we're interested in preserving as much compatibility with the existing code outside of the library as possible; also DLL-export the class to avoid VC6 DLL build warnings

2007-11-13 13:20 RR, revision 49901

More DC changes

2007-11-13 13:15 VZ, revision 49900

compilation fix after argv changes

2007-11-13 13:07 RR, revision 49899

compile fix

2007-11-13 13:03 JS, revision 49898

wxChar -> char

2007-11-13 12:49 JS, revision 49897

wxChar -> char

2007-11-13 12:48 JS, revision 49896

Adding missing variable declaration

2007-11-13 12:27 JS, revision 49895

wxChar -> char

2007-11-13 12:17 JS, revision 49894

Tidying

2007-11-13 12:10 JS, revision 49893

More border rationalisation. GetDefaultBorder is now mostly defined in base class files.

2007-11-13 11:00 JS, revision 49891

wxChar -> char

2007-11-13 10:57 JS, revision 49890

Resolve '&&' ambiguity

2007-11-13 10:55 JS, revision 49889

Resolve '&&' ambiguity (VC++ 6)

2007-11-13 05:25 PC, revision 49888

block signal handler rather than disconnecting

2007-11-13 04:25 PC, revision 49887

warning fixes

2007-11-13 02:21 PC, revision 49886

build fix for wxUSE_DISPLAY==0

2007-11-13 02:21 PC, revision 49885

non-pch build fix

2007-11-13 02:12 VZ, revision 49884

compilation fix for g++ 3.4 (and maybe others)

2007-11-13 02:05 VZ, revision 49883

nl_langinfo() check in wxIsLocaleUtf8() was never done because we didn't include langinfo.h -- do it now

2007-11-13 01:18 VZ, revision 49882

use standard functions for BSTR handling instead of doing it ourselves incorrectly (fixed patch 1829152)

2007-11-13 01:05 VZ, revision 49881

reset the dialog fields if they're not specified in wxAboutDialogInfo: it's necessary now that we can reuse an existing dialog (update of the patch 1829097)

2007-11-13 00:15 VZ, revision 49880

delete m_idleMutex later to avoid crashes if any windows are still left when the application exits

2007-11-12 23:46 PC, revision 49879

build fix for wxUSE_DISPLAY==0

2007-11-12 22:32 VZ, revision 49877

made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code

2007-11-12 22:31 VZ, revision 49876

removed stray include

2007-11-12 21:48 VZ, revision 49874

suppress unused parameter warning in UTF8-only build

2007-11-12 21:37 VZ, revision 49873

make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow

2007-11-12 21:36 VZ, revision 49872

compilation fix for g++ 4 after last commit (why was 3.3 happy with this?)

2007-11-12 20:55 VZ, revision 49871

flatten the single item submenus under Maemo

2007-11-12 20:39 VZ, revision 49870

use more natively looking HildonNote instead of GtkMessageDialog under Maemo

2007-11-12 19:41 VZ, revision 49869

refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too

2007-11-12 19:04 VZ, revision 49866

remove declaration of EscapeMnemonics() which doesn't exist

2007-11-12 19:03 RD, revision 49865

install tweaks for Editra

2007-11-12 19:03 RR, revision 49864

Adapt for new DC code

2007-11-12 19:03 RD, revision 49863

add some changelog notes for 2.8.7.0

2007-11-12 19:03 RR, revision 49862

add const overload for GetImpl()

2007-11-12 15:15 VZ, revision 49860

update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions, set the former to 1 by default

2007-11-12 13:58 VZ, revision 49858

add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too

2007-11-12 12:09 VZ, revision 49857

clarify wxHandleFatalExceptions() availability (bug 1830196)

2007-11-12 11:47 RR, revision 49856

small fixes

2007-11-12 10:44 RR, revision 49855

Disable GStreamer8 by ddefault, otherwise GStreamer10 is not searched for

2007-11-12 10:19 VS, revision 49854

enabled VS2005 project files

2007-11-12 10:16 VS, revision 49853

added namespaces to prevent warnings with Bakefile 0.2.3

2007-11-12 10:12 VS, revision 49852

renamed wxstd.po to wxstd.pot so that it uses standard gettext extension for catalog templates

2007-11-12 10:03 VS, revision 49851

ignore *.mo files in locale/msw too

2007-11-12 09:48 VS, revision 49850

reverted JS's commit that added lots of empty non-MSW translations that have no place here