2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | cache the result of wxGetOsVersion() (heavily modified... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | don't change locale in XRC GetFloat() method, change... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | fix bug with mistakenly recognising 'wxdebug' as 'debug... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | declare wxEVT_GRID_COL_MOVE event (which was defined... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | don't give spurious error message if non-empty status... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | fix gcc warnings about float/double to int conversion... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | no changes, just added a comment explaining the issues... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Vadim Zeitlin | return empty string, not NULL, from wxCStrData::AsChar... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Vadim Zeitlin | added support for reading resolution information from... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Robert Roebling | Compile error (no idea why Mingw doesn't like wxPoint()) |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Vadim Zeitlin | fix file names format in wxFileDataObject::GetDataHere... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Vadim Zeitlin | added wxDirCtrl to the sample to allow testing of the... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Vadim Zeitlin | don't pass garbage to SetData() in wxURLDataObject... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | better document some of the incompatibilities introduce... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | change wxCmdLineEntryDesc::short/longName type to wxStr... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | fix unused parameter warning in wxSetEnv() in release... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | changed wxCmdLineEntryDesc::short/longName fields type... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Vadim Zeitlin | changed wxCmdLineEntryDesc::short/longName fields type... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Julian Smart | Only write text colour if the colour is valid |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Robert Roebling | Patch to use high printer resolution instead of Cairo... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Robert Roebling | minor corrections, made non-public API private |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Robert Roebling | prevent double deletion of cairo lib |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | wxDC::Clear() shouldn't do anything in printing DCs... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Removed run-time dependency on libpangocairo |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Add Cairo to build, remove run-time dependency |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Make use of wxCairoLibrary from within wxGtkPrint |
commit | commitdiff | tree | snapshot |
2007-09-06 |
David Elliott | Make a slider control created with a particular size... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Add wxCairoLibrary (not yet built) |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Move the wxDL_ macros to wxDynLibrary |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Václav Slavík | fixed wxString::FromAscii signature |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Explain various printing backends in GTK+ |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Robert Roebling | Mention wxUSE_GTKPRINT define |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Chris Elliott | add missing timer.h |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Vadim Zeitlin | fixed off by 1 bug in converting premultiplied DIB... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robin Dunn | Pass length including the null-terminator to cWC2MB |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Roebling | Add support for GTK print, modified from patch 1782055 |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Roebling | Add force link for GtkPrint modeule (still commented... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Roebling | Make wxGnomePrintModule public so that wxGtkPrintModule... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Roebling | Add GtkPrint detection code and configure switch |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Robert Roebling | upport wxFileDataObject change for UTF8 handling |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Chris Elliott | add missing ds? files |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Julian Smart | Corrected default background and text colours |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Julian Smart | Fixed URL saving/loading |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Julian Smart | Always set the background colour for XP, for consistent... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Julian Smart | Corrected a typo |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Robert Roebling | correct scrolling of various GTK+ widgets such as GtkFr... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Julian Smart | Apply the background fix only if the toolbar has controls |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Robin Dunn | a few more header files need to be installed |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Paul Cornett | use client size to avoid gdk_window_get_frame_extents... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Vadim Zeitlin | fix translation of wx priority values to the standard... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Vadim Zeitlin | fix WX_GL_STEREO attribute handling: value for it was... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Vadim Zeitlin | don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Paul Cornett | call SetLegacyWMProperties last, it calls gtk_widget_re... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Paul Cornett | fix IsProtocolSupported in unicode build |
commit | commitdiff | tree | snapshot |
2007-09-03 |
David Elliott | Try the DefaultProperties key if the buildSettings... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robert Roebling | Update to recent eggtrayicon version. Should be convert... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | include private.h |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | more exports |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | wrap the code in #if wxUSE_DATAVIEWCTRL |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | Update wxStack class macro for the new wxVector |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | export wxGetNativeFontEncoding and wxTestFontEncoding |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Robin Dunn | fix events and eventTypes for wxPython |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Julian Smart | Standard SDK fixes |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Robert Roebling | Patch from Bo for new API, various fixes, live update... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Julian Smart | Added native focus rectangle drawing for wxMac (CG... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Václav Slavík | fixed badly named wxHtmlTag::GetParam() argument: with_... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | typo |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | Add wxDataViewCtrl to the build for OS X |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | Added const and virtual in various places |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | typo |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | added wxDataViewIconTextRenderer |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Robert Roebling | small doc patch from Bryan Petty |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Julian Smart | Use new menu item function |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Vadim Zeitlin | use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Vadim Zeitlin | don't use use UTF-8 to PUA mapping hack, it's not neces... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Vadim Zeitlin | fix resize() when it's used for truncating a string... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Vadim Zeitlin | use fallback encoding in wxConvAuto when input is not... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Vadim Zeitlin | use wxNullPtr instead of NULL with wxFileTypeInfo |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Paul Cornett | X property data is long for format 32 |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Robert Roebling | Patch from Hartwig for wxMac implementation |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Robert Roebling | make SetValue return a value |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Paul Cornett | add missing static |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Julian Smart | Avoid crash if user aborts the print |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Julian Smart | The toolbar background for some colour schemes cannot... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Robert Roebling | add wxDataViewIconText |
commit | commitdiff | tree | snapshot |
2007-08-28 |
David Elliott | wxTextCtrl: Implement alignment flags, editable (read... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Robert Roebling | add objectdataptr.tex to classes.tex |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Julian Smart | Compile fix for old W32API headers |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Václav Slavík | added some clarifying comments |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Václav Slavík | fixed memory leak in RestoreState |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Robert Roebling | added copy constr |
commit | commitdiff | tree | snapshot |
next |