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-09-27 15:01 VS, revision 48966

copy the list in wxList::operator=(), for consistency with typed macro-based lists

2007-09-27 12:49 VZ, revision 48965

added disambiguation for Clear() too

2007-09-27 12:47 VZ, revision 48964

don't declare HasSelection() in this class and especially don't declare it as protected

2007-09-27 12:44 VZ, revision 48963

added msw/textentry{cpp,h}

2007-09-27 09:05 VS, revision 48962

fixed cellpadding when printing (bug #1795572)

2007-09-27 08:09 JJ, revision 48961

2007-09-26 23:10 VZ, revision 48960

continue with loading the message catalog even if setting the locale failed

2007-09-26 22:57 VZ, revision 48959

fixed command line processing which was preempted by wxApp::OnInit() call

2007-09-26 22:41 VZ, revision 48958

compilation fix after wxTRANSLATE() changes

2007-09-26 22:32 VZ, revision 48957

another compilation fix PCH-less build

2007-09-26 20:57 RR, revision 48956

Compilo

2007-09-26 20:14 RR, revision 48955

Compilo for non-PCH

2007-09-26 19:33 RR, revision 48954

Forgot to commit

2007-09-26 16:52 VZ, revision 48953

part of wxComboBox to wxEntry refactoring (should have been part of rev48952)

2007-09-26 16:48 VZ, revision 48952

refactor wxMSW code to extract parts common to wxTextCtrl and wxComboBox into wxTextEntry

2007-09-26 16:23 VZ, revision 48951

remove wxComboBox-specific hack, override DoSetToolTip() in wxComboBox itself instead

2007-09-26 12:18 VZ, revision 48950

compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replace() generates 2 events instead of 1...)

2007-09-26 12:17 VZ, revision 48949

compilation fix for wxGTK1

2007-09-26 08:20 CE, revision 48948

2.8.6 release

2007-09-26 06:41 JS, revision 48947

Added forward declaration for wxWindow

2007-09-26 06:40 JS, revision 48946

Added forward declaration for wxWindow

2007-09-26 00:39 VZ, revision 48945

fix harmless unused parameter warning

2007-09-26 00:30 VZ, revision 48944

added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms

2007-09-26 00:28 VZ, revision 48943

added unit test for some of wxTextCtrl methods and its events generation

2007-09-25 23:22 VZ, revision 48941

fix operator<<() for wxString

2007-09-25 23:14 RD, revision 48940

Don't use the WXK_NUMPAD_* values for the EVT_CHAR events.

2007-09-25 23:13 RD, revision 48939

don't overdo the clipping otherwise we truncate descenders in the header label on OS X

2007-09-25 16:56 VZ, revision 48938

define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings during wxMotif build

2007-09-25 16:53 VZ, revision 48937

fix warning about visibility attribute ignored on non-class types (which was given for wxGetClipboardData only but change the other functions too for consistency)

2007-09-25 14:39 JJ, revision 48936

2007-09-25 07:59 CE, revision 48935

2.8.6

2007-09-24 22:52 RD, revision 48934

wxT() needed

2007-09-24 22:30 VS, revision 48931

document that GetPropVal's argument must not be NULL

2007-09-24 22:29 VS, revision 48930

document that GetAttribute's argument must not be NULL

2007-09-24 22:09 VS, revision 48929

wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it

2007-09-24 22:08 VS, revision 48928

wxXmlNode::GetPropVal's pointer argument must not be NULL, check for it

2007-09-24 21:07 RR, revision 48927

Reduce width and height of drawing ops by one in all vector printing backends

2007-09-24 20:42 RR, revision 48926

Fix various minor PS issues

2007-09-24 18:25 RD, revision 48925

Always reset m_curPage in RemovePage incase the last page has been removed and the notebook will be empty

2007-09-24 18:18 RD, revision 48924

Avoid double deletion of notebook page windows, don't call DestroyChildren in ~wxAuiMDIClientWindow. Also skip the hide page optimization when destroying the notebook.

2007-09-24 14:04 RR, revision 48923

Use line width code from GTK+ print in GNOME print

2007-09-24 14:04 RR, revision 48922

Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally

2007-09-24 13:12 JS, revision 48921

Didn't fix the ReadLine hang bug after all

2007-09-24 13:11 JS, revision 48920

Reverted last change that causes further problems

2007-09-24 10:34 CE, revision 48919

doing 2.8.6

2007-09-24 09:42 RR, revision 48918

Compilation with new dc code

2007-09-24 09:30 RR, revision 48917

reorganized wxSVGFileDC code

2007-09-23 23:42 VZ, revision 48913

added wxWindow::GetPopupMenuSelectionFromUser() (modified patch 1793823)

2007-09-23 11:27 RR, revision 48910

Converted wxGTK's basic DC classes to new DC code

2007-09-23 00:20 VZ, revision 48909

don't define wxCRT_xxprintfW function if the corresponding xxprintfw() standard functions are not available