mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-10 16:02:25 +08:00
Note that this couldn't be part of the parent commit itself, as it would have changed its hash, so it has to be done in a separate commit, even if it's logically part of the previous one.
89 lines
3.1 KiB
Plaintext
89 lines
3.1 KiB
Plaintext
# This file can be used with git blame --ignore-revs-file option or used as
|
|
# the value of blame.ignoreRevsFile in git config to ignore the changes done by
|
|
# the following "not interesting" commits.
|
|
#
|
|
# It's supported by Git 2.23 or later and to use it by default for all the
|
|
# future git-blame invocations, run the following command:
|
|
#
|
|
# git config blame.ignoreRevsFile .git-blame-ignore-revs
|
|
#
|
|
# When adding entries to this file, please keep them in reverse chronological
|
|
# order (the newest ones are added at the top).
|
|
#
|
|
# You can use
|
|
#
|
|
# $ git show -s --format='# %s, %cs%n%H%n'
|
|
#
|
|
# incantation to directly create an entry in the format used here.
|
|
|
|
# Trim trailing whitespace from all sources, 2025-06-28
|
|
af61bbe43c4bb8a559e05568909d2726400c462b
|
|
|
|
# Add missing spaces after compound statement keywords, 2024-12-23
|
|
216232fd7c92d067c21ef28f12d7fc3020441ea8
|
|
|
|
# Get rid of obsoleted comments, 2023-02-05
|
|
2df05fb915516e0563578e34aec45980be51b1f4
|
|
|
|
# Code cleanup: wxPGProperty helper classes, 2023-01-06
|
|
e43190ea796ac3c1d15c18a88bcf7f3f745bd4bc
|
|
|
|
# Get rid of commented out code, 2022-10-26
|
|
db31a0161503c6ea4cc461f4e10b67830b7d6b52
|
|
|
|
# Use nullptr instead of NULL in the code and documentation, 2022-10-18
|
|
4f4c5fcfdfe7d1eadce22a68929c82b6cb324075
|
|
|
|
# Fix comment typos in sources, 2021-10-02
|
|
668a2186cd89fd4576bed224df3624811eebeca1
|
|
|
|
# Wrap variable initializations after '=' consistently, 2019-11-22
|
|
2bc6e50eded2a14099655ce0b4c7df582b87c93a
|
|
|
|
# Remove all trailing spaces, 2019-01-30
|
|
8fbca5cb70c8b647d5bd2cacb1e0a2a00358f351
|
|
|
|
# Remove more wxT() macros from samples, 2018-09-29
|
|
b70ed2d8c84cadf10bd42fc052a255fac02391e4
|
|
|
|
# Remove (most) occurrences of wxT() macro from the samples, 2018-09-23
|
|
f58ea625968953ca93585ea7f93dcc07ad032d8f
|
|
|
|
# Remove trailing whitespace from several files, 2018-04-11
|
|
496da2e550ce1f562f727230babc363da190530e
|
|
|
|
# Remove all lines containing cvs/svn "$Id$" keyword.
|
|
3f66f6a5b3583b02c34854556eb83e3a808524ce
|
|
|
|
# No changes, just removed hard tabs and trailing white space., 2009-08-21
|
|
03647350fc7cd141953c72e0284e928847d30f44
|
|
|
|
# Globally replace _T() with wxT()., 2009-07-23
|
|
9a83f860948059b0273b5cc6d9e43fadad3ebfca
|
|
|
|
# set correct EOL style for files added in r58024, 2009-04-26
|
|
a3ef8eb50346e04c080ed1711578390080baff8b
|
|
|
|
# This commit contained some non-trivial changes, but also changed EOLs of the
|
|
# files it touchedm so ignore it too even if it's not completely trivial.
|
|
#
|
|
# pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544), 2009-03-06
|
|
78e788120814699ab0a0d2fab1131285f5e0fd7a
|
|
|
|
# split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived
|
|
# classes), gridctrl.cpp (for wxGridCellRenderer-derived classes), 2009-01-11
|
|
29efc6e4a478652d6f59fb3f5ca7990d78a8ead4
|
|
|
|
# removed trailing whitespace, 2007-11-27
|
|
b9db5f3061af49519c56e9981d627a5b206507f3
|
|
|
|
# cleanup - reformatting, 2006-04-20
|
|
a9339fe22c1815cfbbf2ed9c300c897256644d18
|
|
|
|
# Source cleaning, warning fixes., 2005-01-13
|
|
2ad1ff540f036e130ed934066b80652c2c5fe158
|
|
|
|
# Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false,
|
|
# wxEmptyString, tabs and white spaces, 2004-06-17
|
|
ca65c0440a7163e4e37e48b1c4329709d722db47
|