2005-02-07 |
Stefan Csomor | DebugAlloc and DebugFree must be present also if there... |
tree | commitdiff |
2005-02-06 |
Vadim Zeitlin | blind fix for XTI compilation after last change |
tree | commitdiff |
2005-02-06 |
Robert Roebling | GTK 1.2 compilo/link error. |
tree | commitdiff |
2005-02-06 |
Robert Roebling | GTK 1.2 compilation. |
tree | commitdiff |
2005-02-06 |
Julian Smart | Can now set msw.window.no-clip-children to 1 to elimina... |
tree | commitdiff |
2005-02-06 |
Julian Smart | Set solid colour for whole control, not pages |
tree | commitdiff |
2005-02-06 |
Julian Smart | Can suppress themed notebook page with wxNB_NOPAGETHEME or |
tree | commitdiff |
2005-02-06 |
Julian Smart | Restored the ability to set the background colour for... |
tree | commitdiff |
2005-02-06 |
Robert Roebling | I think I found out how GTK+ want popup windows |
tree | commitdiff |
2005-02-06 |
Mattia Barbon | wxX11 compilation fixes. |
tree | commitdiff |
2005-02-06 |
Mattia Barbon | Replaced TRUE and FALSE with true and false |
tree | commitdiff |
2005-02-06 |
Stefan Neis | fixed double delete in UpdateAttrRows/Cols introduced... |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | NULL warning fixes |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | proper style includes |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | type fixes |
tree | commitdiff |
2005-02-06 |
Vadim Zeitlin | removed trailing semicolons after DECLARE_DYNAMIC_CLASS... |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | fixing NULL warnings |
tree | commitdiff |
2005-02-06 |
Stefan Csomor | fixing NULL vs 0 warnings in gcc 4 |
tree | commitdiff |
2005-02-06 |
Gilles Depeyrot | corrected initialization of private wxBitmapHandler... |
tree | commitdiff |
2005-02-06 |
Gilles Depeyrot | order wxFontRefData member constructor initialization... |
tree | commitdiff |
2005-02-06 |
Robert Roebling | Applied context menu patch. |
tree | commitdiff |
2005-02-06 |
Robert Roebling | Applied compilation fix for memory.cpp. |
tree | commitdiff |
2005-02-06 |
Julian Smart | Spiner -> Spinner |
tree | commitdiff |
2005-02-06 |
Julian Smart | Fix for menu items not being disabled after a modal... |
tree | commitdiff |
2005-02-06 |
Vadim Zeitlin | two changes and some cleanup: |
tree | commitdiff |
2005-02-06 |
Vadim Zeitlin | ensure that _WIN32_IE is defined to max value before... |
tree | commitdiff |
2005-02-06 |
Kevin Hock | As per the docs, the value returned is -1 if the value... |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Reorganized char and keydown event code, hoping |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Forgot one. |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Second try to add "support" for deriving from |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Make wxBitmap inherit from wxBitmapBase |
tree | commitdiff |
2005-02-05 |
Robert Roebling | _conncect_after() should be used for controls emitting |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Blind patch for SetFont() in Unicode mode for wxX11. |
tree | commitdiff |
2005-02-05 |
Ryan Norton | Put _something_ there for now.... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | unix mediactrl stubs... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | FIX positioning problems with carbon media control... |
tree | commitdiff |
2005-02-04 |
Julian Smart | Fix for assertions when updating UI and focus is on... |
tree | commitdiff |
2005-02-04 |
Robin Dunn | Use the unicode character, if available in the event |
tree | commitdiff |
2005-02-04 |
Ryan Norton | fix cocoa wxTimer Stop crash, proper autorelease stuff... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | cocoa wxTimer |
tree | commitdiff |
2005-02-04 |
Vadim Zeitlin | fixed Inflate() to not move the rectangle (patch 1114622) |
tree | commitdiff |
2005-02-04 |
Vadim Zeitlin | a better fix for using builtin regex under BSD (also... |
tree | commitdiff |
2005-02-04 |
Vadim Zeitlin | fixed stub code compilation (don't use PSYMBOL_INFO) |
tree | commitdiff |
2005-02-04 |
Ryan Norton | make cocoa mediactrl usable. Some touchups to carbon... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | use wx/math.h for math constants - avoids redifinition... |
tree | commitdiff |
2005-02-04 |
Ryan Norton | fix double->unsigned char warnings |
tree | commitdiff |
2005-02-04 |
Ryan Norton | fix warnings on cocoa 10.2 also |
tree | commitdiff |
2005-02-03 |
Ryan Norton | dispose of old control for new one |
tree | commitdiff |
2005-02-03 |
Ryan Norton | prelimanary wxMediaCtrl cocoa support |
tree | commitdiff |
2005-02-03 |
Robin Dunn | Ensure the wxVListBox gets the focus when it is clicked... |
tree | commitdiff |
2005-02-03 |
Mattia Barbon | wxX11 linking fix. |
tree | commitdiff |
2005-02-03 |
Robin Dunn | Include the size of any window borders (size vs. clientsize |
tree | commitdiff |
2005-02-03 |
Robin Dunn | Patch [ 1114647 ] Mouse wheel support for wxVScrolledWindow |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Fix for listbox problem, when created on invisible |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Fixed missing key down events (probably introduced |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Committed Raise()Lower() fix. |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Blind fix for Compilo. |
tree | commitdiff |
2005-02-03 |
Ryan Norton | CreateMovieControl change for wxMediaCtrl on OSX 10... |
tree | commitdiff |
2005-02-03 |
Ryan Norton | comment out unused stuff for warning fixing |
tree | commitdiff |
2005-02-03 |
Julian Smart | Correction to previous fix |
tree | commitdiff |
2005-02-03 |
Ryan Norton | fix pointer conversion warnings on OSX 10.2 |
tree | commitdiff |
2005-02-03 |
Julian Smart | Fix for GCC compilation |
tree | commitdiff |
2005-02-02 |
George Tasker | Buffer Overflow error corrected - SF patch #1110550 |
tree | commitdiff |
2005-02-02 |
George Tasker | Unicode build fixes for GTK not knowing what SQL_WCHAR... |
tree | commitdiff |
2005-02-02 |
George Tasker | Unicode build fixes for GTK not knowing what SQL_WCHAR... |
tree | commitdiff |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
tree | commitdiff |
2005-02-02 |
Włodzimierz Skiba | Flags for wxStaticText alignment. Destroying of the... |
tree | commitdiff |
2005-02-02 |
Vadim Zeitlin | invalidate cache when RefreshLine[s]() is called |
tree | commitdiff |
2005-02-01 |
Vadim Zeitlin | stubs for wxUSE_DBGHELP == 0 |
tree | commitdiff |
2005-02-01 |
Włodzimierz Skiba | As small as possible reorganization within wxDateTime... |
tree | commitdiff |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
tree | commitdiff |
2005-02-01 |
Włodzimierz Skiba | Readable style name. |
tree | commitdiff |
2005-02-01 |
Vadim Zeitlin | (harmless) warning fix |
tree | commitdiff |
2005-02-01 |
Włodzimierz Skiba | Further cleaning of the wxPalmOS radiobox code. Sending... |
tree | commitdiff |
2005-02-01 |
Vadim Zeitlin | compilation fix for last commit |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fix for losing time information (if present) when conve... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | - use CreateWindowEx(), please explain why CreateWindow... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | reset m_currentView in wxDocManager::Clear() (patch... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fixes for animated GIFs playing (patch 1097003) |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | apparently unneeded temporary iterator variable removed... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | replaced a weird (and wrong when wxUSE_STL == 1) test... |
tree | commitdiff |
2005-01-31 |
Robert Roebling | Correct link prob. |
tree | commitdiff |
2005-01-31 |
Włodzimierz Skiba | Enhanced wxGetStockLabel() with parameters which replac... |
tree | commitdiff |
2005-01-31 |
Robert Roebling | Set state of internal thread object upon ::Exit |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fixed the checked flag value for events from check... |
tree | commitdiff |
2005-01-31 |
Włodzimierz Skiba | Native wxStaticText. Cleaning of wxRadioBox code before... |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | fixed bug in Set() on DST days (patch 1097811) |
tree | commitdiff |
2005-01-31 |
Vadim Zeitlin | MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS,... |
tree | commitdiff |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
tree | commitdiff |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied selection patch from G.R. |
tree | commitdiff |
2005-01-30 |
Kevin Ollivier | Added support for wxID_CONTEXT_HELP to wxStdDialogButto... |
tree | commitdiff |
2005-01-30 |
Kevin Ollivier | Fixed a long-standing issue where wxSlider controls... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | use custom class which doesn't redraw everything on... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | moved Begin/EndDeferWindowPos() calls to WM_SIZE handle... |
tree | commitdiff |
2005-01-30 |
Vadim Zeitlin | fixed typo in last commit |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Use wxEXEC_NODISABLE while querying CUPS about printers. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | I changed something, but I forgot what. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied popup patch for deleting the handlers |
tree | commitdiff |
next |