2005-08-19 |
Stefan Csomor | workaround because regions that were built up, were... |
tree | commitdiff |
2005-08-19 |
Stefan Csomor | avoiding recursive KillEvents on the same object, in... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | fixed (harmless) unused variable warning in release... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | __WXDEBUG__ must be tested with #ifdef, not #if |
tree | commitdiff |
2005-08-15 |
Vadim Zeitlin | replaced annoying wxLogDebug()s with wxLogTrace() |
tree | commitdiff |
2005-08-13 |
Julian Smart | Fixed dangling pointers bug; radio button was not remov... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | add missing braces to quiet gcc warnings about missing... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed mentions of wxUSE_OWNER_DRAWN: unless I miss... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | correct -Wundef warning for __MSL__ |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int |
tree | commitdiff |
2005-08-03 |
Stefan Csomor | don't force immediate screen updates |
tree | commitdiff |
2005-08-01 |
Stefan Csomor | correcting condition: only interfere in the non-native... |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1216005 : message and new NavDirDialog |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1223806 : unicode for tabs |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | mouse-capture fix |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | adding 'select all' semantics |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | fixing names |
tree | commitdiff |
2005-07-31 |
Robert Roebling | Correctly calculate ClientSize when using native |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | defaulting to small style (24x24), and correcting the... |
tree | commitdiff |
2005-07-29 |
Stefan Csomor | respect styles during creation as well |
tree | commitdiff |
2005-07-29 |
Kevin Hock | Fixed label positions for horizontal slider [ modified... |
tree | commitdiff |
2005-07-29 |
Stefan Csomor | added intl.h for contextmenu |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | removed USE_SHARED_LIBRARY mentions (and all variations... |
tree | commitdiff |
2005-07-28 |
Stefan Csomor | lowercase bools |
tree | commitdiff |
2005-07-28 |
Stefan Csomor | code formattings |
tree | commitdiff |
2005-07-27 |
Stefan Csomor | new native toolbar implementation (turned off by defaul... |
tree | commitdiff |
2005-07-25 |
Stefan Csomor | new capture handling, can be turned off |
tree | commitdiff |
2005-07-25 |
Stefan Csomor | Adding David Surovell's fixes and extensions |
tree | commitdiff |
2005-07-24 |
Stefan Csomor | Using Carbon Calls for getting highlight color |
tree | commitdiff |
2005-07-24 |
Stefan Csomor | OSX two-level header fixes |
tree | commitdiff |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
tree | commitdiff |
2005-07-19 |
Julian Smart | Make sure text part of combobox is enabled/disabled too |
tree | commitdiff |
2005-07-17 |
Kevin Hock | Consider native data format, zero out buffer before... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1215991 ] Mac xrc enables unknown class |
tree | commitdiff |
2005-06-13 |
Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... |
tree | commitdiff |
2005-06-08 |
Stefan Csomor | UniChar being platform endian |
tree | commitdiff |
2005-06-08 |
Robin Dunn | For consistency with the other ports don't send an... |
tree | commitdiff |
2005-06-08 |
Stefan Csomor | guard against erases during tlw window destruction |
tree | commitdiff |
2005-06-07 |
Stefan Csomor | support mac on little endian systems |
tree | commitdiff |
2005-06-07 |
Stefan Csomor | support mac on little endian systems |
tree | commitdiff |
2005-06-06 |
Włodzimierz Skiba | Source cleaning inspired by and included in patch ... |
tree | commitdiff |
2005-06-02 |
Stefan Csomor | no message |
tree | commitdiff |
2005-06-01 |
Włodzimierz Skiba | Unwanted semicolon fix [#1212497] + source cleaning. |
tree | commitdiff |
2005-05-31 |
Włodzimierz Skiba | Warning fix and source cleaning. |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-31 |
Stefan Csomor | adding OS level Window Menu by default |
tree | commitdiff |
2005-05-28 |
Stefan Csomor | cleanup of handlers |
tree | commitdiff |
2005-05-21 |
Julian Smart | Applied patch for bug [ 1205691 ] Modified Fn keys... |
tree | commitdiff |
2005-05-21 |
Julian Smart | Applied patch for bug [ 1206181 ] Option-key decodes... |
tree | commitdiff |
2005-05-19 |
Stefan Csomor | applied Maximize patches (1203976) |
tree | commitdiff |
2005-05-19 |
Stefan Csomor | fixing mask color correction |
tree | commitdiff |
2005-05-10 |
Stefan Csomor | cleanup |
tree | commitdiff |
2005-05-10 |
Stefan Csomor | refresh only for menus which have their menubar attache... |
tree | commitdiff |
2005-05-04 |
Robin Dunn | Don't copy the NULL char into the clipboard. Most... |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-05-03 |
Stefan Csomor | otherwise we always fall back to blitting, even if... |
tree | commitdiff |
2005-05-03 |
Stefan Csomor | must be static of course, otherwise items just get... |
tree | commitdiff |
2005-04-29 |
Stefan Csomor | adapting to latest API |
tree | commitdiff |
2005-04-28 |
Stefan Csomor | otherwise we always just fix rect at index 0 ... |
tree | commitdiff |
2005-04-24 |
Mattia Barbon | Fix wxChoice on Mac whith STL when using wxCB_SORT. |
tree | commitdiff |
2005-04-24 |
Stefan Csomor | about menu item changes : can appear anywhere in a... |
tree | commitdiff |
2005-04-23 |
Mattia Barbon | Fix STL compilation (note: this is not the correct... |
tree | commitdiff |
2005-04-23 |
Ryan Norton | rv hack |
tree | commitdiff |
2005-04-22 |
Stefan Csomor | fixing compilo |
tree | commitdiff |
2005-04-21 |
Ryan Norton | forcibly call operator |
tree | commitdiff |
2005-04-21 |
Ryan Norton | 'fix' for broken gcc version |
tree | commitdiff |
2005-04-21 |
Ryan Norton | add most support for (dis)associate. Other stuff |
tree | commitdiff |
2005-04-20 |
Robin Dunn | forward the char, key and text events from the textctrl |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | printing to CW console only for debug builds |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | in synch with others |
tree | commitdiff |
2005-04-18 |
Ryan Norton | revert some stuff for 1.6 |
tree | commitdiff |
2005-04-18 |
Ryan Norton | Some corefoundation wrappers, Implement Associate and... |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix 10.2 shared builds from crashing |
tree | commitdiff |
2005-04-17 |
Ryan Norton | entryName is a pascal string - need to convert |
tree | commitdiff |
2005-04-17 |
Julian Smart | Workaround for wxUSE_STL |
tree | commitdiff |
2005-04-17 |
Ryan Norton | fix some possible crashes due to uninitialized variable... |
tree | commitdiff |
2005-04-17 |
Ryan Norton | do wxLogDebug instead of wxLogSysError so that producti... |
tree | commitdiff |
2005-04-16 |
Ryan Norton | clean up release unused variable warnings |
tree | commitdiff |
2005-04-16 |
Ryan Norton | Implement wxMimeTypesManager on mac |
tree | commitdiff |
2005-04-15 |
Julian Smart | Fixed presumed typo - crash when frame is NULL |
tree | commitdiff |
2005-04-14 |
Stefan Csomor | adding support for wxCB_SORT, SetString and Insert |
tree | commitdiff |
2005-04-14 |
Stefan Csomor | adding support for wxCB_SORT |
tree | commitdiff |
2005-04-13 |
Stefan Csomor | make sure we don't miss resizes even when no sizers... |
tree | commitdiff |
2005-04-13 |
Stefan Csomor | fixing redraw region |
tree | commitdiff |
2005-04-12 |
Stefan Csomor | make sure also toplevel windows have the correct systen... |
tree | commitdiff |
2005-04-11 |
Stefan Csomor | setting an empty region shouldn't clear the clipping |
tree | commitdiff |
2005-04-10 |
Stefan Csomor | changing the defaults to the app font |
tree | commitdiff |
2005-04-10 |
Kevin Hock | kTXNDoFontSubstitutionMask requires OS X 10.3 (undefine... |
tree | commitdiff |
2005-04-07 |
Stefan Csomor | using font substitution (allows for fallbacks when... |
tree | commitdiff |
2005-04-07 |
Stefan Csomor | release does not assert on empty bitmaps anymore |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-04-05 |
Stefan Csomor | use EditUnicodeText control for single lines |
tree | commitdiff |
2005-04-03 |
Robin Dunn | Use the validator given |
tree | commitdiff |
2005-04-03 |
Kevin Hock | Remove unused variable "Point topleft" in ScrollRect |
tree | commitdiff |
2005-04-03 |
Stefan Csomor | always forcing a relayout when position changes, making... |
tree | commitdiff |
2005-04-03 |
Stefan Csomor | invalidating vis regions upon tlw resize as well |
tree | commitdiff |
2005-04-02 |
Stefan Csomor | updating positioning after embedding is set correctly |
tree | commitdiff |
next |