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

2004-06-28 18:18 KO, revision 28053

Fixed wxMDIChildWindow to be a native window on Mac. Otherwise, functions like SetSize would crash.

2004-06-28 18:16 KO, revision 28052

Fixed typo in show available drives.

2004-06-28 16:26 VS, revision 28051

documentation fix

2004-06-28 10:48 VZ, revision 28050

update from Herbert Breunung which I forgot to commit some time ago

2004-06-28 10:47 VZ, revision 28049

added include files section

2004-06-28 10:46 VZ, revision 28048

added test for Lower()/Upper() with 8bit chars

2004-06-28 10:38 VZ, revision 28047

don't duplicate code checking for X for X11 and Motif ports; filter out -RNONE from the X_LIBS set by AC_PATH_XTRA (see patch 956017)

2004-06-27 22:17 VS, revision 28046

don't mess with the fonts if not asked to

2004-06-27 22:16 VS, revision 28045

removed wrong bg colour handling code

2004-06-27 19:40 VS, revision 28044

more fixes to HTML entities parsing when loading .hhk and .hhc

2004-06-27 13:47 VS, revision 28043

fixed typo

2004-06-27 13:42 VS, revision 28042

warning fix

2004-06-27 13:42 VS, revision 28041

fixed setting colour of wxStaticText in case the label contains XML special characters

2004-06-27 13:10 VS, revision 28040

implemented underlined text drawing for GTK2

2004-06-27 13:09 VS, revision 28039

fixes to charset conversion when loading non-Latin1 helpbooks; use wxString instead of wxChar* in data structures

2004-06-27 09:00 VS, revision 28038

re-added --inplace documentation

2004-06-26 18:45 RD, revision 28037

don't create the font until after the app is initialized

2004-06-26 17:29 VS, revision 28036

fixed sash dragging after programatically trying to set sashpos < minsize

2004-06-26 15:53 VS, revision 28035

implemented 3state checkboxes in wxGTK with GTK2

2004-06-26 15:51 VS, revision 28034

doubleclick selects cell for editing

2004-06-26 15:25 VS, revision 28033

more fixes to keypress handling in wxGTK: 1. don't eat unprocessed events originating from child widgets 2. tell IM context about focus changes 3. set wxKeyEvent modifiers information from last GdkEventKey leading to IM's commit signal

2004-06-26 14:11 VS, revision 28032

change of msgids patch description was inaccurate; fixed

2004-06-26 13:34 VZ, revision 28031

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 13:14 VZ, revision 28030

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 10:02 SC, revision 28029

allow a - at the beginning of a menu item (would become a separator by default)

2004-06-26 09:39 SC, revision 28028

rely on built-in best size...

2004-06-26 09:31 SC, revision 28027

correctly positioning vertical slider labels

2004-06-25 15:09 DS, revision 28026

fixed include dependency

2004-06-25 13:40 SC, revision 28025

colors are only set if non-black, otherwise Enable(false) does not gray them out

2004-06-25 12:59 JS, revision 28024

Added braces to remove initialisation error

2004-06-25 12:19 SC, revision 28023

font retrieval synched for setsize and bestsize

2004-06-25 11:33 SC, revision 28022

best size handling fix

2004-06-25 11:18 SC, revision 28021

cursor handling fix

2004-06-25 09:21 SC, revision 28020

two-level switch statement for event types

2004-06-25 08:25 SC, revision 28019

fix missing mouse-up events (eg when track control was called, which is consuming the mouse-up event)

2004-06-24 21:58 RD, revision 28018

SetSizeHints hacks are not needed any longer since the minsize is not set by default any longer

2004-06-24 21:09 RD, revision 28017

reSWIGged

2004-06-24 21:02 RD, revision 28016

reSWIGged

2004-06-24 20:52 VS, revision 28015

inform the IM context about focus changes

2004-06-24 20:27 VS, revision 28014

GtkIMContext must be the first to process keypress events, otherwise you won't be able to enter all characters with some IMs; this is same thing as what GtkEntry and GtkTextView do

2004-06-24 20:25 RD, revision 28013

testing tweaks

2004-06-24 20:21 RD, revision 28012

Optimized sizers to not call CalcMin more often than neccessary Window items added with wxFIXED_MINSIZE flag will set the window's minsize to its curent size.

2004-06-24 20:13 RD, revision 28011

Optimized sizers to not call CalcMin more often than neccessary Window items added with wxFIXED_MINSIZE flag will set the window's minsize to its curent size.

2004-06-24 20:09 RD, revision 28010

* Implemented BestSize cache * Added calls to InvalidateBestSize where things affecting BestSize are modified. There are probably several other places where this still needs to be done... * Added wxWindowBase::GetBestFittingSize that will merge the BestSize into the MinSize, (if any) and return the result. * SetBestFittingSize will now only set the MinSize to the value that was passed to it, without merging in the BestSize

2004-06-24 19:51 VS, revision 28009

fixed keypresses handling to correctly translate Unicode characters to current locale's charset in GTK2+ANSI build

2004-06-24 18:11 VS, revision 28008

fixed memory leak and removed duplicated code

2004-06-24 17:54 VS, revision 28007

use GtkIMContext variable, not GtkIMMulticontext, we don't use functions that take the latter as their argument

2004-06-24 16:36 DE, revision 28006

We don't need to pose for NSMenuItem, target/action is used instead.

2004-06-24 15:14 DE, revision 28005

* Do not use class posing to handle target/action.

2004-06-24 14:25 VS, revision 28004

fixed warnings after GetFont prototype change

2004-06-24 11:59 VS, revision 28003

Removed references to now-deprecated wxNotebookSizer from documentation.

2004-06-24 11:58 VS, revision 28002

deprecated wxBookCtrlSizer and wxNotebookSizer, they are no longer needed

2004-06-24 09:32 ABX, revision 28001

Fixed stream test.

2004-06-24 09:04 VS, revision 28000

set size hints so that the window won't shrink too much

2004-06-24 08:15 JJ, revision 27999

Committing in . OpenVMS updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms wxWidgets/src/motif/checkbox.cpp ----------------------------------------------------------------------

2004-06-24 08:05 ABX, revision 27998

Regenerated makefiles.

2004-06-24 08:00 ABX, revision 27997

Removed unused code.

2004-06-24 07:28 SC, revision 27996

unicode fix

2004-06-24 06:59 ABX, revision 27995

Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable.

2004-06-24 06:54 ABX, revision 27994

Fixed WinCE build.

2004-06-24 06:46 VS, revision 27993

reverted previous commit: the _real_ bug was already fixed

2004-06-24 04:46 RD, revision 27992

work around a bug in TabCtrl_AdjustRect which will cause a crash on win2k, or on XP with themes disabled, if the wxNB_MULTILINE style is used and the rectangle is very small, (such as when the notebook is first created.)

2004-06-24 04:45 RD, revision 27991

removed a SetFont(parent->GetFont())

2004-06-24 04:45 RD, revision 27990

tweaks for testing

2004-06-24 03:04 RD, revision 27989

wxDefaultCoord

2004-06-23 22:20 VS, revision 27988

fixed UNC paths handling (patch #975038)

2004-06-23 22:18 VS, revision 27987

test UNC filenames conversion on MSW

2004-06-23 22:18 VS, revision 27986

compilation fix for gcc-3.4

2004-06-23 22:12 DS, revision 27985

fixed bug #976725: "RETURN closes dialog instead of combobox dropdown" (applied fix suggested in the bug's comment)

2004-06-23 21:54 VZ, revision 27984

added Set(jdn) test

2004-06-23 21:53 VZ, revision 27983

fixed bug in wxDateTime::Set(jdn) when DST was in effect

2004-06-23 21:18 VZ, revision 27982

extracted some wxDateTime tests from console sample to the unit test suite

2004-06-23 20:31 VS, revision 27981

ngettext() macro was removed

2004-06-23 20:30 VS, revision 27980

allow msgids in !=English languages (based on Stefan Kowski's patch)

2004-06-23 18:26 VZ, revision 27979

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (patch 978403)

2004-06-23 17:42 VZ, revision 27978

use ES_AUTOHSCROLL for multiline controls as well (fixes 966692)

2004-06-23 17:42 VZ, revision 27977

don't use wxHSCROLL for the rich edit window, not that it really works as expected it looks ugly in the sample

2004-06-23 17:39 RD, revision 27976

Create the wxPython dir (for the reverse renamers) if it doesn't exist

2004-06-23 17:31 VS, revision 27975

default colours are not stored in m_fore/backgroundColour variables anymore

2004-06-23 16:41 VS, revision 27974

refresh the window in OnSysColourChanged

2004-06-23 16:41 VS, revision 27973

no need to update default colours and refresh if syscolours change, wxWindow does it

2004-06-23 16:04 ABX, revision 27972

Make some long #ifs shorter but multiline so diffs of other ports are more readable.

2004-06-23 16:04 CE, revision 27971

fix bug with button doing nothing

2004-06-23 16:01 DE, revision 27970

wxCocoa: don't force DEFAULT_wxUSE_SCROLLBAR=no

2004-06-23 15:33 VS, revision 27969

gtk_widget_get_display is documented to be GTK >= 2.2 thing -- fixes report about compilation failure

2004-06-23 15:30 VS, revision 27968

GetFont doesn't return reference anymore

2004-06-23 15:26 DE, revision 27967

wxCocoa: Added wxScrollBar

2004-06-23 15:01 ABX, revision 27966

Make some long #ifs shorter but multiline so diffs of other ports are more readable.

2004-06-23 14:49 DS, revision 27965

fixed unresolved symbol main (occurred with wxMac)

2004-06-23 14:06 DE, revision 27964

Regenerated with Bakefile 0.1.4 (some WinCE files were added by someone else)

2004-06-23 11:55 ABX, revision 27963

Private macro moved in waiting for DektopPolicy implementation.

2004-06-23 11:52 VS, revision 27962

don't cache default colours

2004-06-23 11:51 VS, revision 27961

removed non-const wxWindow::GetFont and GetCursor

2004-06-23 11:34 VS, revision 27960

removed non-const wxWindow::GetFont and GetCursor

2004-06-23 10:57 ABX, revision 27959

Preserve previous state of sizers.

2004-06-23 10:44 ABX, revision 27958

Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions.

2004-06-23 09:39 ABX, revision 27957

According to C99 standard (6.10.1 p3) defined() in #define is undefined, so we need replacement.

2004-06-23 09:06 VS, revision 27956

include bitmap.h not needed anymore

2004-06-23 08:22 JS, revision 27955

Font correction

2004-06-23 00:46 DE, revision 27954

Remove SendDestroyEvent() call from SetNSView() and call it from ~wxWindow and ~wxTopLevelWindow instead.