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

2003-04-06 19:43 VZ, revision 20041

fix bug with not accepting write-only formats in d&d (backported from head)

2003-04-06 19:40 VZ, revision 20040

fix bug with not accepting write-only formats in d&d

2003-04-06 19:09 JS, revision 20039

It turns out there was a change to mimetype.h (addition of parameters) so must revert the previous backport.

2003-04-06 18:37 VZ, revision 20038

merged 2 overloaded functions into a single membersections

2003-04-06 17:59 JS, revision 20037

More patches done

2003-04-06 17:55 JS, revision 20036

Add support for GTK2 label mnemonics Backported from head

2003-04-06 17:46 VZ, revision 20035

added assert to check that notebook page does have notebook as parent; removed duplicated AddPage()

2003-04-06 17:43 JS, revision 20034

Improved X11 ShowFullScreen Backported from head

2003-04-06 17:20 JS, revision 20033

Backported fix: use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager

2003-04-06 17:17 JS, revision 20032

Fixes for compilation with OpenWatcom Backport from head: most were already applied

2003-04-06 17:09 JS, revision 20031

Backported wxrc fixes from head 1) fixed compilation of wxBitmap, wxIcon toplevel nodes 2) fixed wxrc when using -o dirname/filename

2003-04-06 16:53 JS, revision 20030

Applied [ 703260 ] wxFontEncoding Problem Backported from trunk

2003-04-06 16:47 JS, revision 20029

Implement wxExecute with proper callback on Mac OS X Backported from head

2003-04-06 16:38 JS, revision 20028

Implemented wxTextCtrl::Remove/Replace() for GTK2 Backport from head

2003-04-06 16:33 JS, revision 20027

Applied patch [ 705441 ] Radio button consecutive groups bug Backported from head

2003-04-06 16:28 JS, revision 20026

Alt-letter didn't switch focus to a spin ctrl following static control with "&letter" accel Backport from head for http://sf.net/tracker/index.php?func=detail&aid=672974&group_id=9863&atid=109863

2003-04-06 16:23 JS, revision 20025

Fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly Backported from head

2003-04-06 15:48 JS, revision 20024

Applied some of them

2003-04-06 15:39 JS, revision 20023

Accept '\r' as delimiter when parsing dates (bug #684617) Backported from head

2003-04-06 15:36 JS, revision 20022

Fixed memory leak in generic wxFileDialog Backported from head

2003-04-06 15:30 JS, revision 20021

Fixed memory leak in wxMimeTypesManager backport from head

2003-04-06 15:19 JS, revision 20020

Applied [ 668155 ] Refresh problem when msgbox is shown (wxUniversal) Backport with modification from CVS head

2003-04-06 15:15 JS, revision 20019

Fix for wxProgressDialog::Update() signature backported from head

2003-04-06 15:14 JS, revision 20018

Reordered functions

2003-04-06 15:08 JS, revision 20017

Fixes for wxLocale::Init and Borland C++ Backported from head

2003-04-06 15:03 JS, revision 20016

Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in wxTE_RICH2 text control Backport from head

2003-04-06 14:52 JS, revision 20015

wxCondition doc update from head

2003-04-06 14:45 JS, revision 20014

wxFrame::Maximize(FALSE) would maximize the window if called before showing it Backport from head

2003-04-06 14:41 JS, revision 20013

wxStopWatch::Start() didn't resume it contrary to the docs Backport from head

2003-04-06 14:38 JS, revision 20012

Fix for deleting entries at root level in wxFileConfig backported from head

2003-04-06 14:31 JS, revision 20011

Backported [ 622089 ] wxTR_EDIT_LABELS vs wxTR_MULTIPLE style Fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode

2003-04-06 14:26 JS, revision 20010

wxCaret::SetSize correction for showing caret Backported from head

2003-04-06 14:20 JS, revision 20009

Fx for sending event from wxCheckListBox::Check(). Backported from head.

2003-04-06 14:06 JS, revision 20008

Fix for explicit keyword detection (VC++) backported from head

2003-04-06 12:28 JS, revision 20007

Don't use stipples in DoDrawText (backported from CVS head)

2003-04-06 12:23 JS, revision 20006

Set orientation for scrollbar events (backported from CVS head)

2003-04-06 12:19 JS, revision 20005

Fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName Backported from CVS head

2003-04-06 12:03 JS, revision 20004

Backported SetScrollbars bug fix

2003-04-06 11:38 JS, revision 20003

Removed backported fix from toback24.txt

2003-04-06 11:35 JS, revision 20002

Backported fix: wxMSW::wxStaticText::GetBestSize() was wrong by '&' width

2003-04-06 00:55 DE, revision 20001

Changed dc.cpp to dc.mm and dcclient.cpp dcclient.mm for wxCocoa

2003-04-06 00:54 DE, revision 20000

Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm Update app.mm to call wxDC text system startup and cleanup code

2003-04-06 00:51 DE, revision 19999

Use the wxStaticBox::GetBordersForSizer method to get border information on wxCocoa. Perhaps the other ports should do this?

2003-04-05 23:26 DE, revision 19998

Added GetBordersForSizer(int *bordertop, int *borderOther)

2003-04-05 23:23 DE, revision 19997

Commented out most the the wxLogDebug Basic implementation of Refresh() does not take into account eraseBack or Rect

2003-04-05 23:16 DE, revision 19996

Cocoa still uses the generic file dialog (see include/wx/filedlg.h)

2003-04-05 23:06 DE, revision 19995

Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage

2003-04-05 22:30 VS, revision 19994

regenerated makefiles

2003-04-05 22:27 VS, revision 19993

partially working wxTaskBarIcon for X11

2003-04-05 22:25 VS, revision 19992

added taskbarcmn.cpp

2003-04-05 22:22 VS, revision 19991

removed obsoleted virtuals from docs

2003-04-05 22:20 VS, revision 19990

updates to taskbar sample to use events instead of virtuals and work under Unix

2003-04-05 18:59 JS, revision 19989

Fix for getting all frames from GIF animation

2003-04-05 13:11 JS, revision 19988

Reverted previous patch

2003-04-05 12:11 MBN, revision 19987

Derive wxBitmap from wxBitmapBase. Move code from LoadFile/SaveFile/Create* to bitmap handlers. Implemented wxBitmap::GetSubBitmap.

2003-04-05 10:51 JS, revision 19986

Applied patch [ 715449 ] Fix MSW cursor errors (already implicit in CVS trunk)

2003-04-05 10:38 JS, revision 19985

Added a const for CW compilation

2003-04-05 10:34 JS, revision 19984

Applied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:34 CE, revision 19983

fix accidental overwrite of Makefile

2003-04-05 10:33 JS, revision 19982

APplied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:14 CE, revision 19981

changes to watcom makefiles for OpenWatcom

2003-04-04 23:00 VS, revision 19980
  • D /wxWidgets/trunk/include/wx/os2/taskbar.h
  • D /wxWidgets/trunk/src/os2/taskbar.cpp

removed files with empty stubs

2003-04-04 22:47 VS, revision 19979

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:33 VS, revision 19978

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:21 RD, revision 19977

Handle checkable items the right way in all cases

2003-04-04 17:59 RD, revision 19976

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:51 RD, revision 19975

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:34 RD, revision 19974

Made an eopty stub of SetSelection for wxGTK

2003-04-04 13:13 JS, revision 19973

Applied [ 714756 ] Clean warnings on build

2003-04-03 21:14 rgammans, revision 19972

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:08 rgammans, revision 19971

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:01 RD, revision 19970

Correction to my new menu code: handle submenus on menubar menus

2003-04-03 20:54 VZ, revision 19969

start of Greek translations

2003-04-03 18:40 RD, revision 19968

Fix menu event propogation to be consistent across platforms, and with the docs.

2003-04-03 18:39 RD, revision 19967

Fixed menu event propogation to be consistent across platforms, and with the docs.

2003-04-03 18:17 JS, revision 19966

Fixed OnSetCursor for Mac

2003-04-03 13:19 JS, revision 19965

Applied patch [ 709618 ] fixes drawing position in wxPrinterDC::DoBlit() wxPrinterDC::DoBlit() in current CVS is drawing to the source coords rather than the dest coords. This patch corrects that.

2003-04-03 13:10 JS, revision 19964

Applied patch [ 708582 ] wxGenericFileDialog & expose generic wxFileCtrl By John Labenski (jrl1) The wxFileCtrl is a nice little widget that when married with a wxDirCtrl makes for a simple, easy to use explorer type widget. include/wx/generic/filedlgg.h, src/generic/filedlg.cpp Expose wxFileData and wxFileCtrl, rename wxFileDialog to wxGenericFileDialog, it can be used in MSW now. wxFileCtrl - added sorting for clicking in the col headers. let wxGenericFileDialog manage it's own static text. allow for viewing of root (for showing drives) in MSW wxFileData - moved enum for wxFileCtrl col's into it. added IsDrive and use bitmask instead of a slew of bools for IsDir... A couple bug fixes for wxFileCtrl for MSW, c:\.. is not a file and can't be stated, show drives. Basicly its the same as before, with no change besides sorting for GTK. For MSW, the wxFileCtrl works in a few more cases, hopefully all the MGL etc code was untouched and should still work.

2003-04-03 13:01 JS, revision 19963

Applied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis

2003-04-03 12:58 JS, revision 19962

Applied patch [ 708016 ] Setup0.h updated according wxMSW

2003-04-03 10:42 JS, revision 19961

Applied patch [ 708377 ] Make NET (smapi.cpp) UNICODE compatible

2003-04-03 10:29 JS, revision 19960

Applied patch [ 713459 ] wxUniv/GTK compilation fix

2003-04-03 10:20 JS, revision 19959

Fixed the wxX11 crash bug on opening a dialog that has a parent, by only refreshing subwindows that are not top level windows.

2003-04-03 09:09 JS, revision 19958

Unicode-enabled the STC sample

2003-04-03 02:49 RD, revision 19957

SWIGged updates for wxMac

2003-04-03 02:48 RD, revision 19956

SWIGged updates for wxGTK

2003-04-03 02:48 RD, revision 19955

SWIGged updates for wxMSW

2003-04-03 02:27 RD, revision 19954

fixed typo in parameter name

2003-04-03 02:27 RD, revision 19953

Added SetSelection

2003-04-03 02:27 RD, revision 19952

Added a comment

2003-04-03 02:21 RD, revision 19951

removed special case for wxMac, not needed any more

2003-04-02 23:20 VZ, revision 19950

corrected description of auto-created wxConfig ownership (patch from bug 706868)

2003-04-02 22:16 VZ, revision 19949

backport wxFileConfig fix

2003-04-02 22:16 VZ, revision 19948

fixed problem of deleting an entry added to an initially empty root group

2003-04-02 21:21 VZ, revision 19947

corrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT styles description

2003-04-02 20:59 MBN, revision 19946

Remove dulicated call to wxBitmap::Init/CleanupStandardHandlers, which is already called from a module in bmpbase.cpp.

2003-04-02 20:57 MBN, revision 19945

wxMotif does not have wxBitmapDataObject.

2003-04-02 20:55 MBN, revision 19944

Partial fix for mono wxMemoryDC not working.

2003-04-02 20:52 MBN, revision 19943

Remove deprecated methods use.

2003-04-02 20:50 MBN, revision 19942

No real change.