2004-06-24 |
Robin Dunn | Optimized sizers to not call CalcMin more often than... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed keypresses handling to correctly translate Unicod... |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed memory leak and removed duplicated code |
tree | commitdiff |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
tree | commitdiff |
2004-06-24 |
David Elliott | We don't need to pose for NSMenuItem, target/action... |
tree | commitdiff |
2004-06-24 |
David Elliott | * Do not use class posing to handle target/action. |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
tree | commitdiff |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
tree | commitdiff |
2004-06-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-06-24 |
Stefan Csomor | unicode fix |
tree | commitdiff |
2004-06-24 |
Václav Slavík | reverted previous commit: the _real_ bug was already... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | work around a bug in TabCtrl_AdjustRect which will... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | removed a SetFont(parent->GetFont()) |
tree | commitdiff |
2004-06-23 |
Václav Slavík | fixed UNC paths handling (patch #975038) |
tree | commitdiff |
2004-06-23 |
Dimitri Schoolwerth | fixed bug #976725: "RETURN closes dialog instead of... |
tree | commitdiff |
2004-06-23 |
Vadim Zeitlin | fixed bug in wxDateTime::Set(jdn) when DST was in effect |
tree | commitdiff |
2004-06-23 |
Václav Slavík | allow msgids in !=English languages (based on Stefan... |
tree | commitdiff |
2004-06-23 |
Vadim Zeitlin | fixed sending 2 events (normal and bogus cancel one... |
tree | commitdiff |
2004-06-23 |
Vadim Zeitlin | use ES_AUTOHSCROLL for multiline controls as well ... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | default colours are not stored in m_fore/backgroundColo... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | refresh the window in OnSysColourChanged |
tree | commitdiff |
2004-06-23 |
Václav Slavík | no need to update default colours and refresh if syscol... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | gtk_widget_get_display is documented to be GTK >= 2... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | GetFont doesn't return reference anymore |
tree | commitdiff |
2004-06-23 |
David Elliott | wxCocoa: Added wxScrollBar |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Private macro moved in waiting for DektopPolicy impleme... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | don't cache default colours |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Preserve previous state of sizers. |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions. |
tree | commitdiff |
2004-06-23 |
Julian Smart | Font correction |
tree | commitdiff |
2004-06-23 |
David Elliott | Remove SendDestroyEvent() call from SetNSView() and... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | don't suppose that string literals can be casted to... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed assertion failure if Ok or Cancel button is click... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | use C++ linkage functions (and not extern C) with std... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | don't treat filenames starting with dot as having empty... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed crash when string couldn't be converted to UTF8... |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | Conditional compilation fix. |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | Choices dialog adjustement to SmartPhone. |
tree | commitdiff |
2004-06-22 |
David Elliott | Observe NSControlTintDidChangeNotification in the appli... |
tree | commitdiff |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
tree | commitdiff |
2004-06-21 |
Vadim Zeitlin | removed asserts to suppress gcc 3.4 warnings about... |
tree | commitdiff |
2004-06-21 |
Włodzimierz Skiba | Reordered condition to make diff of other port smaller. |
tree | commitdiff |
2004-06-21 |
Václav Slavík | wxClipboard changes compilation fixes |
tree | commitdiff |
2004-06-21 |
Włodzimierz Skiba | Different default buttons for native menubars on Smartp... |
tree | commitdiff |
2004-06-20 |
Julian Smart | Crash fix |
tree | commitdiff |
2004-06-20 |
Václav Slavík | more recognized response types |
tree | commitdiff |
2004-06-20 |
Václav Slavík | create wxTheClipboard on first use, not startup --... |
tree | commitdiff |
2004-06-20 |
Václav Slavík | check for wputc wputchar putws fputws availability |
tree | commitdiff |
2004-06-20 |
Chris Elliott | fix bug with univ creating textctrl |
tree | commitdiff |
2004-06-20 |
Chris Elliott | fix univ SegFault |
tree | commitdiff |
2004-06-20 |
Mattia Barbon | Compilation fixes for wxUSE_STL == 1. |
tree | commitdiff |
2004-06-20 |
Mattia Barbon | Some (incomplete) fixes for wxUSE_STL == 1. |
tree | commitdiff |
2004-06-19 |
Václav Slavík | don't explicitly set font and bg colour |
tree | commitdiff |
2004-06-19 |
Vadim Zeitlin | fixed memory leak in wxURL when using a proxy |
tree | commitdiff |
2004-06-19 |
Václav Slavík | handle style changes correctly in GtkPizza |
tree | commitdiff |
2004-06-19 |
Václav Slavík | interpret m_has..Col, m_hasFont correctly |
tree | commitdiff |
2004-06-19 |
Julian Smart | Switch off adjust min size for book control and therefo... |
tree | commitdiff |
2004-06-19 |
Václav Slavík | moved DoApplyWidgetStyle to wxWindowGTK |
tree | commitdiff |
2004-06-19 |
Julian Smart | DoGetBestSize may be called before m_text and m_choice... |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
tree | commitdiff |
2004-06-18 |
Kevin Ollivier | Fixed to work with the new wxMacControl system. |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Fixes for unused values and code. |
tree | commitdiff |
2004-06-18 |
Robin Dunn | Give wxWindowGTK::ApplyWidgetStyle an implementation... |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-18 |
Włodzimierz Skiba | Flatening menu for Smartphones when menubar has only... |
tree | commitdiff |
2004-06-18 |
Václav Slavík | reset fg/bg colour and font to default if set to wxNull... |
tree | commitdiff |
2004-06-18 |
Václav Slavík | minor visual improvements to wxTipDialog |
tree | commitdiff |
2004-06-18 |
Václav Slavík | new logic applies to SetFont(wxNullFont), too |
tree | commitdiff |
2004-06-18 |
Stefan Csomor | removed use of p2cstr |
tree | commitdiff |
2004-06-18 |
Václav Slavík | fixed badly looking dialog (different spacing) |
tree | commitdiff |
2004-06-18 |
Václav Slavík | fixed wxGenericDirCtrl sizing |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Use GetBackgroundColour so it will revert to the default if |
tree | commitdiff |
2004-06-17 |
Robin Dunn | moved metrowerks debugger support in to wxUSE_BASE... |
tree | commitdiff |
2004-06-17 |
Robin Dunn | oops, forgot to remove a bit of test code |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Don't have to explicitly set the background any more... |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Use GetBackgroundColour in the default OnEraseBackgroun... |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Set/Reset ThemeEnabled when changing the fore/backgroun... |
tree | commitdiff |
2004-06-17 |
Julian Smart | Corrected position of wxUSE_WEBKIT test |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Hide the dialog after running it as it may be a bit... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic... |
tree | commitdiff |
2004-06-17 |
Stefan Csomor | moved metrowerks debugger support out of wxUSE_GUI |
tree | commitdiff |
2004-06-17 |
Václav Slavík | it's OK to set background,foreground colour even with... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
tree | commitdiff |
2004-06-17 |
Julian Smart | Allow wxSplitterWindow::Initialize(NULL) in case we... |
tree | commitdiff |
2004-06-17 |
Stefan Csomor | BU_EXACTFIT adapted |
tree | commitdiff |
2004-06-17 |
Kevin Ollivier | Fixing sizing problems on OS X. |
tree | commitdiff |
2004-06-16 |
Václav Slavík | fixed missing NO_GCC_PRAGMA |
tree | commitdiff |
2004-06-16 |
Václav Slavík | fixed incorrect handling of scaled fonts and fixed... |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Missed header. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-15 |
Julian Smart | Typo correction |
tree | commitdiff |
2004-06-15 |
Julian Smart | Navigate corrections |
tree | commitdiff |
2004-06-15 |
Julian Smart | Consistent tab behaviour |
tree | commitdiff |
2004-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
tree | commitdiff |
2004-06-15 |
Julian Smart | Tests for wxTE_PROCESS_TAB again in line with other... |
tree | commitdiff |
next |