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